Boost logo

Boost-Build :

From: Leaf Garland (Leaf_at_[hidden])
Date: 2003-11-21 08:08:22


Hmm,

"Leaf Garland" <Leaf_at_[hidden]> wrote in message
> Apologies, I have now managed to get it to work, I've been adding a new
> toolset and generally messing up your nice neat code and I must have
messed
> things up too much.

Ok. Maybe I spoke too soon. The problem seems to be when I also have a
requirement on the targets. So this works:

project
: requirements
<toolset>msvc:<include>"d:/dev/" ;
exe pdtest : test.cpp ;

But this doesn't:

project
: requirements
<toolset>msvc:<include>"d:/dev/" ;
exe pdtest : test.cpp : <toolset>msvc ;

In this case the compiler command line doesn't have -I"d:/dev/" on it and
the included file is not found.

Is that the same for you?

Cheers,
Leaf.

 


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