Support #2014
closed3.3.0 make fails in Debian Wheezy
0%
Description
Hello,
Platform (uname -a): Linux xxxx 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux
All dependent packages installed. No complaints from cmake. But, make fails with following errors:
[ 73%] Building CXX object src/CMakeFiles/wt.dir/web/XSSUtils.o
[ 73%] Building CXX object src/CMakeFiles/wt.dir/web/SslUtils.o
[ 73%] Building CXX object src/CMakeFiles/wt.dir/web/UriUtils.o
[ 73%] Building CXX object src/CMakeFiles/wt.dir/web/random_device.o
/home/nagu/Dev/wt-3.3.0/wt-3.3.0/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'
/home/nagu/Dev/wt-3.3.0/wt-3.3.0/src/web/random_device.cpp:48:41: error: uninitialized const 'boost::random::random_device::min_value' [-fpermissive]
/home/nagu/Dev/wt-3.3.0/wt-3.3.0/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'
/home/nagu/Dev/wt-3.3.0/wt-3.3.0/src/web/random_device.cpp:49:41: error: uninitialized const 'boost::random::random_device::max_value' [-fpermissive]
/home/nagu/Dev/wt-3.3.0/wt-3.3.0/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'
/home/nagu/Dev/wt-3.3.0/wt-3.3.0/src/web/random_device.cpp: In constructor 'boost::random::random_device::random_device(const string&)':
/home/nagu/Dev/wt-3.3.0/wt-3.3.0/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[1]: * [src/CMakeFiles/wt.dir/all] Error 2
make: * [all] Error 2
Pls, let me know if you need further information.
Thanks & Regards,
nagu.
Updated by Nagarajan Chinnasamy over 11 years ago
Sorry, my mistake... It was because of un-clean build. I could successfully re-build Wt 3.3.0 without any issues. Please close this issue.