|
From: Alexander W. <dev...@wi...> - 2009-04-03 07:00:06
|
Hi Antoni, I'm sorry it does not compile on your machine, and I have to say that I haven't tested it on FreeBSD yet. If you look at the Mammoth developers page you'll see that you need at least version 1.35 to run Mammoth. That's something you need to correct anyway. Also make sure that the 'include' folder (where everything is installed) is added to your environment variables. Although I haven't seen alot of FreeBSD servers, I can imagine there is a need for that, I'll add this to my TODO list. Cheers, Alexander Antoni Jakubiak wrote: > 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! > > ------------------------------------------------------------------------------ > _______________________________________________ > Mammoth-users mailing list > Mam...@li... > https://lists.sourceforge.net/lists/listinfo/mammoth-users |