Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-17 15:37:46


Robert Ramey wrote:

> I've found the following line in the output of bjam.
>
> ...skipped
> <p..\..\..\bin.v2\libs\serialization\build\msvc-7.1\debug\threading-multi>boost_serialization-vc71-mt-gd-1_34_1.lib
> for lack of
> <p..\..\..\bin.v2\libs\serialization\build\msvc-7.1\debug\threading-multi>basic_iarchive.obj...

This line says that serialization lib is not built, because
'basic_iarchive.obj' failed to build. The error messages from
basic_iarchive.obj compilation is somewhere above, presumably.

>
> It seems that the "<p..> is confusing process_jam_log.

What made you think so?

> So
> either
>
> a) bjam is outputing something it shouldn't

It was outputting things like above for a long time.

> b) process_jam_log isn't handling something it should

If you passing --v2 to process_jam_log, it should handle
it.

> c) I'm just missing something.

Maybe you can start by explaining why do you
think process_jam_log has any problem. What you've posted
indicates a compilation issue.

- 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