Boost logo

Boost-Build :

From: Eric Niebler (eric_at_[hidden])
Date: 2004-03-13 02:42:42


David Abrahams wrote:
>
> But I don't know why you want to add it, since it gets
> added automatically by all the testing rules ;-).
>

No, none of that helped. My Jamfile is now:

subproject libs/xpressive/test ;
import testing ;
DEPENDS all : test ;
{
test-suite "xpressive"
: [ run regress.cpp ]
;
}

And when I built in cygwin (TOOLS=gcc) I get:

$ bjam
...found 172 targets...
...updating 4 targets...
gcc-C++-action
..\..\..\bin\boost-sandbox\libs\xpressive\test\regress.test\gcc\debug\regress.obj
../../../libs/xpressive/test/regress.cpp:16:34: boost/test/minimal.hpp:
No such file or directory

So it's not finding the boost headers.

$ export
declare -x BOOST_BUILD_PATH="F:\\boost\\main\\boost\\tools\\build\\v1"
declare -x BOOST_ROOT="F:\\boost\\main\\boost"

I'm using boost.build v1 in cygwin. This is in the boost-sandbox
project, so perhaps that is complicating things.

I also tried [ run regress.cpp : : : <sysinclude>$(BOOST_ROOT) ] but
that didn't help.

Note that if I try to build any of the other tests in boost-sandbox,
they fail in a similar way -- can't find the boost headers.

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com
 

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