Hi all,

without a #define USE_SSE_VECTORIZE 1 line I am unable to build since:

gcc -DHAVE_CONFIG_H -I. -I. -I. -I./lib  -I/usr/include/libxml2 -I./intl
-DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/freetype2
-I/usr/include/python2.4 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DXTHREADS -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include        -g -O2 -c
`test -f 'eval.c' || echo './'`eval.c
eval.c: In function `EvalRace':
eval.c:2284: error: syntax error before "float"
eval.c:2286: error: `arInput' undeclared (first use in this function)
eval.c:2286: error: (Each undeclared identifier is reported only once
eval.c:2286: error: for each function it appears in.)
eval.c: In function `EvalContact':
eval.c:2390: error: syntax error before "float"
eval.c:2392: error: `arInput' undeclared (first use in this function)
eval.c: In function `EvalCrashed':
eval.c:2406: error: syntax error before "float"
eval.c:2408: error: `arInput' undeclared (first use in this function)
make[2]: *** [eval.o] Error 1
make[2]: Leaving directory `/home/anthon/gnubg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthon/gnubg'
make: *** [all] Error 2

seems that either too much or too little is included in the if/endifs.

with the USE_.. set I need "gcc -msse" on the ubuntu linux.

I have to revert to the non-pruning nets to make this work, right?

By the way, the changelog says that the last two changes are from march,
not april.

Christian.


_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to