On Thu, 30 Mar 2006 16:21:40 +0200
Jan Filip Tristan <[EMAIL PROTECTED]> wrote:

> Am Mittwoch, 29. März 2006 18:47 schrieben Sie:
> >
> > You need to install the Glew and SDL library (including their .h files from
> > -devel package if you use RMP / Debian / ... packages).
> >
> 
> Ok after installing some packages I now get this error.
> 
> python2.4 ./setup.py install
> 
> PYREX NOT FOUND
> Compiling the c file WITHOUT reading any .pyx files
> This is OK as long as you don't modify Soya sources.
> 
> running install
> running build
> running build_py
> running build_ext
> building 'soya._ode' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
> -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 _ode.c -o build/temp.linux-i686-2.4/_ode.o -w -O0
> _ode.c: In function _____pyx_f_4_ode_10GeomObject___new_____:
> _ode.c:10760: error: invalid lvalue in assignment
> _ode.c:10766: error: invalid lvalue in assignment
> _ode.c:10797: error: invalid lvalue in assignment
> _ode.c:10823: error: invalid lvalue in assignment
> _ode.c:10866: error: invalid lvalue in assignment
> _ode.c: In function _____pyx_f_4_ode_9SpaceBase___init_____:
> _ode.c:11584: error: invalid lvalue in assignment
> _ode.c: In function _____pyx_f_4_ode_5_Land___new_____:
> _ode.c:14299: error: invalid lvalue in assignment
> _ode.c: In function _____pyx_f_4_ode_10_GeomShape___new_____:
> _ode.c:14709: error: invalid lvalue in assignment
> _ode.c: In function _____pyx_f_4_ode_9_GeomLand___new_____:
> _ode.c:14937: error: invalid lvalue in assignment
> error: command 'gcc' failed with exit status 1


It's a problem with ODE.
A workaround is to disable ODE by editing setup.py and setting USE_ODE to False 
(instead of True).

Jiba

_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to