Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-02-03 16:00:22


Jeff Holle wrote:

> I have a simple Jamfile in which I added a stage rule so the executable
> is placed in my
> ./Install directory.
>
> It is:
> project-root ;
> SEARCH on python.jam = $(BOOST_BUILD_PATH) ;
>
> stage install : <exe>cppParser : <locate>. : release ;
>
> exe cppParser
> : # sources
> cppParser.cpp
> : # requirements
> <include>/home/jholle/boost_CVS/boost
> # library path required for linking to boost_python shared lib.
> <library-path>$(BOOST_ROOT)/boost/build/bin-stage
> :
> release
> ;
>
> While the stage rule does what I wanted it to, it also causes all
> actions to be taken twice. Is this normal? Can I avoid it while still
> copying the the actions to ./Install?

Could you send me a log of the build? -- Done with "bjam -n -a". -- I'd like
to see which actions it's repeating.

And.. Which version of Boost are you using?

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
 

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