Re: [Bayes++] Re: [jamboost] bjam use help
Brought to you by:
mistevens
From: Michael S. <ma...@mi...> - 2005-02-02 20:01:12
|
On Wednesday 02 February 2005 19:17, Lucas Vickers wrote: > >Release versions of Bayes++ have Jamfiles for Boost Build version 1 and > >version 2. I assume you are using '2003.8-4' which is the latest stable > >release. It would be worth trying 'bjam --v2' to see if it works in your > >case. > > Yes I am using that release. > a simple 'bjam --v2' spits out: > You need to configure Boost.Build v2 first so it knows which toolset you have and which to use as a default. This is done with a 'user-config.jam'. Have look at the documentation at http://boost.org/boost-build2/ > so I tried ' bjam "--v2 -sTOOLS=gcc" ' > which is more promising but fails > > so I tried ' bjam "--v2 -sBOOST=/usr/local/include/boost-1_32/ > -sTOOLS=gcc" ' > which fails in a similar manner The -sTOOLS is not relevant to BBv2 > Okay I made sure BOOST_ROOT was set to /usr/local/include/boost-1_32/" > (it already was) > and still compilation errors Compilation errors, now we are getting somewhere! > is this an include issue or is this a g++ version issue? This is a 'g++' version issue. Which version of gcc is this? Michael -- ___________________________________ Michael Stevens Systems Engineering Navigation Systems, Estimation and Bayesian Filtering http://bayesclasses.sf.net ___________________________________ |