Hi all,
I keep getting a compiling error on my Mac and linux, since yesterday. Is there anyone who has the same problem? Did I miss some essential configurations?
g++ -pthread -o modules/search/pyext/search_wrap.os -c -O3 -fPIC -fno-strict-aliasing -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -DNDEBUG -DIMP_LITTLE_ENDIAN -DIMP_SWIG_WRAPPER -Ibuild/include -I. -I/usr/include/python2.5 modules/search/pyext/search_wrap.cc benchmarks/random_collisions.cpp: In function 'int main()': benchmarks/random_collisions.cpp:62: error: 'BoxSweepClosePairsFinder' was not declared in this scope benchmarks/random_collisions.cpp:62: error: 'cpf' was not declared in this scope benchmarks/random_collisions.cpp:62: error: expected type-specifier before 'BoxSweepClosePairsFinder' benchmarks/random_collisions.cpp:62: error: expected `;' before 'BoxSweepClosePairsFinder' g++ -o benchmarks/connectivity benchmarks/connectivity.o -Lbuild/lib -limp -limp_misc -limp_domino -limp_core -limp_atom -limp_algebra -limp scons: *** [benchmarks/random_collisions.o] Error 1 scons: building terminated because of errors.
Thanks a lot!