Boost logo

Boost-Build :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-04 01:12:19


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
 ;

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 am I missing here?

Robert Ramey


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