Boost logo

Boost-Build :

From: Larry Evans (jcampbell3_at_[hidden])
Date: 2002-04-01 11:24:15


David Abrahams wrote:

> Did you look at the debugging output?
> I suggest -d+5 -d+2 -d+12
>

Did all three, but I'm still mystified. The -d+5 output contained:
<---------- part of d+5 out -------------------
/home/evansl/prog_dev/boost/boost_1_27_0/tools/build/allyourbase.jam:1324:>>>>|>>>>|>> set BOOST_ROOT += /home/evansl/prog_dev/boost/boost_1_27_0
test/Jamfile:19:>>>>|> xqt-exe main.out : main.exe
test/Jamfile:11:>>>>|>>> DEPENDS main.out : main.exe
test/Jamfile:12:>>>>|>>> ECHO main.out main.exe
main.out main.exe
test/Jamfile:13:>>>>|>>> xqt-exe-action main.out : main.exe
test/Jamfile:22:>>>>|> ALWAYS main.out
test/Jamfile:31:>>>>|> exe main.exe : main.cpp : : debug
/home/evansl/prog_dev/boost/boost_1_27_0/tools/build/boost-base.jam:1460:>>>>|>>> declare-local-target main.exe :
>---------------------------------------
which seems to indicate that test/Jamfile:13 was executed, but the xqt-exe-action was changed to:
<---------- xqt-exe-action ------------------
{
echo action output is $(2)
}

>---------------------------------------
and I didn't see "action output is main.exe" as part of output as I'd expected.

The output from -d+12 showed everything was stable and -d+2 just showed
"main.out main.exe"

TIA again.

 


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