Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-02-25 09:39:41


OK, I made some progress with the limited "test_all.py msvc" (no
version). Now it fails here. I'm a bit stumped now; not quite sure
what this is supposed to be doing or why it's failing.

--
cd c:/boost/tools/build/test/
python test_all.py msvc
unit_tests : PASSED
module_actions : PASSED
startup_v1 : PASSED
startup_v2 : PASSED
generators_test : "c:\boost\tools\build\test\..\jam_src\bin.ntx86\bjam -sBOOST_BUILD_PATH=c:\boost\tools\build\test\..\new;c:\boost\tools\build\test -d0 --quiet msvc " returned 1
STDOUT ============
a.cpp
b.cxx
z.cpp
z.cpp
c.cpp
"WD consuming" d.wd 
"Dolphin consuming" bin\msvc\debug\d_lexer.dlp 
d_lexer.cpp
"Whale consuming " bin\msvc\debug\d_parser.whl 
d_parser.cpp
x.c
"X_PRO: source is " y.x_pro 
"X: source is " bin\msvc\debug\y.x1 bin\msvc\debug\y.x2 
y.cpp
c.cpp
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"lib\bin\msvc\debug\c.obj" 
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"bin\msvc\debug\a.obj" 
"bin\msvc\debug\b.obj" 
a.obj : error LNK2001: unresolved external symbol "void __cdecl z2(void)" (?z2@@YAXXZ)
a.obj : error LNK2001: unresolved external symbol "void __cdecl z1(void)" (?z1@@YAXXZ)
a.obj : error LNK2001: unresolved external symbol "int __cdecl bar(void)" (?bar@@YAHXZ)
bin\msvc\debug\a.exe : fatal error LNK1120: 3 unresolved externals
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"bin\msvc\debug\a.obj" 
"bin\msvc\debug\b.obj" 
a.obj : error LNK2001: unresolved external symbol "void __cdecl z2(void)" (?z2@@YAXXZ)
a.obj : error LNK2001: unresolved external symbol "void __cdecl z1(void)" (?z1@@YAXXZ)
a.obj : error LNK2001: unresolved external symbol "int __cdecl bar(void)" (?bar@@YAHXZ)
bin\msvc\debug\f.exe : fatal error LNK1120: 3 unresolved externals
"CPP-MARK consuming " e.cpp 
"NM target source consuming " bin\msvc\debug\e.marked.cpp 
e.target.cpp
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
"bin\msvc\debug\e.obj" 
...failed updating 2 targets...
STDERR ============
FAILED
FAILED test of c:\boost\tools\build\test\..\jam_src\bin.ntx86\bjam -sBOOST_BUILD_PATH=c:\boost\tools\build\test\..\new;c:\boost\tools\build\test -d0 --quiet msvc 
at line 288 of BoostBuild.py (fail_test)
from line 242 of BoostBuild.py (run_build_system)
from line 9 of generators_test.py
from line 34 of test_all.py (run_tests)
from line 89 of test_all.py
Compilation exited abnormally with code 1 at Tue Feb 25 09:36:45
-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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