$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-11-01 08:01:15
Rene, your suggestion almost works, but I'm seeing corrupted path names
passed to the compiler like this:
FileClone config/has_tr1_array_pass.cpp
gcc-C++-action
../../../bin/boost/libs/tr1/test/has_tr1_array_pass.test/gcc/debug/has_tr1_array_pass.o
g++: <@boost!libs!tr1!test>config/has_tr1_array_pass.cpp: No such file or
directory
g++: no input files
"g++" -c -Wall -ftemplate-depth-255 -g -O0 -fno-inline -I
"/cygdrive/c/data/boost/develop/boost" -o
"../../../bin/boost/libs/tr1/test/has_tr1_array_pass.test/gcc/debug/has_tr1_array_pass.o"
"<@boost!libs!tr1!test>config/has_tr1_array_pass.cpp"
...failed gcc-C++-action
../../../bin/boost/libs/tr1/test/has_tr1_array_pass.test/gcc/debug/has_tr1_array_pass.o...
Any ideas?
Thanks!
John.