Boost logo

Boost-Build :

From: DrAnonymous (antamiga_at_[hidden])
Date: 2007-04-30 11:52:39


I have the following dir layout -

top
---Jamroot
---subdir
------Jamfile
------atrans.cpp

Here are the contents of the jamfiles:

jamroot:
build-project tmMuggerSrc ;
install dist : atransSrc tmMuggerSrc : <location>exes ;

jamfile
exe atrans : atrans.cpp : <include>$bhome ;

When I am in subdir and do a bjam, I get an executable under the bin
directory. If I try to do a bjam under the top directory, the include
files aren't found. Why aren't the includes working from the Jamroot?

The bhome env variable is defined as an absolute path.

Thanks,
Aaron R>


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