Boost logo

Boost-Build :

From: Chris Weed (chrisweed_at_[hidden])
Date: 2007-06-29 20:46:55


What about
/site-config//bgl-viz

Chris

On 6/29/07, Jeffrey Holle <jeffreyholle_at_[hidden]> wrote:
> My bjam on linux reports its:
> Boost.Build V2 (Milestone 11)
> Boost.Jam 03.1.15
>
> I am failing to utilize information added to site-config.jam.
>
> From previous understanding, I added to my site-config.jam file:
> import project ;
> project.initialize $(__name__) ;
> project site-config ;
> lib expat : : <file>/usr/local/lib/libexpat.so ;
> lib bgl-viz : : <variant>debug
> <file>/home/jholle/boost_CVS/boost/stage/lib/libboost_graph-gcc41-d-1_35.so
> ;
> lib bgl-viz : : <variant>release
> <file>/home/jholle/boost_CVS/boost/stage/lib/libboost_graph-gcc41.so ;
>
> In my project Jamfile, I attempt to refer to bgl-viz with
> //site-config/bgl-viz
>
> The doesn't work, bjam reports it isn't defined.
>
> I attempted:
> dumping //site-config/ in my jamfile.
> removing all combinations of "header" statements in my site-config.jam.
>
> Nothing seems to work, so how can I use the site-config.jam file, or its
> alternative?
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
>


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