$ pwd /BUILD_TREES/boost $ bjam "-sTOOLS=gcc" /usr/bin/locate/allyourbase.jam: Not a directory /usr/bin/locate/boost-base.jam: Not a directory /BUILD_TREES/boost/tools/build/v1/bootstrap.jam:22: in boost-build rule load-jamfiles unknown in module /BUILD_TREES/boost/boost-build.jam:16: in module scope $ gcc -v <snip> gcc version 3.3 20030226 (prerelease) (SuSE Linux) I get the same result with both the latest release (1.31.0) on sourceforge and with the CVS version. Google, the FAQ and the list archives haven't yielded up a clue. I *must* be overlooking something obvious. Help!
Charles Polisher wrote:
$ pwd /BUILD_TREES/boost
$ bjam "-sTOOLS=gcc" /usr/bin/locate/allyourbase.jam: Not a directory /usr/bin/locate/boost-base.jam: Not a directory /BUILD_TREES/boost/tools/build/v1/bootstrap.jam:22: in boost-build rule load-jamfiles unknown in module /BUILD_TREES/boost/boost-build.jam:16: in module scope
Do you have BOOST_BUILD_PATH set to something? What is the version of bjam? (bjam -v) Are the allyourbase.jam and boost-base.jam files present? And where? -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
Thanks for taking the time to help me poke at this vexing problem. Rene Rivera wrote:
Charles Polisher wrote:
$ pwd /BUILD_TREES/boost
$ bjam "-sTOOLS=gcc" /usr/bin/locate/allyourbase.jam: Not a directory /usr/bin/locate/boost-base.jam: Not a directory /BUILD_TREES/boost/tools/build/v1/bootstrap.jam:22: in boost-build rule load-jamfiles unknown in module /BUILD_TREES/boost/boost-build.jam:16: in module scope
Do you have BOOST_BUILD_PATH set to something?
I've tried: $ export BOOST_BUILD_PATH=. $ bjam "-sTOOLS=gcc" I also tried spelling the path out fully.
What is the version of bjam? (bjam -v)
$ bjam -v Boost.Jam Version 3.1.9. OS=LINUX.
Are the allyourbase.jam and boost-base.jam files present? And where?
yes, in: /BUILD_TREES/boost/tools/build/v1/ Thanks again.
On Wed, Apr 28, 2004 at 01:27:48PM -0700, Charles Polisher wrote:
Thanks for taking the time to help me poke at this vexing problem.
Rene Rivera wrote:
Charles Polisher wrote:
$ pwd /BUILD_TREES/boost
$ bjam "-sTOOLS=gcc" /usr/bin/locate/allyourbase.jam: Not a directory /usr/bin/locate/boost-base.jam: Not a directory /BUILD_TREES/boost/tools/build/v1/bootstrap.jam:22: in boost-build rule load-jamfiles unknown in module /BUILD_TREES/boost/boost-build.jam:16: in module scope
Do you have BOOST_BUILD_PATH set to something?
I've tried:
$ export BOOST_BUILD_PATH=. $ bjam "-sTOOLS=gcc"
I also tried spelling the path out fully.
What is the version of bjam? (bjam -v)
$ bjam -v Boost.Jam Version 3.1.9. OS=LINUX.
Are the allyourbase.jam and boost-base.jam files present? And where?
yes, in: /BUILD_TREES/boost/tools/build/v1/
Thanks again.
The environment variable LOCATE was defined as a shell function. $ unset LOCATE was all that was needed to get it built.
participants (2)
-
Charles Polisher
-
Rene Rivera