Boost logo

Boost-Build :

From: Daniel Holth (dholth_at_[hidden])
Date: 2005-04-18 22:10:38


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I found a solution to my relative paths problem. I changed the relative
path:

exe sub : subproject.c : <include>../include ;

to the absolute path from the project, my project being called
relative-paths:

exe sub : subproject.c : <include>@relative-paths/include ;

Now my software compiles from either the parent directory or the source
directory. I find that preferable. I'm concerned about what would happen
if I renamed the root of my project. How do I give the current project a
name? Why does my relative path fail while Boost.Python uses them happily?

Thanks,

Daniel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCZHauVh4W2pVfoMsRAkJgAKCqGYHSuHOmEiapjeDW2hY8js4GYACeII0I
sOMvRIrE1Pg0Mlh7zKePqUw=
=nX0M
-----END PGP SIGNATURE-----

 


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