Guest User

Untitled

a guest
May 16th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. nick@nick-vm:~/Desktop/PyGame/trunk$ sudo python setup.py install
  2. running install
  3. running build
  4. running build_py
  5. creating build
  6. creating build/lib.linux-i686-2.5
  7. creating build/lib.linux-i686-2.5/pygame
  8. copying lib/color.py -> build/lib.linux-i686-2.5/pygame
  9. copying lib/sprite.py -> build/lib.linux-i686-2.5/pygame
  10. copying lib/mac_scrap.py -> build/lib.linux-i686-2.5/pygame
  11. copying lib/_numpysndarray.py -> build/lib.linux-i686-2.5/pygame
  12. copying lib/cursors.py -> build/lib.linux-i686-2.5/pygame
  13. copying lib/sndarray.py -> build/lib.linux-i686-2.5/pygame
  14. copying lib/colordict.py -> build/lib.linux-i686-2.5/pygame
  15. copying lib/__init__.py -> build/lib.linux-i686-2.5/pygame
  16. copying lib/sysfont.py -> build/lib.linux-i686-2.5/pygame
  17. copying lib/pkgdata.py -> build/lib.linux-i686-2.5/pygame
  18. copying lib/_numpysurfarray.py -> build/lib.linux-i686-2.5/pygame
  19. copying lib/version.py -> build/lib.linux-i686-2.5/pygame
  20. copying lib/macosx.py -> build/lib.linux-i686-2.5/pygame
  21. copying lib/surfarray.py -> build/lib.linux-i686-2.5/pygame
  22. copying lib/locals.py -> build/lib.linux-i686-2.5/pygame
  23. creating build/lib.linux-i686-2.5/pygame/gp2x
  24. copying lib/gp2x/constants.py -> build/lib.linux-i686-2.5/pygame/gp2x
  25. copying lib/gp2x/__init__.py -> build/lib.linux-i686-2.5/pygame/gp2x
  26. copying lib/gp2x/locals.py -> build/lib.linux-i686-2.5/pygame/gp2x
  27. running build_ext
  28. building 'pygame.font' extension
  29. creating build/temp.linux-i686-2.5
  30. creating build/temp.linux-i686-2.5/src
  31. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/usr/include/python2.5 -c src/font.c -o build/temp.linux-i686-2.5/src/font.o
  32. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.5/src/font.o -L/usr/local/lib -L/usr/local/lib -lSDL -lpthread -lSDL_ttf -o build/lib.linux-i686-2.5/pygame/font.so -Wl,-rpath,/usr/local/lib
  33. building 'pygame.mixer' extension
  34. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/usr/include/python2.5 -c src/mixer.c -o build/temp.linux-i686-2.5/src/mixer.o
  35. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.5/src/mixer.o -L/usr/local/lib -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-i686-2.5/pygame/mixer.so -Wl,-rpath,/usr/local/lib
  36. building 'pygame.mixer_music' extension
  37. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/usr/include/python2.5 -c src/music.c -o build/temp.linux-i686-2.5/src/music.o
  38. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.5/src/music.o -L/usr/local/lib -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-i686-2.5/pygame/mixer_music.so -Wl,-rpath,/usr/local/lib
  39. building 'pygame._numericsurfarray' extension
  40. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/include/python2.5 -c src/_numericsurfarray.c -o build/temp.linux-i686-2.5/src/_numericsurfarray.o
  41. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.5/src/_numericsurfarray.o -L/usr/local/lib -lSDL -lpthread -o build/lib.linux-i686-2.5/pygame/_numericsurfarray.so -Wl,-rpath,/usr/local/lib
  42. building 'pygame._numericsndarray' extension
  43. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/local/include/SDL -I/usr/include/python2.5 -c src/_numericsndarray.c -o build/temp.linux-i686-2.5/src/_numericsndarray.o
  44. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.5/src/_numericsndarray.o -L/usr/local/lib -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-i686-2.5/pygame/_numericsndarray.so -Wl,-rpath,/usr/local/lib
  45. building 'pygame.movie' extension
  46. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D_REENTRANT -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/include/smpeg -I/usr/include/SDL -I/usr/include/python2.5 -c src/movie.c -o build/temp.linux-i686-2.5/src/movie.o
  47. src/movie.c:281: warning: initialisation from incompatible pointer type
  48. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.5/src/movie.o -L/usr/local/lib -lSDL -lpthread -lsmpeg -lSDL -o build/lib.linux-i686-2.5/pygame/movie.so -Wl,-rpath,/usr/local/lib
  49. building 'pygame.scrap' extension
  50. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include/SDL -I/usr/include/python2.5 -c src/scrap.c -o build/temp.linux-i686-2.5/src/scrap.o
  51. In file included from src/scrap.c:59:
  52. src/scrap_x11.c: In function ‘_convert_format’:
  53. src/scrap_x11.c:77: error: ‘XA_PIXMAP’ undeclared (first use in this function)
  54. src/scrap_x11.c:77: error: (Each undeclared identifier is reported only once
  55. src/scrap_x11.c:77: error: for each function it appears in.)
  56. src/scrap_x11.c:79: error: ‘XA_BITMAP’ undeclared (first use in this function)
  57. src/scrap_x11.c: In function ‘_add_clip_data’:
  58. src/scrap_x11.c:134: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  59. src/scrap_x11.c: In function ‘_clipboard_filter’:
  60. src/scrap_x11.c:164: error: ‘SDL_SysWMmsg’ has no member named ‘event’
  61. src/scrap_x11.c:181: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  62. src/scrap_x11.c: In function ‘_set_targets’:
  63. src/scrap_x11.c:308: error: ‘XA_ATOM’ undeclared (first use in this function)
  64. src/scrap_x11.c: In function ‘_get_scrap_owner’:
  65. src/scrap_x11.c:366: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  66. src/scrap_x11.c:366: error: ‘XA_SECONDARY’ undeclared (first use in this function)
  67. src/scrap_x11.c:366: error: ‘XA_CUT_BUFFER0’ undeclared (first use in this function)
  68. src/scrap_x11.c:367: error: ‘XA_CUT_BUFFER1’ undeclared (first use in this function)
  69. src/scrap_x11.c:367: error: ‘XA_CUT_BUFFER2’ undeclared (first use in this function)
  70. src/scrap_x11.c:367: error: ‘XA_CUT_BUFFER3’ undeclared (first use in this function)
  71. src/scrap_x11.c:368: error: ‘XA_CUT_BUFFER4’ undeclared (first use in this function)
  72. src/scrap_x11.c:368: error: ‘XA_CUT_BUFFER5’ undeclared (first use in this function)
  73. src/scrap_x11.c:368: error: ‘XA_CUT_BUFFER6’ undeclared (first use in this function)
  74. src/scrap_x11.c:369: error: ‘XA_CUT_BUFFER7’ undeclared (first use in this function)
  75. src/scrap_x11.c: In function ‘_get_data_as’:
  76. src/scrap_x11.c:452: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  77. src/scrap_x11.c:452: warning: comparison between pointer and integer
  78. src/scrap_x11.c:497: error: ‘XA_STRING’ undeclared (first use in this function)
  79. src/scrap_x11.c:497: warning: comparison between pointer and integer
  80. src/scrap_x11.c:567: warning: pointer targets in assignment differ in signedness
  81. src/scrap_x11.c: In function ‘pygame_scrap_init’:
  82. src/scrap_x11.c:632: error: ‘SDL_SysWMinfo’ has no member named ‘subsystem’
  83. src/scrap_x11.c:632: error: ‘SDL_SYSWM_X11’ undeclared (first use in this function)
  84. src/scrap_x11.c:639: error: ‘SDL_SysWMinfo’ has no member named ‘info’
  85. src/scrap_x11.c:639: error: request for member ‘x11’ in something not a structure or union
  86. src/scrap_x11.c:639: error: request for member ‘display’ in something not a structure or union
  87. src/scrap_x11.c:639: warning: assignment from incompatible pointer type
  88. src/scrap_x11.c:640: error: ‘SDL_SysWMinfo’ has no member named ‘info’
  89. src/scrap_x11.c:640: error: request for member ‘x11’ in something not a structure or union
  90. src/scrap_x11.c:640: error: request for member ‘window’ in something not a structure or union
  91. src/scrap_x11.c:640: warning: assignment makes integer from pointer without a cast
  92. src/scrap_x11.c:641: error: ‘SDL_SysWMinfo’ has no member named ‘info’
  93. src/scrap_x11.c:641: error: request for member ‘x11’ in something not a structure or union
  94. src/scrap_x11.c:641: error: request for member ‘lock_func’ in something not a structure or union
  95. src/scrap_x11.c:641: warning: assignment from incompatible pointer type
  96. src/scrap_x11.c:642: error: ‘SDL_SysWMinfo’ has no member named ‘info’
  97. src/scrap_x11.c:642: error: request for member ‘x11’ in something not a structure or union
  98. src/scrap_x11.c:642: error: request for member ‘unlock_func’ in something not a structure or union
  99. src/scrap_x11.c:642: warning: assignment from incompatible pointer type
  100. src/scrap_x11.c: In function ‘pygame_scrap_lost’:
  101. src/scrap_x11.c:686: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  102. src/scrap_x11.c:686: warning: pointer/integer type mismatch in conditional expression
  103. src/scrap_x11.c:686: warning: passing argument 2 of ‘XGetSelectionOwner’ makes integer from pointer without a cast
  104. src/scrap_x11.c: In function ‘pygame_scrap_put’:
  105. src/scrap_x11.c:710: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  106. src/scrap_x11.c:710: warning: pointer/integer type mismatch in conditional expression
  107. src/scrap_x11.c:710: warning: assignment makes integer from pointer without a cast
  108. src/scrap_x11.c:731: error: ‘XA_STRING’ undeclared (first use in this function)
  109. src/scrap_x11.c:731: warning: passing argument 1 of ‘_add_clip_data’ makes integer from pointer without a cast
  110. src/scrap_x11.c:754: warning: comparison between pointer and integer
  111. src/scrap_x11.c:760: warning: comparison between pointer and integer
  112. src/scrap_x11.c: In function ‘pygame_scrap_get’:
  113. src/scrap_x11.c:787: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  114. src/scrap_x11.c:787: warning: pointer/integer type mismatch in conditional expression
  115. src/scrap_x11.c:788: warning: passing argument 1 of ‘_get_data_as’ makes integer from pointer without a cast
  116. src/scrap_x11.c: In function ‘pygame_scrap_get_types’:
  117. src/scrap_x11.c:846: error: ‘XA_PRIMARY’ undeclared (first use in this function)
  118. src/scrap_x11.c:846: warning: pointer/integer type mismatch in conditional expression
  119. src/scrap_x11.c:847: warning: passing argument 1 of ‘_get_data_as’ makes integer from pointer without a cast
  120. error: command 'gcc' failed with exit status 1
Add Comment
Please, Sign In to add comment