Advertisement
Guest User

Untitled

a guest
Feb 14th, 2011
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.36 KB | None | 0 0
  1. building 'spotify._spotify' extension
  2. creating build/temp.linux-x86_64-2.7
  3. creating build/temp.linux-x86_64-2.7/src
  4. gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Isrc -I/usr/include/python2.7 -c src/module.c -o build/temp.linux-x86_64-2.7/src/module.o
  5. gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Isrc -I/usr/include/python2.7 -c src/session.c -o build/temp.linux-x86_64-2.7/src/session.o
  6. src/session.c: In function ‘Session_logout’:
  7. src/session.c:83:11: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être
  8. src/session.c: In function ‘Session_seek’:
  9. src/session.c:137:9: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être
  10. src/session.c: In function ‘Track_is_available’:
  11. src/session.c:147:5: attention : passing argument 2 of ‘sp_track_is_available’ from incompatible pointer type
  12. /usr/include/libspotify/api.h:954:20: note: expected ‘struct sp_track *’ but argument is of type ‘struct Track *
  13. src/session.c: In function ‘Session_play’:
  14. src/session.c:156:9: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être
  15. src/session.c: In function ‘Session_search’:
  16. src/session.c:212:10: attention : passing argument 9 of ‘sp_search_create’ from incompatible pointer type
  17. /usr/include/libspotify/api.h:1795:27: note: expected ‘void (*)(struct sp_search *, void *)’ but argument is of type ‘void (*)(struct sp_search *, struct search_trampoline *)
  18. src/session.c: In function ‘Session_image_create’:
  19. src/session.c:226:16: attention : initialization from incompatible pointer type
  20. src/session.c: In function ‘Session_set_preferred_bitrate’:
  21. src/session.c:234:2: attention : ‘return’ with a value, in function returning void
  22. src/session.c: Hors de toute fonction :
  23. src/session.c:249:5: attention : initialization from incompatible pointer type
  24. src/session.c: In function ‘session_connect’:
  25. src/session.c:536:5: attention : passing argument 1 of ‘memcpy’ discards qualifiers from pointer target type
  26. /usr/include/string.h:44:14: note: expected ‘void * __restrict__’ but argument is of type ‘const void *
  27. src/session.c:580:11: erreur: valeur void n'a pas été ignorée comme elle aurait dû l'être
  28. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement