Can't compile new egbbso.so for Linux
Posted: 26 Jul 2009, 05:06
When trying to compile (64 bit Linux, Ubuntu 8.04) the new egbbso.so (v 3.3) I get the error
what means that "abs" is not defined although common.h (where abs is defined) is included in index_new.cpp.
(Commenting or uncommenting this "USESPINLOCK" thing has nothing to do with it.)
Any suggestions?
vp
- Code: Select all
volker@vpittlik:~/schach/scorpio/egbb33/egbbdll$ make
g++ -O3 -c -fPIC index_new.cpp
index_new.cpp: In function »void init_indices()«:
index_new.cpp:83: Fehler: »abs« wurde in diesem Gültigkeitsbereich nicht definiert
index_new.cpp:141: Fehler: »abs« wurde in diesem Gültigkeitsbereich nicht definiert
make: *** [index_new.o] Fehler 1
what means that "abs" is not defined although common.h (where abs is defined) is included in index_new.cpp.
(Commenting or uncommenting this "USESPINLOCK" thing has nothing to do with it.)
Any suggestions?
vp