From: <ah...@un...> - 2010-01-04 04:35:57
|
Hi, When trying to compile the trunk (revision 133), I get the following linker error: Scanning dependencies of target coretest [ 96%] Building CXX object test/coretest/CMakeFiles/coretest.dir/main.cpp.o Linking CXX executable coretest ../../lib/oxygen/liboxygen.so.3.2.4: undefined reference to `boost::this_thread::sleep(boost::posix_time::ptime const&)' collect2: ld returned 1 exit status make[2]: *** [test/coretest/coretest] Error 1 make[1]: *** [test/coretest/CMakeFiles/coretest.dir/all] Error 2 make: *** [all] Error 2 andreas@andreas-desktop:~/simspark/trunk/spark/build$ I'm at a complete loss here since the linker (being who he is) doesn't even bother telling me where this is coming from. Any ideas on how to fix this? thanks, Andreas |