Boost logo

Boost-Build :

From: Nicola Musatti (Nicola.Musatti_at_[hidden])
Date: 2006-11-21 02:02:58


John Maddock wrote:
> Nicola Musatti wrote:
>
>> but this causes the $(SPIRIT_ROOT) directory to be specified *after*
>> $BOOST_ROOT.
>
> I've hit this problem too: the issue is the Boost.Build doesn't guarentee
> any particular order for include paths.
>
> The solution I used was to change my user-config.jam so I have for example:
>
> using msvc : 6.0 : "c:/cpp/vc98/bin/cl.exe" :
> <cxxflags>-IC:/data/boost/spirit-1.6.3/boost ;

Thank you for the suggestion. Although your approach affects the
compilation of Spirit and all the libraries that use it, which is
something I'd rather avoid, it appears to be exactly what I needed for
Serialization's Jamfile.v2 . Hope to have something to contribute in a
few days.

Cheers,
Nicola Musatti


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