Re: Boost version 1.30.0 released
Another attempt to attach file. Few log fragmets (just in case if attach will not come through again): cpp_main.obj : error LNK2001: unresolved external symbol "int __cdecl cpp_main(int,char * * const)" (?cpp_main@@YAHHQAPAD@Z) libs\test\build\bin\boost_prg_exec_monitor.dll\msvc\debug\runtime-link-static\threading-single\boost_prg_exec_monitor.dll : fatal error LNK1120: 1 unresolved externals unit_test_main.obj : error LNK2001: unresolved external symbol "class boost::unit_test_framework::test_suite * __cdecl init_unit_test_suite(int,char * * const)" (?unit_unit_test_suite@@YAPAVtest_suite@unit_test_framework@boost@@HQAPAD@Z) libs\test\build\bin\boost_unit_test_framework.dll\msvc\debug\runtime-link-static \threading-single\boost_unit_test_framework.dll : fatal error LNK1120: 1 unresolved externals __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com [Non-text portions of this message have been removed]
libs\test\build\bin\boost_prg_exec_monitor.dll\msvc\debug\runtime-
You could not build shared libraries in win32 platform yet. So it's not an error. All test use static library any way. I did not want to interfere with release, but this is already fixed in Jamfile. So you won't see these error messages any more. At some point I will implement win32 dll also. Gennadiy
participants (2)
-
Gennadiy E. Rozental
-
Kirill Lapshin