Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-19 05:13:15


Hi Victor,
> Now that I've gotten rid of the abort in the v2 build and run of the tests,
> there are a LOT of errors found (many that are not detected in the version
> 1 run)
> both output logs can be found at ftp://rudbek.com/pub/boost for further
> details

Thanks. It looks like most of the errors are caused by autolinking. For some
reason tests link both to V2-generated libraries and autolink to V1-generated
libraries. I have no ideas who V1 libraries get found, but anyway.

I've disabled auto-linking for V2 for now. Later we'd want to figure out if it
should be used for tests at all.

I also have a question about this failure:
msvc.link.dll ..\bin.v2\libs\config\test\link\msvc-7.1\debug\link_test.dll ..
\bin.v2\libs\config\test\link\msvc-7.1\debug\link_test.lib ..
\bin.v2\libs\config\test\link\msvc-7.1\debug\link_test.rsp
msvc.link ..
\bin.v2\status\config_link_test.test\msvc-7.1\debug\config_link_test.exe ..
\bin.v2\status\config_link_test.test\msvc-7.1\debug\config_link_test.rsp
LINK : fatal error LNK1181: cannot open input file '..
\bin.v2\libs\config\test\link\msvc-7.1\debug\link_test.lib'

Can you check if file

bin.v2\libs\config\test\link\msvc-7.1\debug\link_test.lib

is really not created, or just diagnostic is a bit wrong?

Thanks,
Volodya

 


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