Help me install, I beg you!
Added by IW M about 11 years ago
Hi,
Please, please help me...
I installed WT, and like I said in another post that wasn't answered, it works from what I've tried. I have been told during example making that multithreading is not found, and the examples using multithreading weren't built.
So I hunted down libboost 1.55.0, and it seems installed, I verified per the installation guide that libboost_thread is now available. But when I try to make the examples over again, it still says no boost multithreading.
The documentation for installing WT is rather inaccurate, but luckily I was able to install WT from apt-get. The building examples section is inaccurate as well: it says make -C examples. That doesn't work at all, since there are no make files. But I did find a longer cmake command (that I've since lost), and it seems to make some of the examples.
What should I do at this point? From a windows background, a thought is to uninstall the WT package, and re-install. I tried that through apt-get and very little happens, so I'm thinking it really did not re-install.
Is it possbile to uninstall WT from Ubuntu 12.04 and start over?
Do I need to re-install?
How do I get libboost-1-55-0 included during the make examples?
If anyone answers with: download and build/make/install manually, that is fine, but please hand-hold with directory structures and everything. The whole building from binaries glazes me over in a fog, and I've been working on this linux build for a dev project for along time now. I don't want to start over, and I'd like to get to some code before I give up in frustration. It it so hard working in a single archaic commandline. Apt-get has been my saviour up until this point.
If there is a link to more up-to-date documentation that I have not found, please share it.
This is where I'm at as of this post. Maybe I'm not in such bad shape? Hopefully?
cmake -DWT_SOURCE_DIR=/usr/share/doc/libwt-doc/ -DEXAMPLES_CONNECTOR="wt;wthttp" /usr/lib/Wt/examples
-- 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
CMake Error at CMakeLists.txt:11 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindBoost.txt
CMake Error at CMakeLists.txt:12 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindAsio.txt
CMake Error at CMakeLists.txt:13 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindGm.txt
CMake Error at CMakeLists.txt:14 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindSsl.txt
CMake Error at CMakeLists.txt:15 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindMysqlpp.txt
CMake Error at CMakeLists.txt:16 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindZlib.txt
CMake Error at CMakeLists.txt:17 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindFcgi.txt
CMake Error at CMakeLists.txt:18 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindGm.txt
CMake Error at CMakeLists.txt:19 (INCLUDE):
include could not find load file:
/usr/share/doc/libwt-doc//cmake/WtFindHaru.txt
-- Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_LIBRARY)
-- Found the Wt libraries at /usr/lib/libwthttp.so;/usr/lib/libwtext.so;/usr/lib/libwt.so;/usr/lib/libwtdbo.so;/usr/lib/libwtdbosqlite3.so;/usr/lib/libwtdbopostgres.so
-- Found the Wt headers at /usr/include
-- Found the Wt debug libraries at /usr/lib/libwthttp.so;/usr/lib/libwtext.so;/usr/lib/libwt.so;/usr/lib/libwtdbo.so;/usr/lib/libwtdbosqlite3.so;/usr/lib/libwtdbopostgres.so
-- Found the Wt debug headers at /usr/include
-- 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
** Disabling multi threading: could not find multi-threaded boost libraries
-- Looking for crypt
-- Looking for crypt - not found
-- Looking for crypt in crypt
-- Looking for crypt in crypt - found
-- ** Not building codingview example: requires a multi-threaded build.
-- ** Not building serverpush feature example: requires a multi-threaded build.
-- ** Not building socketnotifier feature example: requires a multi-threaded build.
CMake Warning (dev) at feature/widgetset/CMakeLists.txt:12 (TARGET_LINK_LIBRARIES):
Cannot specify link libraries for target "hello-widgetset.wt" which is not
built by this project.
CMake does not support this but it used to work accidentally and is being
allowed for compatibility.
Policy CMP0016 is not set: target_link_libraries() reports error if only
argument is not a target. Run "cmake --help-policy CMP0016" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- ** Not building filetreetable example: requires boost_filesystem library.
-- ** Not building gitmodel example: requires boost_filesystem library.
-- ** Not building hangman example: requires mysql++
-- Indicate the path of your mysql++-2.x installation using -DMYSQL_PREFIX=...
-- ** Not building mandelbrot example: requires Wt::WRasterImage.
-- ** Not building simplechat example: requires a multi-threaded build.
-- ** Not building style example: requires WRasterImage.
-- ** Not building wt-homepage example: requires boost_filesystem library.
-- ** Not building wtwithqt example.
-- wtwithqt example requires a Qt4 installation.
-- Configuring incomplete, errors occurred!
Thank you so much in advance!!
Replies (55)
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Ok, I've removed WT as best as I think I can.
I'm stepping through install instructions at: http://redmine.webtoolkit.eu/projects/wt/wiki/Installing_Wt_on_Ubuntu?version=33#Try-the-Examples
Asio = Good (as a far as I know).
WT
cmake results:
cmake ..
WT_NO_BOOST_RANDOM is OFF
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:518 ] boost 1.46.1 is already in the cache. To view debugging messages, please clear the cache.
-- Png libraries not found - set PNG_PREFIX
-- libharu libraries not found - set HARU_PREFIX
-- OpenGL libraries not found
-- checking for module 'pangoft2'
-- package 'pangoft2' not found
-- Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_LIBRARY)
** Enabling multi threading.
-- Boost 104601 < 1.54, WT_SIGNALS_IMPLEMENTATION = boost.signals recommended
-- Selecting boost.signals
** Disabled WRasterimage support. Set WT_WRASTERIMAGE_IMPLEMENTATION to GraphicsMagick or skia.
** Disabling PDF support (WPdfImage, WPdfRenderer): requires libharu.
Indicate the location of your haru library using -DHARU_PREFIX=...
** Disabling server-side opengl rendering (WGLWidget): requires gl, glew.
** Disabling raster image support (WRasterImage): set WT_WRASTERIMAGE_IMPLEMENTATION to GraphicsMagick or skia.
** Disabling advanced font rendering support: requires libpango.
Wt will use pkg-config to retrieve your libpango installation location.
** Wt::Dbo: building SQLite3 backend.
** Wt::Dbo: building Postgres backend.
** Wt::Dbo: not building Firebird backend.
Indicate the location of your FirebirdSQL and IBPP installation using
-DFIREBIRD_PREFIX=... -DIBPP_SRC_DIRECTORY=...
** Wt::Dbo: building MySQL backend.
** Disabling ISAPI.
** Enabling FastCGI connector.
** Enabling built-in httpd.
*** Not building widget gallery; C++11 required (gcc > 4.6 + set WT_CPP_11_MODE=-std=c++0x or MSVS >= 2012)
-- ** Not building mandelbrot example: requires Wt::WRasterImage.
-- ** Not building style example: requires WRasterImage.
-- ** Not building wtwithqt example.
-- wtwithqt example requires a Qt4 installation.
** Testing Wt::Dbo using Postgres backend
** Testing Wt::Dbo using Mysql backend
** Testing Wt::Dbo using Sqlite3 backend
-- Configuring done
-- Generating done
-- Build files have been written to: /myinstalls/wt-3.3.2-rc1/build
Make install dies:
First round of make install took forever, with some signal depeciation message, then fails with errors. If I go through the cmake and make install again, I get:
sudo make install
[ 1%] Building CXX object src/CMakeFiles/wt.dir/Wt/Json/Parser.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[2]: *** [src/CMakeFiles/wt.dir/Wt/Json/Parser.o] Error 4
make[1]: *** [src/CMakeFiles/wt.dir/all] Error 2
make: *** [all] Error 2
root@psdn:/myinstalls/wt-3.3.2-rc1/build# ^C
How do I move forward please?
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Also, even though I have installed Boot 1.55.0, it still finds and wants to use boost 1.46. I don't understand that.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
I have also tried this section:
Installing from Prebuilt Packages
Since Wt 2.0.3, unofficial packages for Ubuntu are being built by Pau Garcia i Quiles. To install Wt, add the Wt PPA to your repositories (check "Adding this PPA to your system" in the Wt PPA page). After adding the repository to your system, run:
$ sudo apt-get update
$ sudo aptitude install libwt*
but no libwt* of any kind. I added the Pau Garcia I Quiles repository to my ubuntu build, but then when I run aptitude install libwt*, all hell breaks loose.
Maybe someone can tell me how to get the 'precise' version from Garcia's builds?
My head is going to explode; this info is so outdated.
RE: Help me install, I beg you! - Added by Tiaan Wessels about 11 years ago
Same problem here. I have CentOS 6 64-bit and installed boost-* with yum and have cmake 2.6+ but cannot find boost.
RE: Help me install, I beg you! - Added by Koen Deforche about 11 years ago
Hey,
[ 1%] Building CXX object src/CMakeFiles/wt.dir/Wt/Json/Parser.o
c++: internal compiler error: Killed (program cc1plus)
What platform are you building on? Does it have enough memory, because I suspect this is a kill by the OS because running out-of-memory.
Regards,
koen
RE: Help me install, I beg you! - Added by Koen Deforche about 11 years ago
As a general advice for people with cmake problems:
1) Even if cmake ends with an error message, it will save its configuration in a file CMakeCache.txt. This is useful to see what is actually missing and what has been found.
2) This also means that if you rerun CMake, you should probably delete your current build directory and recreate it, since CMake will read the cache and only search for things previously not found. That may be confusing. For example if CMake found boost 1.46 and then after that you remove it in and install boost 1.55, it will be ignored until you delete your build and start over.
Regards,
koen
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Hey,
>[ 1%] Building CXX object src/CMakeFiles/wt.dir/Wt/Json/Parser.o
>c: internal compiler error: Killed (program cc1plus)
>What platform are you building on? Does it have enough memory, because I suspect this is a kill by the OS because running out-of-memory.
>Regards,
>koen
Ubuntu 12.04 32bit w/ 512MB of memory. The first attempt, it ran through (with a constant boost.signal depreciation error). But the second time, it stopped right at the error above.
I'd rather not go the compile route if I can avoid it. I wish I could figure out how to get the Garcia build.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
As a general advice for people with cmake problems:
1) Even if cmake ends with an error message, it will save its configuration in a file CMakeCache.txt. This is useful to see what is actually missing and what has been found.
2) This also means that if you rerun CMake, you should probably delete your current build directory and recreate it, since CMake will read the cache and only search for things previously not found. That may be confusing. For example if CMake found boost 1.46 and then after that you remove it in and install boost 1.55, it will be ignored until you delete your build and start over.Regards,
koen
Is there something more to do to remove what was installed through apt-get as well? I would love to remove everything WT related, as I'm not sure boost 1.55.0 is really installed either. And multithreading is the only reason I'm going through all this extra work.
I will kill the build directory and try again. I hope I don't need to re-image and start from scratch.
Thank you Koen!
RE: Help me install, I beg you! - Added by IW M about 11 years ago
I'm just going to keep on dropping things as I go.
I think I sorted out the boost version issue by updating cmake.findboost
But now I stop at 65% with:
c: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[2]: * [src/CMakeFiles/wt.dir/Wt/Render/CssParser.o] Error 4
make[1]: * [src/CMakeFiles/wt.dir/all] Error 2
make: * [all] Error 2
I tried greping for some indication of CssParser.o, but no result.
Per this thread though, it looks like I did run out of memory. And that is a drag, because I am excited to dig into WT. Also per that thread, would I be missing out if I backed up to version 3.3.0? In thread, the previous version does compile.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Thread referenced in above post: http://redmine.webtoolkit.eu/issues/2530
RE: Help me install, I beg you! - Added by Wim Dumon about 11 years ago
In file src/Wt/Render/CssParser.C, make sure that CSS_PARSER does not get defined (e.g. by commenting out line 11 of that source file).
PDF rendering will then not work.
BR,
Wim.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Per an answer on what looks like the mailing list, I comment out the CssParser line inside the CssParser.C (I think).
Next up at 76%:
Linking CXX shared library libwt.so
collect2: ld terminated with signal 9 [Killed]
make[2]: * [src/libwt.so.3.3.2] Error 1
make[1]: * [src/CMakeFiles/wt.dir/all] Error 2
make: * [all] Error 2
Also and unrelated, I cant cmake WGLWidgets because lack of gl and glew. So I apt-get what I found to be popular opengl libraries, but cmake still says no gl or glew.
I'm not going to be able to use WT, am I? Is there a way to get this going on 1/2 gig of memory? I need multithread, and the whole purpose will be for WEBGL dev, so it would be nice to know exactly which gl and glew is required for cmake.
Thank you!!
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Or... How much memory will I need? I'm in a VPS style environment, so it's not like I can just pop in a few sticks of memory. But maybe I can work soemthing out temporary, if, memory is my problem.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Made it to 84% after setting up a swap file in Ubuntu.
Then received:
[ 84%] Building CXX object test/CMakeFiles/test.dir/trampoline/RefEncoder.o
Linking CXX executable test
../src/libwt.so.3.3.2: undefined reference to `boost::thread::start_thread_noexcept()'
../src/libwt.so.3.3.2: undefined reference to `boost::random::random_device::operator()()'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::random::random_device::~random_device()'
../src/libwt.so.3.3.2: undefined reference to `boost::thread_detail::rollback_once_region(boost::once_flag&)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::last_write_time(boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::thread_detail::commit_once_region(boost::once_flag&)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::file_size(boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::random::random_device::random_device()'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::dir_itr_close(void*&, void*&)'
../src/libwt.so.3.3.2: undefined reference to `boost::thread::join_noexcept()'
../src/libwt.so.3.3.2: undefined reference to `boost::thread_detail::enter_once_region(boost::once_flag&)'
collect2: ld returned 1 exit status
make[2]: * [test/test] Error 1
make[1]: * [test/CMakeFiles/test.dir/all] Error 2
make: * [all] Error 2
In CMake.findboost, I appended to the additional versions, to include 1.55.0 1.55. I probably screwed it up by doing that. cmake liked it, but make did not.
Plus, I've installed every version of glew and gl I can find, and cmake just doesn't get it.
This has got to end soon...
RE: Help me install, I beg you! - Added by IW M about 11 years ago
I'm going to keep babbling on here since I need to resolve this. I think I understand these errors to be linker errors, at from what I've read. Does this have to do with any files in my build directory after cmake? or is this something that needs to be addressed before cmake?
I see advice such as: add -lboost_thread to the linking step. So what file do I add that to? Because make just goes; there is no step.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
I ran cmake with -DWT_NO_BOOST_RANDOM=ON , make with VERBOSE=1.
Things are different now, and I stopped at 71%
[ 71%] Building CXX object src/CMakeFiles/wt.dir/web/random_device.o
cd /myinstalls/wt-3.3.2-rc1/build/src && /usr/bin/c -Dwt_EXPORTS -DWT_WITH_OLD_INTERNALPATH_API -DWT_THREADED -D_REENTRANT -DBOOST_SPIRIT_THREADSAFE -DWT_BUILDING -O2 -g -fPIC -I/myinstalls/wt-3.3.2-rc1/build -I/myinstalls/wt-3.3.2-rc1/src/web -I/myinstalls/wt-3.3.2-rc1/src -I/myinstalls/wt-3.3.2-rc1/build/src -I/myinstalls/wt-3.3.2-rc1/src/Wt/Dbo/backend/amalgamation -I/usr/include/boost_1_55_0 -o CMakeFiles/wt.dir/web/random_device.o -c /myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp
/myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp:48:63: error: âconst result_type boost::random::random_device::min_valueâ is not a static member of âclass boost::random::random_deviceâ
/myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp:48:41: error: uninitialized const âboost::random::random_device::min_valueâ [-fpermissive]
/myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp:49:63: error: âconst result_type boost::random::random_device::max_valueâ is not a static member of âclass boost::random::random_deviceâ
/myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp:49:41: error: uninitialized const âboost::random::random_device::max_valueâ [-fpermissive]
/myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp:54:42: error: âconst char* const boost::random::random_device::default_tokenâ is not a static member of âclass boost::random::random_deviceâ
/myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp: In constructor âboost::random::random_device::random_device(const string&)â:
/myinstalls/wt-3.3.2-rc1/src/web/random_device.cpp:165:3: error: âmax_valueâ was not declared in this scope
make[2]: * [src/CMakeFiles/wt.dir/web/random_device.o] Error 1
make[2]: Leaving directory `/myinstalls/wt-3.3.2-rc1/build'
make[1]: * [src/CMakeFiles/wt.dir/all] Error 2
make[1]: Leaving directory `/myinstalls/wt-3.3.2-rc1/build'
make: * [all] Error 2
RE: Help me install, I beg you! - Added by IW M about 11 years ago
And one with I ran cmake , make with VERBOSE=1.
[ 84%] Building CXX object test/CMakeFiles/test.dir/trampoline/RefEncoder.o
cd /myinstalls/wt-3.3.2-rc1/build/test && /usr/bin/c -DWT_WITH_OLD_INTERNALPATH_API -DWT_THREADED -D_REENTRANT -DBOOST_SPIRIT_THREADSAFE -O2 -g -I/myinstalls/wt-3.3.2-rc1/build -I/myinstalls/wt-3.3.2-rc1/src -I/usr/include/boost_1_55_0 -o CMakeFiles/test.dir/trampoline/RefEncoder.o -c /myinstalls/wt-3.3.2-rc1/test/trampoline/RefEncoder.C
Linking CXX executable test
cd /myinstalls/wt-3.3.2-rc1/build/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/test.dir/link.txt ---verbose=1
/usr/bin/c -O2 -g CMakeFiles/test.dir/test.o CMakeFiles/test.dir/auth/BCryptTest.o CMakeFiles/test.dir/auth/SHA1Test.o CMakeFiles/test.dir/chart/WChartTest.o CMakeFiles/test.dir/json/JsonParserTest.o CMakeFiles/test.dir/json/JsonSerializerTest.o CMakeFiles/test.dir/http/HttpClientTest.o CMakeFiles/test.dir/mail/MailClientTest.o CMakeFiles/test.dir/models/WBatchEditProxyModelTest.o CMakeFiles/test.dir/models/WStandardItemModelTest.o CMakeFiles/test.dir/private/HttpTest.o CMakeFiles/test.dir/private/CExpressionParserTest.o CMakeFiles/test.dir/private/I18n.o CMakeFiles/test.dir/render/BlockCssPropertyTest.o CMakeFiles/test.dir/render/CssParserTest.o CMakeFiles/test.dir/render/CssSelectorTest.o CMakeFiles/test.dir/render/SpecificityTest.o CMakeFiles/test.dir/render/WTextRendererTest.o CMakeFiles/test.dir/utf8/Utf8Test.o CMakeFiles/test.dir/utf8/XmlTest.o CMakeFiles/test.dir/utils/Base64Test.o CMakeFiles/test.dir/wdatetime/WDateTimeTest.o CMakeFiles/test.dir/length/WLengthTest.o CMakeFiles/test.dir/color/WColorTest.o CMakeFiles/test.dir/paintdevice/WSvgTest.o CMakeFiles/test.dir/payment/MoneyTest.o CMakeFiles/test.dir/locale/LocaleNumberTest.o CMakeFiles/test.dir/trampoline/RefEncoder.o -o test -rdynamic -L/myinstalls/wt-3.3.2-rc1/build/src ../src/libwt.so.3.3.2 ../src/libwttest.so.3.3.2 -lboost_filesystem-mt ../src/libwt.so.3.3.2 -lboost_thread-mt -lboost_random-mt -lboost_regex-mt -lboost_signals-mt -lboost_system-mt -lboost_filesystem-mt -lboost_date_time-mt -lrt -lssl -lcrypto -lpthread -Wl,-rpath,/myinstalls/wt-3.3.2-rc1/build/src
../src/libwt.so.3.3.2: undefined reference to `boost::thread::start_thread_noexcept()'
../src/libwt.so.3.3.2: undefined reference to `boost::random::random_device::operator()()'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::random::random_device::~random_device()'
../src/libwt.so.3.3.2: undefined reference to `boost::thread_detail::rollback_once_region(boost::once_flag&)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::last_write_time(boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::thread_detail::commit_once_region(boost::once_flag&)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::file_size(boost::filesystem::path const&, boost::system::error_code*)'
../src/libwt.so.3.3.2: undefined reference to `boost::random::random_device::random_device()'
../src/libwt.so.3.3.2: undefined reference to `boost::filesystem::detail::dir_itr_close(void*&, void*&)'
../src/libwt.so.3.3.2: undefined reference to `boost::thread::join_noexcept()'
../src/libwt.so.3.3.2: undefined reference to `boost::thread_detail::enter_once_region(boost::once_flag&)'
collect2: ld returned 1 exit status
make[2]: * [test/test] Error 1
make[2]: Leaving directory `/myinstalls/wt-3.3.2-rc1/build'
make[1]: * [test/CMakeFiles/test.dir/all] Error 2
make[1]: Leaving directory `/myinstalls/wt-3.3.2-rc1/build'
make: * [all] Error 2
I give up for tonight; I'm getting no where. Hopefully if this is fixable, this wall of text will be useful for someone else trying to install.
RE: Help me install, I beg you! - Added by Wim Dumon about 11 years ago
With respect to gl/glew: glew is included in Wt, you don't even have to install it. To know what you need for OpenGL, take a look at wt-x.y.z/cmake/WtFindGL.txt to see how Wt detects gl and glew. Check in your CMakeCache.txt to find out what cmake found and what's missing.
My guess about the link options is that the version of the boost .so files you link to does not correspond to the boost version of the header files you used to compile Wt. Header files are in /user/include/boost_1_55_0, but there's no special path set for libraries. If you compiled boost yourself, remove any standard installed libraries. You will have to remove your wt build directory completely and restart from an empty build directory to force cmake to re-detect boost. Again, verify in CMakeCache.txt to check if cmake found the correct boost libraries.
BR,
Wim.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
Thank you Wim,
So if cmake tells me:
Boost version: 1.55.0
--- Found the following Boost libraries:
--- date_time
--- regex
--- program_options
--- signals
--- system
--- filesystem
--- thread
--- random
Consequently, I moved boost directories that wheren't 1.55 into a backup directory off of root, so hopefully they wouldn't be found. I don't know if that is good logic in a linux environment or not.
I need to make it known that all of this compiling and linking is like brain surgery or nuclear physics to me. Whatever you tell me will probably need to be dumbed down a few steps.
Like when you mention: "If you compiled boost yourself, remove any standard installed libraries." You might as well be talking Chinese, because I don't know what that means in relation to doing something to help get this installed. Ya, I don't know what that means. I appreciate the reply, but I don't know what that means.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
I also had to add Boost 1.55 references to the cmake.findboost file, which is way out of the way of anything I am working on. And I'm also not sure I've done it correctly, or if I should've even don that. It seemed like an obvious choice though.
Thank you for your reply
RE: Help me install, I beg you! - Added by Wim Dumon about 11 years ago
So what boost paths do you see in CMakeCache.txt?
Wim.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
I just did cmake -DBoost_DEBUG=ON -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_MULTITHREADED=ON .. then ran make, and it stopped again but at 84%. Same errors pretty much.
Good question! A couple of examples from CMakeCache.txt:
//The Boost DATE_TIME library
Boost_DATE_TIME_LIBRARY:FILEPATH=/usr/lib/libboost_date_time-mt.so//Boost date_time library (debug)
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/lib/libboost_date_time-mt.so//Boost date_time library (release)
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/lib/libboost_date_time-mt.so//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND//The Boost FILESYSTEM library
Boost_FILESYSTEM_LIBRARY:FILEPATH=/usr/lib/libboost_filesystem-mt.so
Which are of course wrong. CMake says it got the version right though.
RE: Help me install, I beg you! - Added by Wim Dumon about 11 years ago
If you set BOOST_PREFIX to the right path, especially when you first run cmake in a clean build directory, and cmake still comes up with these libraries, that's a problem in cmake rather than in Wt. But afaik it does work if you set BOOST_PREFIX immediately right when running cmake for the first time.
CMake never forgets a library once it found it. So once it found the wrong ones, you're toast and the best thing to do is to remove your build directory completely. By uninstalling your system's cmake libraries (apt-get uninstall boost (I don't know the exact command)), you avoid that cmake can possibly find the wrong libraries to start with.
BR,
Wim.
RE: Help me install, I beg you! - Added by IW M about 11 years ago
So it's not as simple as manually updating CMakeCache.txt? Clean build directory is no problem; I've done that like 25 times now.
uninstalling your system's cmake libraries (apt-get uninstall boost (I don't know the exact command)) <--- sounds quite like I could destroy something, and will end up rebuilding the system. Do you mean uninstalling Cmake or Boost? I could try to redo them both
Thank you so much, I'm horrible with linux configuration outside of apt-get and this certainly falls outside the realm of WT. I greatly appreciate the help!!