Thanks for the info :D But now, I've try to compile pygoom2K4 and i've got new problems :D
[EMAIL PROTECTED]:~/Public/pygoom-2k4-0.1.0$ sudo python setup.py build running build running build_ext building 'pygoom' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I. -I./include -I/usr/include/goom/ -I/usr/include/SDL/ -I/usr/include/python2.5/pygame/ -I/usr/include/python2.5 -c src/cpudetect.c -o build/temp.linux-i686-2.5/src/cpudetect.o -O9 -march=k8 -mtune=k8 -mmmx -msse -fpic -fomit-frame-pointer -Wall /tmp/ccaPCNKG.s: Assembler messages: /tmp/ccaPCNKG.s:92: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:94: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:183: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:185: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:204: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:206: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:225: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:227: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:432: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:434: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:480: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:482: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:525: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:527: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:667: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:669: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:712: Error: bad register name `%rbx' /tmp/ccaPCNKG.s:714: Error: bad register name `%rbx' error: command 'gcc' failed with exit status 1 The problem is probably due to to the cflags. I've a amd duron processor (K8) so, I've just commented the pentium line in the setup.py file. Arnaud Duncan Webb wrote: > board.divers wrote: > >> Hello, >> >> I'm trying to compile pygoom1.1 but I've an error when I exrc ./configure. >> > > Don't waste your time :) > > Either use the pygoom.so from a rpm or compile the *new* pygoom-2k4 > module. The new module is in svn rel-1 or rel-1-7 branches in the > freevo/contrib/runtime directory. > > svn export \ > svn://svn.freevo.org/freevo/branches/rel-1/freevo/contrib/runtime/pygoom-2k4.tar.bz2 > > The build and install instructions are in the INSTALL text file. > > >> [: 10: ==: unexpected operator >> [: 15: ==: unexpected operator >> [: 20: ==: unexpected operator >> [: 26: ==: unexpected operator >> [: 31: ==: unexpected operator >> ./configure: 1: sdl-config: not found >> ./configure: 1: glib-config: not found >> ./configure: 1: sdl-config: not found >> ./configure: 1: glib-config: not found >> > > it looks like there is a problem with the test ([) program. or possible > that you do not have sdl and glib installed. > > Duncan > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
