Re: [Cppcms-users] Some compilation errors when trying to build cppCms
Brought to you by:
artyom-beilis
From: Vizcayno <viz...@gm...> - 2012-02-21 16:31:33
|
Artyom: The next worked for me, thank you very much!! > I'd suggest first of all try to build the library as "RelWithDebInfo" instead > of Release. It is fully optimized version that uses release run-time but > comes with debug information. It is actually recommended build configuration. > Then I could execute command "nmake test" and got the next final result: . . . 76/79 Test #76: test_locale_std_collate ................. Passed 0.09 sec Start 77: test_locale_winapi_formatting 77/79 Test #77: test_locale_winapi_formatting ........... Passed 0.05 sec Start 78: test_locale_winapi_collate 78/79 Test #78: test_locale_winapi_collate .............. Passed 0.04 sec Start 79: test_locale_winapi_convert 79/79 Test #79: test_locale_winapi_convert .............. Passed 0.08 sec 100% tests passed, 0 tests failed out of 79 Total Test time (real) = 465.65 sec I then executed "nmake install", it was necessary to force the DCMAKE_INSTALL_PREFIX in the two cmake_install.cmake files in spite of assigning this in the cmake option. Now I am very motivated to go ahead. You made my day!! My best regards. Vizcayno. |