[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] PGReloaded installation problems



Okay, I just re-installed SDL_mixer, and now I'm getting a different but equally intimidating list of warnings (which I've attached). Is it possibly that pgreloaded isn't possible with my 64-bit Ubuntu Intrepid Ibex box? I know python's supposed to be platform independent, but maybe some of the dependencies aren't.

I couldn't get the whole error this time because of the limited terminal size; do you know of a command I can use to capture the error output instead of the standard output?

Regards,
Evan Kroske
Future GSoCer (hopefully)

On Tue, Apr 14, 2009 at 12:11 AM, Brian Fisher <brian@xxxxxxxxxxxxxxxxxxx> wrote:
This looks like your problem:
In file included from src/sdlmixer/mixermod.c:22:
src/sdlmixer/mixermod.h:24:23: error: SDL_mixer.h: No such file or directory
It seems it can't find the mixer dependency.


On Mon, Apr 13, 2009 at 3:32 PM, Evan Kroske <e.kroske@xxxxxxxxx> wrote:
Today, I finally installed all of PGReloaded's dependencies, but when I try to run the python install script (python setup.py install), I get an incredibly large lists of warnings and the error:

error: command 'gcc' failed with exit status 1

If I try to use the make install method, I get this message:

error: command 'gcc' failed with exit status 1
make: *** [install] Error 1

I have checked all the necessary installations with dpkg -l, and I can't find any missing pieces. I just updated my installation through SVN; that can't be the problem. If you have an idea of why it doesn't work, please help me out. I have attached the output from where the error starts.

Regards,
Evan Kroske
Future GSoCer (hopefully)


The following information will be used to build Pygame:
	 System: unix
	 Python: 2.6.1
	 SDL:    1.2.13
The following modules will be built:
	pygame2.base
	pygame2.mask
	pygame2.physics
	pygame2.sdl.base
	pygame2.sdl.audio
	pygame2.sdl.cdrom
	pygame2.sdl.constants
	pygame2.sdl.event
	pygame2.sdl.gl
	pygame2.sdl.image
	pygame2.sdl.joystick
	pygame2.sdl.keyboard
	pygame2.sdl.mouse
	pygame2.sdl.rwops
	pygame2.sdl.time
	pygame2.sdl.video
	pygame2.sdl.wm
	pygame2.sdlext.base
	pygame2.sdlext.constants
	pygame2.sdlext.draw
	pygame2.sdlext.fastevent
	pygame2.sdlext.numericsurfarray
	pygame2.sdlext.scrap
	pygame2.sdlext.transform
	pygame2.sdlmixer.base
	pygame2.sdlmixer.constants
	pygame2.sdlmixer.channel
	pygame2.sdlmixer.music
	pygame2.sdlmixer.numericsndarray
	pygame2.sdlttf.base
	pygame2.sdlttf.constants
	pygame2.sdlimage.base
	pygame2.sdlgfx.base
	pygame2.sdlgfx.constants
	pygame2.sdlgfx.primitives
	pygame2.sdlgfx.rotozoom
running install
running build
running build_py
running build_ext
building 'pygame2.sdlttf.base' extension
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlttf/ttfmod.c -o build/temp.linux-x86_64-2.6/src/sdlttf/ttfmod.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
...
src/sdlmixer/mixermod.c:89: warning: unused parameter ‘self’
src/sdlmixer/mixermod.c: In function ‘_mixer_getversion’:
src/sdlmixer/mixermod.c:98: warning: unused parameter ‘self’
src/sdlmixer/mixermod.c: In function ‘_mixer_geterror’:
src/sdlmixer/mixermod.c:105: warning: unused parameter ‘self’
src/sdlmixer/mixermod.c: In function ‘_mixer_openaudio’:
src/sdlmixer/mixermod.c:114: warning: unused parameter ‘self’
src/sdlmixer/mixermod.c: In function ‘_mixer_closeaudio’:
src/sdlmixer/mixermod.c:132: warning: unused parameter ‘self’
src/sdlmixer/mixermod.c: In function ‘_mixer_queryspec’:
src/sdlmixer/mixermod.c:139: warning: unused parameter ‘self’
src/sdlmixer/mixermod.c: At top level:
src/sdlmixer/mixermod.c:156: warning: no previous prototype for ‘initbase’
src/sdlmixer/mixermod.c: In function ‘initbase’:
src/sdlmixer/mixermod.c:180: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/sdlmixer/mixermod.c:181: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/sdlmixer/mixermod.c:182: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/sdlmixer/mixermod.c: At top level:
src/sdlmixer/pgmixer.h:132: warning: ‘import_pygame2_sdlmixer_base’ defined but not used
src/sdl/pgsdl.h:229: warning: ‘import_pygame2_sdl_video’ defined but not used
src/sdl/pgsdl.h:278: warning: ‘import_pygame2_sdl_mouse’ defined but not used
src/sdl/pgsdl.h:341: warning: ‘import_pygame2_sdl_event’ defined but not used
src/sdl/pgsdl.h:409: warning: ‘import_pygame2_sdl_joystick’ defined but not used
src/sdl/pgsdl.h:504: warning: ‘import_pygame2_sdl_cdrom’ defined but not used
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlmixer/chunk.c -o build/temp.linux-x86_64-2.6/src/sdlmixer/chunk.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
src/sdlmixer/chunk.c: In function ‘_chunk_new’:
src/sdlmixer/chunk.c:113: warning: unused parameter ‘args’
src/sdlmixer/chunk.c:113: warning: unused parameter ‘kwds’
src/sdlmixer/chunk.c: In function ‘_chunk_init’:
src/sdlmixer/chunk.c:124: warning: unused parameter ‘kwds’
src/sdlmixer/chunk.c: In function ‘_chunk_getbuf’:
src/sdlmixer/chunk.c:182: warning: unused parameter ‘closure’
src/sdlmixer/chunk.c: In function ‘_chunk_getlen’:
src/sdlmixer/chunk.c:193: warning: unused parameter ‘closure’
src/sdlmixer/chunk.c: In function ‘_chunk_getvolume’:
src/sdlmixer/chunk.c:200: warning: unused parameter ‘closure’
src/sdlmixer/chunk.c: In function ‘_chunk_setvolume’:
src/sdlmixer/chunk.c:207: warning: unused parameter ‘closure’
src/sdlmixer/chunk.c: At top level:
src/base/pgbase.h:190: warning: ‘import_pygame2_base’ defined but not used
src/sdl/pgsdl.h:76: warning: ‘import_pygame2_sdl_base’ defined but not used
src/sdl/pgsdl.h:229: warning: ‘import_pygame2_sdl_video’ defined but not used
src/sdl/pgsdl.h:278: warning: ‘import_pygame2_sdl_mouse’ defined but not used
src/sdl/pgsdl.h:341: warning: ‘import_pygame2_sdl_event’ defined but not used
src/sdl/pgsdl.h:409: warning: ‘import_pygame2_sdl_joystick’ defined but not used
src/sdl/pgsdl.h:504: warning: ‘import_pygame2_sdl_cdrom’ defined but not used
src/sdl/pgsdl.h:550: warning: ‘import_pygame2_sdl_rwops’ defined but not used
src/sdlmixer/pgmixer.h:132: warning: ‘import_pygame2_sdlmixer_base’ defined but not used
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlmixer/channel.c -o build/temp.linux-x86_64-2.6/src/sdlmixer/channel.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
src/sdlmixer/channel.c: In function ‘_channel_new’:
src/sdlmixer/channel.c:141: warning: unused parameter ‘args’
src/sdlmixer/channel.c:141: warning: unused parameter ‘kwds’
src/sdlmixer/channel.c: In function ‘_channel_init’:
src/sdlmixer/channel.c:153: warning: unused parameter ‘self’
src/sdlmixer/channel.c:153: warning: unused parameter ‘kwds’
src/sdlmixer/channel.c: In function ‘_channel_getchunk’:
src/sdlmixer/channel.c:184: warning: unused parameter ‘closure’
src/sdlmixer/channel.c: In function ‘_channel_getvolume’:
src/sdlmixer/channel.c:198: warning: unused parameter ‘closure’
src/sdlmixer/channel.c: In function ‘_channel_setvolume’:
src/sdlmixer/channel.c:205: warning: unused parameter ‘closure’
src/sdlmixer/channel.c: In function ‘_channel_getplaying’:
src/sdlmixer/channel.c:224: warning: unused parameter ‘closure’
src/sdlmixer/channel.c: In function ‘_channel_getpaused’:
src/sdlmixer/channel.c:231: warning: unused parameter ‘closure’
src/sdlmixer/channel.c: In function ‘_channel_getfading’:
src/sdlmixer/channel.c:238: warning: unused parameter ‘closure’
src/sdlmixer/channel.c: At top level:
src/base/pgbase.h:190: warning: ‘import_pygame2_base’ defined but not used
src/sdl/pgsdl.h:76: warning: ‘import_pygame2_sdl_base’ defined but not used
src/sdl/pgsdl.h:229: warning: ‘import_pygame2_sdl_video’ defined but not used
src/sdl/pgsdl.h:278: warning: ‘import_pygame2_sdl_mouse’ defined but not used
src/sdl/pgsdl.h:341: warning: ‘import_pygame2_sdl_event’ defined but not used
src/sdl/pgsdl.h:409: warning: ‘import_pygame2_sdl_joystick’ defined but not used
src/sdl/pgsdl.h:504: warning: ‘import_pygame2_sdl_cdrom’ defined but not used
src/sdl/pgsdl.h:550: warning: ‘import_pygame2_sdl_rwops’ defined but not used
src/sdlmixer/pgmixer.h:132: warning: ‘import_pygame2_sdlmixer_base’ defined but not used
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlmixer/music.c -o build/temp.linux-x86_64-2.6/src/sdlmixer/music.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
src/sdlmixer/music.c: In function ‘_music_new’:
src/sdlmixer/music.c:116: warning: unused parameter ‘args’
src/sdlmixer/music.c:116: warning: unused parameter ‘kwds’
src/sdlmixer/music.c: In function ‘_music_init’:
src/sdlmixer/music.c:126: warning: unused parameter ‘kwds’
src/sdlmixer/music.c: In function ‘_music_gettype’:
src/sdlmixer/music.c:183: warning: unused parameter ‘closure’
src/sdlmixer/music.c: At top level:
src/base/pgbase.h:190: warning: ‘import_pygame2_base’ defined but not used
src/sdl/pgsdl.h:76: warning: ‘import_pygame2_sdl_base’ defined but not used
src/sdl/pgsdl.h:229: warning: ‘import_pygame2_sdl_video’ defined but not used
src/sdl/pgsdl.h:278: warning: ‘import_pygame2_sdl_mouse’ defined but not used
src/sdl/pgsdl.h:341: warning: ‘import_pygame2_sdl_event’ defined but not used
src/sdl/pgsdl.h:409: warning: ‘import_pygame2_sdl_joystick’ defined but not used
src/sdl/pgsdl.h:504: warning: ‘import_pygame2_sdl_cdrom’ defined but not used
src/sdl/pgsdl.h:550: warning: ‘import_pygame2_sdl_rwops’ defined but not used
src/sdlmixer/pgmixer.h:132: warning: ‘import_pygame2_sdlmixer_base’ defined but not used
src/sdlmixer/music.c:38: warning: ‘_music_methods’ defined but not used
gcc -pthread -shared -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg build/temp.linux-x86_64-2.6/src/sdlmixer/mixermod.o build/temp.linux-x86_64-2.6/src/sdlmixer/chunk.o build/temp.linux-x86_64-2.6/src/sdlmixer/channel.o build/temp.linux-x86_64-2.6/src/sdlmixer/music.o -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-x86_64-2.6/pygame2/sdlmixer/base.so -Wl,-rpath,/usr/local/lib
building 'pygame2.sdlmixer.constants' extension
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlmixer/constantsmod.c -o build/temp.linux-x86_64-2.6/src/sdlmixer/constantsmod.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
src/sdlmixer/constantsmod.c:36: warning: no previous prototype for ‘initconstants’
src/base/pgbase.h:190: warning: ‘import_pygame2_base’ defined but not used
src/sdlmixer/pgmixer.h:132: warning: ‘import_pygame2_sdlmixer_base’ defined but not used
gcc -pthread -shared -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg build/temp.linux-x86_64-2.6/src/sdlmixer/constantsmod.o -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-x86_64-2.6/pygame2/sdlmixer/constants.so -Wl,-rpath,/usr/local/lib
building 'pygame2.sdlmixer.channel' extension
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlmixer/channelmod.c -o build/temp.linux-x86_64-2.6/src/sdlmixer/channelmod.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
src/sdlmixer/channelmod.c: In function ‘_channel_allocate’:
src/sdlmixer/channelmod.c:53: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_opened’:
src/sdlmixer/channelmod.c:86: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_setvolume’:
src/sdlmixer/channelmod.c:93: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_getvolume’:
src/sdlmixer/channelmod.c:110: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_pause’:
src/sdlmixer/channelmod.c:117: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_resume’:
src/sdlmixer/channelmod.c:125: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_halt’:
src/sdlmixer/channelmod.c:133: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_expire’:
src/sdlmixer/channelmod.c:141: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_fadeout’:
src/sdlmixer/channelmod.c:158: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_playing’:
src/sdlmixer/channelmod.c:175: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: In function ‘_channel_paused’:
src/sdlmixer/channelmod.c:182: warning: unused parameter ‘self’
src/sdlmixer/channelmod.c: At top level:
src/sdlmixer/channelmod.c:191: warning: no previous prototype for ‘initchannel’
src/sdl/pgsdl.h:229: warning: ‘import_pygame2_sdl_video’ defined but not used
src/sdl/pgsdl.h:278: warning: ‘import_pygame2_sdl_mouse’ defined but not used
src/sdl/pgsdl.h:341: warning: ‘import_pygame2_sdl_event’ defined but not used
src/sdl/pgsdl.h:409: warning: ‘import_pygame2_sdl_joystick’ defined but not used
src/sdl/pgsdl.h:504: warning: ‘import_pygame2_sdl_cdrom’ defined but not used
src/sdl/pgsdl.h:550: warning: ‘import_pygame2_sdl_rwops’ defined but not used
gcc -pthread -shared -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg build/temp.linux-x86_64-2.6/src/sdlmixer/channelmod.o -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-x86_64-2.6/pygame2/sdlmixer/channel.so -Wl,-rpath,/usr/local/lib
building 'pygame2.sdlmixer.music' extension
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlmixer/musicmod.c -o build/temp.linux-x86_64-2.6/src/sdlmixer/musicmod.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
src/sdlmixer/musicmod.c: In function ‘_music_setvolume’:
src/sdlmixer/musicmod.c:53: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_getvolume’:
src/sdlmixer/musicmod.c:70: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_pause’:
src/sdlmixer/musicmod.c:77: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_resume’:
src/sdlmixer/musicmod.c:87: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_halt’:
src/sdlmixer/musicmod.c:96: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_rewind’:
src/sdlmixer/musicmod.c:105: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_fadeout’:
src/sdlmixer/musicmod.c:114: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_playing’:
src/sdlmixer/musicmod.c:138: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_paused’:
src/sdlmixer/musicmod.c:145: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_fading’:
src/sdlmixer/musicmod.c:152: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: In function ‘_music_setposition’:
src/sdlmixer/musicmod.c:159: warning: unused parameter ‘self’
src/sdlmixer/musicmod.c: At top level:
src/sdlmixer/musicmod.c:186: warning: no previous prototype for ‘initmusic’
src/sdl/pgsdl.h:229: warning: ‘import_pygame2_sdl_video’ defined but not used
src/sdl/pgsdl.h:278: warning: ‘import_pygame2_sdl_mouse’ defined but not used
src/sdl/pgsdl.h:341: warning: ‘import_pygame2_sdl_event’ defined but not used
src/sdl/pgsdl.h:409: warning: ‘import_pygame2_sdl_joystick’ defined but not used
src/sdl/pgsdl.h:504: warning: ‘import_pygame2_sdl_cdrom’ defined but not used
gcc -pthread -shared -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg build/temp.linux-x86_64-2.6/src/sdlmixer/musicmod.o -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-x86_64-2.6/pygame2/sdlmixer/music.so -Wl,-rpath,/usr/local/lib
building 'pygame2.sdlmixer.numericsndarray' extension
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlmixer/numericsndarraymod.c -o build/temp.linux-x86_64-2.6/src/sdlmixer/numericsndarraymod.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
src/sdlmixer/numericsndarraymod.c: In function ‘_sndarray_samples’:
src/sdlmixer/numericsndarraymod.c:84: warning: conversion to ‘int’ from ‘Uint32’ may change the sign of the result
src/sdlmixer/numericsndarraymod.c:40: warning: unused parameter ‘self’
src/sdlmixer/numericsndarraymod.c: In function ‘_sndarray_make_sound’:
src/sdlmixer/numericsndarraymod.c:201: warning: conversion to ‘Uint32’ from ‘int’ may change the sign of the result
src/sdlmixer/numericsndarraymod.c:113: warning: unused parameter ‘self’
src/sdlmixer/numericsndarraymod.c: At top level:
src/sdlmixer/numericsndarraymod.c:274: warning: no previous prototype for ‘initnumericsndarray’
src/base/pgbase.h:190: warning: ‘import_pygame2_base’ defined but not used
gcc -pthread -shared -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg build/temp.linux-x86_64-2.6/src/sdlmixer/numericsndarraymod.o -L/usr/local/lib -lSDL -lpthread -lSDL_mixer -o build/lib.linux-x86_64-2.6/pygame2/sdlmixer/numericsndarray.so -Wl,-rpath,/usr/local/lib
building 'pygame2.sdlttf.base' extension
creating build/temp.linux-x86_64-2.6/src/sdlttf
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -W -Wall -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wpointer-arith -Wcast-qual -Winline -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wshadow -Wredundant-decls -g -pg -fPIC -I/usr/local/include/SDL -Isrc/sdl -Isrc/base -Isrc -Isrc/doc -I/usr/local/include/python2.6 -c src/sdlttf/ttfmod.c -o build/temp.linux-x86_64-2.6/src/sdlttf/ttfmod.o -DPYGAME_INTERNAL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PYGAME_BASE -DHAVE_PYGAME_MASK -DHAVE_PYGAME_PHYSICS -DHAVE_PYGAME_SDL_BASE -DHAVE_PYGAME_SDL_AUDIO -DHAVE_PYGAME_SDL_CDROM -DHAVE_PYGAME_SDL_CONSTANTS -DHAVE_PYGAME_SDL_EVENT -DHAVE_PYGAME_SDL_GL -DHAVE_PYGAME_SDL_IMAGE -DHAVE_PYGAME_SDL_JOYSTICK -DHAVE_PYGAME_SDL_KEYBOARD -DHAVE_PYGAME_SDL_MOUSE -DHAVE_PYGAME_SDL_RWOPS -DHAVE_PYGAME_SDL_TIME -DHAVE_PYGAME_SDL_VIDEO -DHAVE_PYGAME_SDL_WM -DHAVE_PYGAME_SDLEXT_BASE -DHAVE_PYGAME_SDLEXT_CONSTANTS -DHAVE_PYGAME_SDLEXT_DRAW -DHAVE_PYGAME_SDLEXT_FASTEVENT -DHAVE_PYGAME_SDLEXT_NUMERICSURFARRAY -DHAVE_PYGAME_SDLEXT_SCRAP -DHAVE_PYGAME_SDLEXT_TRANSFORM -DHAVE_PYGAME_SDLMIXER_BASE -DHAVE_PYGAME_SDLMIXER_CONSTANTS -DHAVE_PYGAME_SDLMIXER_CHANNEL -DHAVE_PYGAME_SDLMIXER_MUSIC -DHAVE_PYGAME_SDLMIXER_NUMERICSNDARRAY -DHAVE_PYGAME_SDLTTF_BASE -DHAVE_PYGAME_SDLTTF_CONSTANTS -DHAVE_PYGAME_SDLIMAGE_BASE -DHAVE_PYGAME_SDLGFX_BASE -DHAVE_PYGAME_SDLGFX_CONSTANTS -DHAVE_PYGAME_SDLGFX_PRIMITIVES -DHAVE_PYGAME_SDLGFX_ROTOZOOM -DIS_UNIX
In file included from src/sdlttf/ttfmod.c:23:
src/sdlttf/pgttf.h:25:21: error: SDL_ttf.h: No such file or directory
In file included from src/sdlttf/ttfmod.c:23:
src/sdlttf/pgttf.h:48: error: expected specifier-qualifier-list before ‘TTF_Font’
src/sdlttf/ttfmod.c: In function ‘_quit’:
src/sdlttf/ttfmod.c:51: warning: implicit declaration of function ‘TTF_WasInit’
src/sdlttf/ttfmod.c:51: warning: nested extern declaration of ‘TTF_WasInit’
src/sdlttf/ttfmod.c:52: warning: implicit declaration of function ‘TTF_Quit’
src/sdlttf/ttfmod.c:52: warning: nested extern declaration of ‘TTF_Quit’
src/sdlttf/ttfmod.c: In function ‘_ttf_init’:
src/sdlttf/ttfmod.c:60: warning: implicit declaration of function ‘TTF_Init’
src/sdlttf/ttfmod.c:60: warning: nested extern declaration of ‘TTF_Init’
src/sdlttf/ttfmod.c:62: warning: implicit declaration of function ‘TTF_GetError’
src/sdlttf/ttfmod.c:62: warning: nested extern declaration of ‘TTF_GetError’
src/sdlttf/ttfmod.c:62: warning: passing argument 2 of ‘PyErr_SetString’ makes pointer from integer without a cast
src/sdlttf/ttfmod.c:56: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_wasinit’:
src/sdlttf/ttfmod.c:72: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/sdlttf/ttfmod.c:73: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/sdlttf/ttfmod.c:69: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_quit’:
src/sdlttf/ttfmod.c:77: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_getcompiledversion’:
src/sdlttf/ttfmod.c:87: warning: implicit declaration of function ‘TTF_VERSION’
src/sdlttf/ttfmod.c:87: warning: nested extern declaration of ‘TTF_VERSION’
src/sdlttf/ttfmod.c:84: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_getversion’:
src/sdlttf/ttfmod.c:95: warning: implicit declaration of function ‘TTF_Linked_Version’
src/sdlttf/ttfmod.c:95: warning: nested extern declaration of ‘TTF_Linked_Version’
src/sdlttf/ttfmod.c:95: warning: initialization makes pointer from integer without a cast
src/sdlttf/ttfmod.c:93: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_geterror’:
src/sdlttf/ttfmod.c:102: warning: initialization makes pointer from integer without a cast
src/sdlttf/ttfmod.c:100: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_byteswappedunicode’:
src/sdlttf/ttfmod.c:120: warning: implicit declaration of function ‘TTF_ByteSwappedUNICODE’
src/sdlttf/ttfmod.c:120: warning: nested extern declaration of ‘TTF_ByteSwappedUNICODE’
src/sdlttf/ttfmod.c:109: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: At top level:
src/sdlttf/ttfmod.c:127: warning: no previous prototype for ‘initbase’
src/sdlttf/ttfmod.c: In function ‘initbase’:
src/sdlttf/ttfmod.c:148: warning: dereferencing type-punned pointer will break strict-aliasing rules
error: command 'gcc' failed with exit status 1
make: *** [build] Error 1
evan@evan-desktop:~/Applications/PGReloaded$ sudo python setup.py install > error.txt
In file included from src/sdlttf/ttfmod.c:23:
src/sdlttf/pgttf.h:25:21: error: SDL_ttf.h: No such file or directory
In file included from src/sdlttf/ttfmod.c:23:
src/sdlttf/pgttf.h:48: error: expected specifier-qualifier-list before ‘TTF_Font’
src/sdlttf/ttfmod.c: In function ‘_quit’:
src/sdlttf/ttfmod.c:51: warning: implicit declaration of function ‘TTF_WasInit’
src/sdlttf/ttfmod.c:51: warning: nested extern declaration of ‘TTF_WasInit’
src/sdlttf/ttfmod.c:52: warning: implicit declaration of function ‘TTF_Quit’
src/sdlttf/ttfmod.c:52: warning: nested extern declaration of ‘TTF_Quit’
src/sdlttf/ttfmod.c: In function ‘_ttf_init’:
src/sdlttf/ttfmod.c:60: warning: implicit declaration of function ‘TTF_Init’
src/sdlttf/ttfmod.c:60: warning: nested extern declaration of ‘TTF_Init’
src/sdlttf/ttfmod.c:62: warning: implicit declaration of function ‘TTF_GetError’
src/sdlttf/ttfmod.c:62: warning: nested extern declaration of ‘TTF_GetError’
src/sdlttf/ttfmod.c:62: warning: passing argument 2 of ‘PyErr_SetString’ makes pointer from integer without a cast
src/sdlttf/ttfmod.c:56: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_wasinit’:
src/sdlttf/ttfmod.c:72: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/sdlttf/ttfmod.c:73: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/sdlttf/ttfmod.c:69: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_quit’:
src/sdlttf/ttfmod.c:77: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_getcompiledversion’:
src/sdlttf/ttfmod.c:87: warning: implicit declaration of function ‘TTF_VERSION’
src/sdlttf/ttfmod.c:87: warning: nested extern declaration of ‘TTF_VERSION’
src/sdlttf/ttfmod.c:84: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_getversion’:
src/sdlttf/ttfmod.c:95: warning: implicit declaration of function ‘TTF_Linked_Version’
src/sdlttf/ttfmod.c:95: warning: nested extern declaration of ‘TTF_Linked_Version’
src/sdlttf/ttfmod.c:95: warning: initialization makes pointer from integer without a cast
src/sdlttf/ttfmod.c:93: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_geterror’:
src/sdlttf/ttfmod.c:102: warning: initialization makes pointer from integer without a cast
src/sdlttf/ttfmod.c:100: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: In function ‘_ttf_byteswappedunicode’:
src/sdlttf/ttfmod.c:120: warning: implicit declaration of function ‘TTF_ByteSwappedUNICODE’
src/sdlttf/ttfmod.c:120: warning: nested extern declaration of ‘TTF_ByteSwappedUNICODE’
src/sdlttf/ttfmod.c:109: warning: unused parameter ‘self’
src/sdlttf/ttfmod.c: At top level:
src/sdlttf/ttfmod.c:127: warning: no previous prototype for ‘initbase’
src/sdlttf/ttfmod.c: In function ‘initbase’:
src/sdlttf/ttfmod.c:148: warning: dereferencing type-punned pointer will break strict-aliasing rules
error: command 'gcc' failed with exit status 1