Hey Matthew,

2011/2/21 Matthew Sherborne <[email protected]>:
> Trying to compile various version >= 3.1.8  on ubuntu, I keep hitting:

We've just had a report about this, unfortunately after the 3.1.8
release. This is solved in latest git with the following patch, which
you should be able to apply on 3.1.8:

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index cecba2b..b301fb1 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -37,7 +37,7 @@ ADD_EXECUTABLE(test
   ${TEST_SOURCES}
 )

-TARGET_LINK_LIBRARIES(test wt ${TEST_LIBS})
+TARGET_LINK_LIBRARIES(test wt ${TEST_LIBS} ${BOOST_FS_LIB})

 INCLUDE_DIRECTORIES(${WT_SOURCE_DIR}/src)

Regards,
koen

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to