Guest User

Untitled

a guest
Oct 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. troyinflames@ubuntu:~/cmusfm-0.1.0$ sudo make
  2. gcc -pipe -Wall -Os -c main.c
  3. main.c: In function ‘cmusfm_initialization’:
  4. main.c:277:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
  5. main.c:295:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
  6. main.c:298:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
  7. main.c: In function ‘write_cmusfm_config’:
  8. main.c:248:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
  9. main.c: In function ‘read_cmusfm_config’:
  10. main.c:227:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
  11. main.c: In function ‘send_data_to_server’:
  12. main.c:146:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
  13. gcc -pipe -Wall -Os -c libscrobbler2.c
  14. libscrobbler2.c:28:23: fatal error: curl/curl.h: No such file or directory
  15. compilation terminated.
  16. make: *** [libscrobbler2.o] Error 1
Add Comment
Please, Sign In to add comment