Boost logo

Boost-Build :

Subject: [Boost-build] boost using rule
From: Dmitry Timoshenko (dimentiy2k_at_[hidden])
Date: 2011-09-06 15:35:10


Hello,

Could anybody tell me where am I wrong?

this works
   using boost : 1.46 : <root>$(BOOST_ROOT) ;

and this does not?
   using boost
     :
       1.46
     :
       <include>$(BOOST_INCLUDE_PATH)
       <library>$(BOOST_LIBRARY_PATH)
     ;

First variant gives the output from bjam

notice: using boost library 1.46
<root>D:\work\libs\3rdlibs\boost\boost_1_46_1

and everything get compiled.

Second variant gives the output from bjam

notice: using boost library 1.46 <include>C:\Boost\include\boost-1_46_1
<library>C:\Boost\lib

error: Unable to find file or target named
error: '/boost/filesystem//boost_filesystem'
error: referred from project at
error: '.'

I tried also /boost//boost_filesystem, but got same result.

Thank you.


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