|
Boost-Build : |
Subject: Re: [Boost-build] Build error when adding Boost libraries to own projects
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2012-07-31 04:24:39
Hi.
> See the boost.jam module in the tools/build/v2/contrib folder.
> Just do 'import boost ;' and you have all the targets with all the
> correct file names predeclared... :-)
Slight correction... you have to do something like the following in
your config files:
using boost : 1.50
: <include>/usr/local/include/boost_1_50
<library>/usr/local/lib ;
and then do the following in your project files:
import boost ;
boost.use-project 1.50 ;
For more details see the main boost.jam module comment.
Hope this helps.
Best regards,
Jurko GospodnetiÄ
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