Advertisement
Guest User

Untitled

a guest
Aug 12th, 2010
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Making install in widgets
  2. make[7]: Entering directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11/xaw/widgets'
  3. make[8]: Entering directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11/xaw/widgets'
  4. make[8]: Nothing to be done for `install-exec-am'.
  5. make[8]: Nothing to be done for `install-data-am'.
  6. make[8]: Leaving directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11/xaw/widgets'
  7. make[7]: Leaving directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11/xaw/widgets'
  8. make[7]: Entering directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11/xaw'
  9. if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../src -I../../../../../src/arch/unix -I../../../../../src -I../../../../../src -I../../../../../src/drive -I../../../../../src/vdrive -I../../../../../src/c64 -I../../../../../src/c64dtv -I../../../../../src/c128 -I../../../../../src/vic20 -I../../../../../src/pet -I../../../../../src/cbm2 -I../../../../../src/arch/unix/gui -I../../../../../src/arch/unix/x11 -g -O2 -finline-functions -Wstrict-prototypes -Wall -Winline -MT x11video.o -MD -MP -MF ".deps/x11video.Tpo" -c -o x11video.o x11video.c; \
  10. then mv -f ".deps/x11video.Tpo" ".deps/x11video.Po"; else rm -f ".deps/x11video.Tpo"; exit 1; fi
  11. x11video.c:268: warning: function declaration isn’t a prototype
  12. x11video.c: In function ‘shmhandler’:
  13. x11video.c:348: error: ‘X_ShmAttach’ undeclared (first use in this function)
  14. x11video.c:348: error: (Each undeclared identifier is reported only once
  15. x11video.c:348: error: for each function it appears in.)
  16. make[7]: *** [x11video.o] Error 1
  17. make[7]: Leaving directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11/xaw'
  18. make[6]: *** [install-recursive] Error 1
  19. make[6]: Leaving directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11/xaw'
  20. make[5]: *** [install-recursive] Error 1
  21. make[5]: Leaving directory `/home/imac/Downloads/vice-2.2/src/arch/unix/x11'
  22. make[4]: *** [install-recursive] Error 1
  23. make[4]: Leaving directory `/home/imac/Downloads/vice-2.2/src/arch/unix'
  24. make[3]: *** [install-recursive] Error 1
  25. make[3]: Leaving directory `/home/imac/Downloads/vice-2.2/src/arch'
  26. make[2]: *** [install-recursive] Error 1
  27. make[2]: Leaving directory `/home/imac/Downloads/vice-2.2/src'
  28. make[1]: *** [install] Error 2
  29. make[1]: Leaving directory `/home/imac/Downloads/vice-2.2/src'
  30. make: *** [install-recursive] Error 1
  31.  
  32. **** Installation failed. Aborting package creation.
  33.  
  34. Restoring overwritten files from backup...OK
  35.  
  36. Cleaning up...OK
  37.  
  38. Bye.
  39.  
  40. imac@ubuntu:~/Downloads/vice-2.2$ sudo checkinstall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement