Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2012
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1.  
  2. Makefile:25: Makefile.local.mk: No such file or directory
  3. **** No Makefile.local.mk found, copying dist.
  4. cp Makefile.local.mk.dist Makefile.local.mk
  5. make -s -C lib -f local.mk
  6. Generating dependencies
  7. CC aes.c
  8. CC auth.c
  9. CC buf.c
  10. CC cache.c
  11. CC channel.c
  12. CC commands.c
  13. CC dns.c
  14. dns.c: In function 'dns_srv_list':
  15. dns.c:41:30: warning: variable 'weight' set but not used [-Wunused-but-set-variable]
  16. CC ezxml.c
  17. ezxml.c: In function 'ezxml_parse_str':
  18. ezxml.c:491:9: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  19. CC handlers.c
  20. CC keyexchange.c
  21. keyexchange.c: In function 'key_init':
  22. keyexchange.c:311:15: warning: variable 'mac_len' set but not used [-Wunused-but-set-variable]
  23. CC packet.c
  24. CC puzzle.c
  25. CC session.c
  26. CC shn.c
  27. CC sndqueue.c
  28. sndqueue.c: In function 'raw_consume':
  29. sndqueue.c:769:68: warning: unused parameter 'offset' [-Wunused-parameter]
  30. CC util.c
  31. CC network.c
  32. CC despotify.c
  33. despotify.c: In function 'despotify_free':
  34. despotify.c:180:9: warning: variable 'r' set but not used [-Wunused-but-set-variable]
  35. despotify.c: In function 'despotify_substream_callback':
  36. despotify.c:370:21: warning: variable 'error' set but not used [-Wunused-but-set-variable]
  37. CC sha1.c
  38. CC hmac.c
  39. CC xml.c
  40. LD libdespotify.la
  41. make -s -C clients/simple -f local.mk
  42. Generating dependencies
  43. rpi_audio.c:32:22: fatal error: ilclient.h: No such file or directory
  44. compilation terminated.
  45. rpi_audio.c:32:22: fatal error: ilclient.h: No such file or directory
  46. compilation terminated.
  47. make[1]: *** [rpi_audio.o] Error 1
  48. make: *** [clients/simple] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement