I just made a fix for the random_device issues which is on its way to git. BR, Wim.
2011/7/24 zhivko vasilev <[email protected]>: > Did you clear CMake cache , to be sure that you are building against boost > 1.45 ? What boost version is reported by CMake when you generate build > files? > Zhivko > > On Sun, Jul 24, 2011 at 8:16 PM, Massimo Di Stefano > <[email protected]> wrote: >> >> I tried to switch to gcc-4.2 but the error is the same, then i downloaded >> and installed boost-1.45 release and nothing change >> this error persist ... :-( >> thanks a lot for any hints! >> --Massimo. >> >> Il giorno 24/lug/2011, alle ore 13.29, zhivko vasilev ha scritto: >> >> Hi Massimo, >> On windows is the same. I tried recompile Wt with the newest boost and >> stuck with the same error. Wt compiles OK with boost 1.45 for me. >> Zhivko >> >> On Sun, Jul 24, 2011 at 11:15 AM, Massimo Di Stefano >> <[email protected]> wrote: >>> >>> Hi All, >>> >>> i'm trying to build WebToolkit on a mac osx 10.6.8, my gcc version is >>> 4.0.1 >>> i tried the build several t >>> >>> boost (svn trunk) wt (svn trunk) >>> boost (1.47 release) wt (svn trunk) >>> boost (1.46.1 release) wt (svn trunk) >>> boost (1.46.1 release) wy (wt-3.1.10 release) >>> >>> but i received everytime the same error log : >>> >>> >>> [ 69%] Building CXX object src/CMakeFiles/wt.dir/web/random_device.o >>> /Users/Shared/src/wt-3.1.10/src/web/random_device.cpp:45: error: 'const >>> unsigned int boost::random::random_device::min_value' is not a static member >>> of 'class boost::random::random_device' >>> /Users/Shared/src/wt-3.1.10/src/web/random_device.cpp:45: error: >>> uninitialized const 'boost::random::random_device::min_value' >>> /Users/Shared/src/wt-3.1.10/src/web/random_device.cpp:46: error: 'const >>> unsigned int boost::random::random_device::max_value' is not a static member >>> of 'class boost::random::random_device' >>> /Users/Shared/src/wt-3.1.10/src/web/random_device.cpp:46: error: >>> uninitialized const 'boost::random::random_device::max_value' >>> /Users/Shared/src/wt-3.1.10/src/web/random_device.cpp:51: error: 'const >>> char* const boost::random::random_device::default_token' is not a static >>> member of 'class boost::random::random_device' >>> /Users/Shared/src/wt-3.1.10/src/web/random_device.cpp: In constructor >>> 'boost::random::random_device::random_device(const std::string&)': >>> /Users/Shared/src/wt-3.1.10/src/web/random_device.cpp:162: error: >>> 'max_value' was not declared in this scope >>> make[2]: *** [src/CMakeFiles/wt.dir/web/random_device.o] Error 1 >>> make[2]: *** Waiting for unfinished jobs.... >>> make[1]: *** [src/CMakeFiles/wt.dir/all] Error 2 >>> make: *** [all] Error 2 >>> >>> >>> have you any clue on how to fix it ? >>> on linux i used boost from ubuntu repositoery and wt from svn everything >>> build fine. >>> thanks for any help! >>> >>> --MAssimo. >>> >>> ------------------------------------------------------------------------------ >>> Magic Quadrant for Content-Aware Data Loss Prevention >>> Research study explores the data loss prevention market. Includes >>> in-depth >>> analysis on the changes within the DLP market, and the criteria used to >>> evaluate the strengths and weaknesses of these DLP solutions. >>> http://www.accelacomm.com/jaw/sfnl/114/51385063/ >>> _______________________________________________ >>> witty-interest mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> ------------------------------------------------------------------------------ >> Magic Quadrant for Content-Aware Data Loss Prevention >> Research study explores the data loss prevention market. Includes in-depth >> analysis on the changes within the DLP market, and the criteria used to >> evaluate the strengths and weaknesses of these DLP solutions. >> >> http://www.accelacomm.com/jaw/sfnl/114/51385063/_______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> >> ------------------------------------------------------------------------------ >> Magic Quadrant for Content-Aware Data Loss Prevention >> Research study explores the data loss prevention market. Includes in-depth >> analysis on the changes within the DLP market, and the criteria used to >> evaluate the strengths and weaknesses of these DLP solutions. >> http://www.accelacomm.com/jaw/sfnl/114/51385063/ >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> > > > ------------------------------------------------------------------------------ > Magic Quadrant for Content-Aware Data Loss Prevention > Research study explores the data loss prevention market. Includes in-depth > analysis on the changes within the DLP market, and the criteria used to > evaluate the strengths and weaknesses of these DLP solutions. > http://www.accelacomm.com/jaw/sfnl/114/51385063/ > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
