bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] build errors: new sse code


From: Christian Anthon
Subject: [Bug-gnubg] build errors: new sse code
Date: Mon, 2 May 2005 19:25:25 +0200
User-agent: Mutt/1.5.6+20040907i

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 my ubuntu linux.

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

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

Christian.

p.s. the message did not seem to get through the first time, so sorry if
it appears twice.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]