Project

General

Profile

Actions

Support #2014

closed

3.3.0 make fails in Debian Wheezy

Added by Nagarajan Chinnasamy almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
-
Target version:
Start date:
07/06/2013
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by Nagarajan Chinnasamy almost 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.

Actions #2

Updated by Wim Dumon almost 11 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF