I've had the best luck on configuring the mac (I'm 10.5) is to cd into build
and doing ccmake . and set the boost variables BOOST_VERSION= 1_38
, BOOST_INCLUDE_DIR = /usr/local/include/boost-1_38
BOOST_COMPILER=xgcc41   (i'm using the g++-4.12 compiler)
then typing c to configure the CMakeCache.txt, e to exit, you should 
see all the boost libraries
in the list then exit the ccmake and do a cmake ../. You should be ready to go.
chuckles


>Hi,
>Following the 
>http://www.webtoolkit.eu/wt/wiki/index.php/Installing_Wt_on_Mac_OS_X_Leopard
>
>I got the following error:
>--
>$ cmake -DBOOST_DIR=$HOME/Installed -DBOOST_VERSION=1_38 ../
>-- 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
>** Using supplied mxml library.
>-- Looking for include files CMAKE_HAVE_PTHREAD_H
>-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
>-- Looking for pthread_create in pthreads
>-- Looking for pthread_create in pthreads - not found
>-- Looking for pthread_create in pthread
>-- Looking for pthread_create in pthread - found
>-- Found Threads: TRUE
>** Error finding Wt required library:
>** Could not find a boost installation in /Users/khinester/Installed.
>** It may be necessary to set appropriate values for the
>    variables BOOST_DIR, BOOST_COMPILER, and BOOST_VERSION
>CMake Error at src/CMakeLists.txt:10 (MESSAGE):
>   ** Wt requires the following C++ boost libraries: boost_date_time,
>   boost_regex, and boost_program_options, boost_signals, and optionally
>   boost_thread
>

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to