|
From: Andrea M. <and...@en...> - 2010-03-02 15:45:15
|
Hi, I tried to compile Libnifalcon using CMake GUI to cerate project files for Xcode (I am a OS X user), but I have problems with both Boost 1.42( installed as explained at: http://www.boost.org/doc/libs/1_42_0/more/getting_started/unix-variants.html) and Boost-CMake 1.41 (installed as explained at: http://sodium.resophonic.com/boost-cmake/current-docs/) . If I use Boost 1.42, after pressing "Configure" in CMake GUI, I get the message "Boost NOT found" although I inserted the path to the "Boost/include" directory. If I use Boost-CMake 1.41, after presssing "Configure" in CMake GUI I get the message "Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-NOTFOUND" and "Boost_THREADS_LIBRARY_DEBUG-NOTFOUND" in CMake GUI. This is due to the fact that when compiling Boost-CMake 1.41 only libraries in release mode are created. Please, could you indicate me how to install preficiently Boost and then Libnifalcon? Thank you in advance. Best Regards, Andrea |