My bad. BoxSweep depends on CGAL and I forgot to turn off the usage in benchmarks. I'll fix it.
On Thu, Apr 23, 2009 at 1:21 PM, Seung Joong Kim sjkim@salilab.org wrote:
> 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! > > -- > Seung Joong Kim, Ph.D. > > Postdoctoral Scholar, Andrej Sali group > Department of Biopharmaceutical Sciences, School of Pharmacy > University of California at San Francisco (UCSF) > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev >