Hey all. It seems every time I try and download and install Boost and Wt either on Debian Wheezy (Rpi) or Ubuntu (Virtualbox) I end up encountering a problem when I get to the cmake part of the Wt install. I follow the guide found at http://blog.raymond.burkholder.net/index.php?/archives/539-Installing-Wt-v3.3.0-on-Debian-Wheezy.html and I modify the cmake from:
cmake \ -D MULTI_THREADED=ON \ -D RUNDIR=/var/www/wt \ -D WEBUSER=www-data \ -D WEBGROUP=www-data \ -D BOOST_ROOT=/usr/local \ -D BOOST_LIBRARYDIR=/usr/local/lib \ -D BOOST_INCLUDEDIR=/usr/local/include/boost \ -D SHARED_LIBS=ON \ -D CONNECTOR_FCGI=OFF \ -D CONNECTOR_HTTP=ON \ -D USERLIB_PREFIX=lib \ -D Boost_USE_STATIC_LIBS=OFF \ -D Boost_USE_STATIC_RUNTIME=OFF \ -D CONFIGDIR=/etc/wt \ -D CMAKE_INSTALL_PREFIX=/usr/local \ ../ To where boost actually is (on my current virtual box rip): cmake \ -D MULTI_THREADED=ON \ -D RUNDIR=/var/www/wt \ -D WEBUSER=www-data \ -D WEBGROUP=www-data \ -D BOOST_ROOT=/usr \ -D BOOST_LIBRARYDIR=/usr/lib \ -D BOOST_INCLUDEDIR=/usr/include/boost \ -D SHARED_LIBS=ON \ -D CONNECTOR_FCGI=OFF \ -D CONNECTOR_HTTP=ON \ -D USERLIB_PREFIX=lib \ -D Boost_USE_STATIC_LIBS=OFF \ -D Boost_USE_STATIC_RUNTIME=OFF \ -D CONFIGDIR=/etc/wt \ -D CMAKE_INSTALL_PREFIX=/usr/local \ ../ But without fail I get the annoying message: CMake Error at CMakeLists.txt:371 (MESSAGE): Could not find a boost installation in /usr/lib. But all the *.so library files are in that folder, and even going through CMakeCache.txt and manually entering all paths doesn’t help me. I have managed to fix it every time so far, but its been kind of so much back and forth into files and directories that I really haven’t been able to make an efficient note of what actually fixed it, and now Im there again, wishing I had some notes from last time :) So, does anyone have any solution that works? Regards Tor
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------
_______________________________________________ witty-interest mailing list witty-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/witty-interest