Francesco Ruvolo
2009-08-30 17:12:28 UTC
Hello,
I'm trying to install on Fedora 11, I have:
python 2.6
pygame 1.8.1
wxPython 2.8.9
sdl 1.2.13
mutagen 1.16
when I try to run setup.py i get this error (I also added it in
attachment):
$ sudo python setup.py install
/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14450: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
running install
running build
running build_py
running build_ext
building '_pycdgAux' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -I/usr/include/SDL -I/usr/include/python2.6 -c _pycdgAux.c -o build/temp.linux-i686-2.6/_pycdgAux.o
_pycdgAux.c:37:27: error: pygame/pygame.h: No such file or directory
_pycdgAux.c: In function âCdgPacketReader_initâ:
_pycdgAux.c:194: warning: implicit declaration of function âPySurface_AsSurfaceâ
_pycdgAux.c:194: warning: assignment makes pointer from integer without a cast
_pycdgAux.c: In function âCdgPacketReader_FillTileâ:
_pycdgAux.c:349: warning: assignment makes pointer from integer without a cast
error: command 'gcc' failed with exit status 1
Someone can help me? Thank you
Bye
Francesco
I'm trying to install on Fedora 11, I have:
python 2.6
pygame 1.8.1
wxPython 2.8.9
sdl 1.2.13
mutagen 1.16
when I try to run setup.py i get this error (I also added it in
attachment):
$ sudo python setup.py install
/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14450: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
running install
running build
running build_py
running build_ext
building '_pycdgAux' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -I/usr/include/SDL -I/usr/include/python2.6 -c _pycdgAux.c -o build/temp.linux-i686-2.6/_pycdgAux.o
_pycdgAux.c:37:27: error: pygame/pygame.h: No such file or directory
_pycdgAux.c: In function âCdgPacketReader_initâ:
_pycdgAux.c:194: warning: implicit declaration of function âPySurface_AsSurfaceâ
_pycdgAux.c:194: warning: assignment makes pointer from integer without a cast
_pycdgAux.c: In function âCdgPacketReader_FillTileâ:
_pycdgAux.c:349: warning: assignment makes pointer from integer without a cast
error: command 'gcc' failed with exit status 1
Someone can help me? Thank you
Bye
Francesco