Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-08-04 01:49:22


Robert Ramey wrote:

> I'm trying to update my jamfile - the following is an excerpt
>
>
> lib boost_serialization
> : $(SOURCES).cpp
> : <toolset>msvc:<cxxflags>/Gy
> <toolset>msvc-6.5:<cxxflags>-I$(SPIRIT_ROOT)
> <toolset>borland:<cxxflags>-I$(SPIRIT_ROOT)
> <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
> # <conditional>@include-spirit
> ;

What is SPIRIT_ROOT here? Is it defined to anything -- this
can be tested by adding

        ECHO "XXXX" $(SPIRIT_ROOT) ;

> I've read though the Bjam documentation it seems to me that the above
> should work - but it oesn't. The compile command lines don't
> have -I <spirit directory>.

What compiler are you using? borland?

- Volodya


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