Boost logo

Boost-Build :

From: Jeff Holle (jeff.holle_at_[hidden])
Date: 2004-01-23 01:19:35


That did it! Thanks.
I suggest that the contents of project.zip should change to reflect this
requirement.

Another issue.
All boost.python using modules compiled against python 2.3, including my
own, are afflicted with warnings.
The synopsis of the details are:
/user/local/include/python2.3/pyconfig.h:847:1: warning:
"_POSIX_C_SOURCE" redefined
/usr/include/features.h:131:1: warning: this is the location of the
previous definition

This doesn't look like a boost issue, but can you suggest the proper change?

Rene Rivera wrote:

> Rene Rivera wrote:
>
> > Jeff Holle wrote:
> >
> >
> >>First, thanks for the response.
> >>Second, I now realize that my previous environment settings were
> wrong.
> >>They have been changed to:
> >> BOOST_ROOT=/home/jholle/boost_CVS/boost
> >> BOOST_BUILD_PATH=/home/jholle/boost_CVS/boost/tools/build/v1
> >>Third, the boost-build.jam and Jamrules files that I have at the
> root of
> >>my project directory are attached.
> >>Fourth, the output of running bjam from my project directory is:
> >>
> >>/home/jholle/boost_CVS/boost/tools/build/v1/boost-base.jam:904: in
> >>fixup-path-properties
> >>*** argument error
> >>* rule root-paths ( paths * : root )
> >>* called with: ( <sysinclude> : )
> >>* missing argument root
> >
> >
> > 1. You don't need the "BOOST_ROOT = $(BOOST_ROOT) ;" line.
> >
> > 2. Could you send along the Jamfile. As I don't see anything
> obviously wrong yet.
>
> Scratch that... I just saw the missing information. In the Jamrules
> you need
> to declare the boost project. Jamrules should have this for you:
>
> path-global BOOST_ROOT : $(BOOST_ROOT) ;
> project boost : $(BOOST_ROOT) ;
>
> The "project" line is the missing one.
>
>
> --
> -- Grafik - Don't Assume Anything
> -- Redshift Software, Inc. - http://redshift-software.com
> -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/jamboost/
>
> * To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
> <mailto:jamboost-unsubscribe_at_[hidden]?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>

 


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