|
From: Antoni J. <ant...@gm...> - 2009-03-30 15:02:02
|
I try to compile Mammoth on FreeBSD. I get the following error:
freebsd-v1# pkg_info -XQc tbb boost
boost-1.34.1:Free peer-reviewed portable C++ source libraries
tbb-2.0:A library that provides thread building blocks
freebsd-v1# cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detected version of GNU GCC: 42
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:620 (message):
Unable to find the requested Boost libraries.
Boost version: 1.34.1
Boost include path: /usr/local/include
The following Boost libraries could not be found:
boost_system
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
Boost_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:109 (FIND_PACKAGE)
-- Found OpenSSL: /usr/lib/libssl.so
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57
(MESSAGE):
Could NOT find TBB (missing: TBB_INCLUDE_DIR)
Call Stack (most recent call first):
build/cmake/FindTBB.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:127 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
|