Fabio Varesano
2012-05-09 11:08:37 UTC
Hi guys,
I need your help getting Soya svn to compile on Archlinux.
I downloaded soya from:
svn co svn://svn.gna.org/svn/soya/trunk soya
Thanks,
Fabio
I need your help getting Soya svn to compile on Archlinux.
I downloaded soya from:
svn co svn://svn.gna.org/svn/soya/trunk soya
Pyrex found - compilation enabled
BUILDING True
Sound support (with OpenAL) enabled...
running build
running build_py
running build_ext
pyrexc soya._soya.pyx --> soya._soya.c
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:8:20: C method '_activate' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:9:22: C method '_inactivate' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:10:29: C method '_set_env_parameter' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:11:31: C method '_set_local_parameter' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/base.pyx:77:26: Warning: 'not None' will become the default in a future version of Pyrex. Use 'or None' to allow passing None.
building 'soya._soya' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I. -I/usr/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11/include -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I/usr/local/include/freetype2 -I/usr/include/cal3d -I/usr/local/include/cal3d -I/sw/include -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/include/python2.7 -c soya._soya.c -o build/temp.linux-x86_64-2.7/soya._soya.o -w -fsigned-char
soya._soya.c:1:2: error: #error Do not use this file, it is the result of a failed Pyrex compilation.
error: command 'gcc' failed with exit status 1
Any help appreciated.BUILDING True
Sound support (with OpenAL) enabled...
running build
running build_py
running build_ext
pyrexc soya._soya.pyx --> soya._soya.c
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:8:20: C method '_activate' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:9:22: C method '_inactivate' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:10:29: C method '_set_env_parameter' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/definitions/model/shader.pxd:11:31: C method '_set_local_parameter' is declared but not defined
/home/fabio/Programs/soya/soya-svn-201205/soya/soya/base.pyx:77:26: Warning: 'not None' will become the default in a future version of Pyrex. Use 'or None' to allow passing None.
building 'soya._soya' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I. -I/usr/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11/include -I/usr/include/freetype2 -I/usr/X11/include/freetype2 -I/usr/local/include/freetype2 -I/usr/include/cal3d -I/usr/local/include/cal3d -I/sw/include -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/include/python2.7 -c soya._soya.c -o build/temp.linux-x86_64-2.7/soya._soya.o -w -fsigned-char
soya._soya.c:1:2: error: #error Do not use this file, it is the result of a failed Pyrex compilation.
error: command 'gcc' failed with exit status 1
Thanks,
Fabio