humm can you try with gcc 3.4 ( or anything that isnt 4.x)? you can pick compiler with something like: $ CC=gcc-3.4 python setup.py build
if that doesnt work can you paste the entire error message - because i havent a clue otherwise :) On Sunday 15 January 2006 12:46, Joey wrote: > pyrex-0.9.3.1 > gcc-4.0.2 > > On Sunday 15 January 2006 9:40 am, Dunk Fordyce wrote: > > what version of pyrex and gcc have you got? > > > > On Sunday 15 January 2006 12:21, Joey wrote: > > > Hay Dunk, > > > > > > It compiled for a while then suddenly did this: > > > > > > ODE and OPCODE have already been compiled; if you want to recompile > > > them do: cd ode-0.5 ; make clean > > > running build > > > running build_py > > > running build_ext > > > building 'soya._soya' extension > > > gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=i586 -mtune=i686 > > > -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fPIC -Iode-0.5/include > > > -I/usr/include -I/usr/local/include -I/usr/X11R6/include > > > -I/usr/include/freetype2 -I/usr/local/include/freetype2 > > > -I/usr/include/cal3d -I/usr/local/include/cal3d -I/sw/include > > > -I/usr/include/python2.4 -c _soya.c -o > > > build/temp.linux-i686-2.4/_soya.o -w _soya.c: In function > > > ‘__pyx_f_5_soya_6_Point___deepcopy__’: _soya.c:4309: error: invalid > > > lvalue in assignment > > > _soya.c:4330: error: invalid lvalue in assignment > > > _soya.c:4334: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_6_Point_6parent___set__’: > > > _soya.c:4493: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_6_Point_set_parent’: > > > _soya.c:4519: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_6_Point___init__’: > > > _soya.c:4682: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_6_Point_convert_to’: > > > _soya.c:5342: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_6_Point_clone’: > > > _soya.c:5459: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_7_Vector_set_start_end’: > > > _soya.c:6284: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_8Renderer___init__’: > > > _soya.c:6446: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_8Renderer__reset’: > > > _soya.c:6806: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_8Renderer__render’: > > > _soya.c:6968: error: invalid lvalue in assignment > > > _soya.c:7041: error: invalid lvalue in assignment > > > _soya.c:7078: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_8Renderer__render_list’: > > > _soya.c:7253: error: invalid lvalue in assignment > > > _soya.c:7261: error: invalid lvalue in assignment > > > _soya.c: In function ‘__pyx_f_5_soya_14_SkyAtmosphere___setcstate__’: > > > > > > > > > > > > > > > > > > > > > > > > and those errors go on and on. > > > > > > I'm running the latest version of SuSE. I looked for RPMs but only > > > found ones for slackware. > > > > > > thanks > > > joey > > > > > > On Sunday 15 January 2006 9:09 am, Dunk Fordyce wrote: > > > > Hi joey, > > > > > > > > What actually is the error? the whole log if possible. > > > > Also what OS/distro? > > > > > > > > There are packages for debian but they dont work too well. > > > > > > > > dunk > > > > > > > > On Sunday 15 January 2006 11:52, Joey wrote: > > > > > Hi, > > > > > I tried install both soya v10.0 and v10.1. But wasn't able to do > > > > > it. I got all the dependencies, but it still wont build correctly > > > > > :( > > > > > > > > > > are their binaries available? or maybe soya all packaged together > > > > > with the libs it needs? Thanks! > > > > > > > > > > Joey > > > > > > > > > > _______________________________________________ > > > > > Soya-user mailing list > > > > > [email protected] > > > > > https://mail.gna.org/listinfo/soya-user > > > > > > > > _______________________________________________ > > > > Soya-user mailing list > > > > [email protected] > > > > https://mail.gna.org/listinfo/soya-user > > > > > > _______________________________________________ > > > Soya-user mailing list > > > [email protected] > > > https://mail.gna.org/listinfo/soya-user > > > > _______________________________________________ > > Soya-user mailing list > > [email protected] > > https://mail.gna.org/listinfo/soya-user > > _______________________________________________ > Soya-user mailing list > [email protected] > https://mail.gna.org/listinfo/soya-user
