Boost logo

Boost-Build :

From: Victor A. Wagner Jr. (vawjr_at_[hidden])
Date: 2004-05-02 15:01:49


I've gotten my CVS issues resolved and have my testing scripts going
again. I have a distinct difference between building boost with V1 and
V2. Here's the output (any thoughts on getting the v2 to build correctly
would be appreciated)

C:\Projects\boost>bjam -sTOOLS=vc7.1 install 1>bjaminstall.log

C:\Projects\boost>mgrep (('serror's)`('starget)`(skipped's)) bjaminstall.log
Grep - Version 1.11
Copyright (C) 1986-94, Metadigm, Inc. All Rights Reserved
Copyright (C) 2000-2; Victor A. Wagner Jr. All Rights Reserved

File: bjaminstall.log
...found 9215 targets...
...updating 18 targets...
...updated 18 targets...

C:\Projects\boost>bjam --v2 1>bjamv2.log

C:\Projects\boost>mgrep (('serror's)`('starget)`(skipped's)) bjamv2.log
Grep - Version 1.11
Copyright (C) 1986-94, Metadigm, Inc. All Rights Reserved
Copyright (C) 2000-2; Victor A. Wagner Jr. All Rights Reserved

File: bjamv2.log
...found 905 targets...
...updating 19 targets...
cpp_main.obj : error LNK2019: unresolved external symbol "int __cdecl
cpp_main(int,char * * const)" (?cpp_main@@YAHHQAPAD_at_Z) referenced in
function "public: vir
tual int __thiscall `anonymous namespace'::cpp_main_caller::function(void)"
(?function_at_cpp_main_caller@?A0x99102a7b@@UAEHXZ)
libs\test\build\bin\msvc-7.1\debug\boost_prg_exec_monitor.dll : fatal error
LNK1120: 1 unresolved externals
test_main.obj : error LNK2019: unresolved external symbol "int __cdecl
test_main(int,char * * const)" (?test_main@@YAHHQAPAD_at_Z) referenced in
function "void __c
decl `anonymous namespace'::call_test_main(void)"
(?call_test_main@?A0xe1e272a1@@YAXXZ)
libs\test\build\bin\msvc-7.1\debug\boost_test_exec_monitor.dll : fatal
error LNK1120: 1 unresolved externals
unit_test_main.obj : error LNK2019: unresolved external symbol "class
boost::unit_test_framework::test_suite * __cdecl
init_unit_test_suite(int,char * * const)"
(?init_unit_test_suite@@YAPAVtest_suite_at_unit_test_framework_at_boost@@HQAPAD_at_Z)
referenced in function _main
libs\test\build\bin\msvc-7.1\debug\boost_unit_test_framework.dll : fatal
error LNK1120: 1 unresolved externals
boost\lexical_cast.hpp(150) : error C2679: binary '>>' : no operator found
which takes a right-hand operand of type
'boost::date_time::date_formatter<date_type,
format_type,charT>::string_type' (or there is no acceptable conversion)
Target=boost::date_time::date_formatter<boost::gregorian::date,boost::date_time::simple_format,wchar_t>::string_type,
Target=boost::date_time::date_formatter<boost::gregorian::date,boost::date_time::simple_format,wchar_t>::string_type,
...skipped
<plibs\date_time\build\bin\msvc-7.1\debug-rsp>boost_date_time.rsp for lack
of <plibs\date_time\build\bin\msvc-7.1\debug>greg_month.obj...
...skipped <plibs\date_time\build\bin\msvc-7.1\debug>boost_date_time.dll
for lack of <plibs\date_time\build\bin\msvc-7.1\debug>greg_month.obj...
...skipped <plibs\date_time\build\bin\msvc-7.1\debug>boost_date_time.lib
for lack of <plibs\date_time\build\bin\msvc-7.1\debug>greg_month.obj...
...skipped <plibs\date_time\build\bin\msvc-7.1\debug>boost_date_time.rsp
for lack of <plibs\date_time\build\bin\msvc-7.1\debug>greg_month.obj...
...failed updating 10 targets...
...skipped 4 targets...
...updated 5 targets...

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
"There oughta be a law"

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk