Boost logo

Boost-Build :

From: Phillip Seaver (phil_at_[hidden])
Date: 2006-04-26 08:16:31


Alex Besogonov wrote:
> PCH is nowhere close to "release" state. There are numerous issues with
> PCH on MSVC:
> 1. Property propagation (I've raised this issue before).
>

This reminds me of a question I had: Should properties get propagated
to inline targets? If I have this:

    lib foo : [ obj a : a.c <optimization>off ] b.c : <define>FOO ;

b.c gets compiled with FOO defined, but a.c doesn't. I expected it to
and was surprised when it didn't.

> 2. Debug information: PCH is does not work well with C7-style debug info
> and database-style debug storage is currently broken ("# not used yet").

I got .pdb files at least partially working. If you want, I can try to
finish it up and submit a patch.

Phillip


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