Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-26 04:57:40


On Wednesday 12 April 2006 16:47, Renaud Lepere wrote:
> > > using boost : the-directory-with-boost-source ;
> >
> > Is the 'directory-with-boost-source' the source of Boost
> > you've unpacked from
> > a downloaded source package, or got from CVS? It should contain file
> > "Jamfile.v2" at the top-level.
>
> I got it from CVS. And it is in c:/Renaud/Boost/boost where i have a
> Jamfile.v2. In my boost-build.jam (which is in the directory c:/Renaud)
> i have a single line containing :
> boost-build Boost/boost/tools/build/v2 ;
>
> In a directory in c:/Renaud/Geometry/Serialize i have
> - a jamfile file with the lines you gave me
> "using boost : C:/Renaud/Boost/boost_1_33_1/libs ;

This should be

   use-project boost : '.......' ;

not 'using'. Also, are there Jamfile.v2 in C:/Renaud/Boost/boost_1_33_1/libs?
You did not say anything about that directory.

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

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