Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-01-05 13:39:08


Vladimir Prus <ghost_at_[hidden]> writes:

> Here's what I get:
>
> bash-2.05a$ PRESERVE=1 ./generators_test.py
> Preserved directory /tmp/testcmd.0
> bash-2.05a$ ls -r /tmp/testcmd.0/bin/gcc/debug
> y.x2 x.o f e.marked.cpp d_parser.lr0
> d_lexer.cpp b.o
> y.x1 x.c e.target.cpp e d_parser.cpp c.o
> a.o
> y.o main-target-obj_2 e.positions d_parser.whl d_lexer.o c.h a
> y.cpp main-target-obj_1 e.o d_parser.o d_lexer.dlp c.cpp
>
>
> I see "a.o" here. Did you look at preserved test directory and found no
> "a.o" there?

I didn't know about the PRESERVE hack. Where can I find out about
these.

No, I modified BoostBuild.py to do an ls -R at the point of the error,
which obviously didn't work. When I use PRESERVE, there it is:

y.x2
y.x1
y.o
y.cpp
x.o
x.c
main-target-obj_2
main-target-obj_1
f.exe
e.target.cpp
e.positions
e.o
e.marked.cpp
e.exe
d_parser.whl
d_parser.o
d_parser.lr0
d_parser.cpp
d_lexer.o
d_lexer.dlp
d_lexer.cpp
c.o
c.h
c.cpp
b.o
a.o <=======
a.exe

I have no clue why it's reported as missing.

-- 
David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution
 

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