8 Mar
2002
8 Mar
'02
7:08 a.m.
--- In Boost-Users@y..., "John Maddock"
Very few of the builds work, becuse of this:
g++-3.0 -c -Wall -ftemplate-depth-100 -I"libs/regex/build" -o "libs/regex/build/bin/libboost_regex.a/gcc-3/debug/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
Somehow the <include> directive isn't working.
Double check that BOOST_ROOT is set and exported from your shell.
Sure, I tried this several different ways just in case jam -sBOOST_ROOT=. -sTOOLS="gcc" BOOST_ROOT=. jam -sTOOLS="gcc" export BOOST_ROOT=`pwd` etc Makes no difference :( TIA Karl M