$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-10-07 08:52:45
On Saturday 07 October 2006 16:25, Ilya Sokolov wrote:
> It seems that pch=off does not work )-:
> >bjam gcc pch=off
>
> in builtin.jam: dummy-generator (this is my debug output)
> warn: Unable to construct ./pch
> in builtin.jam: dummy-generator (this is my debug output)
> in gcc.jam: run-pch (this is my debug output, ERROR!)
> ...found 10 targets...
> ...updating 5 targets...
> MkDir1 bin\gcc-mingw
> MkDir1 bin\gcc-mingw\debug
> MkDir1 bin\gcc-mingw\debug\pch-off
> gcc.compile.c++ bin\gcc-mingw\debug\pch-off\hello_world.o
> gcc.link bin\gcc-mingw\debug\pch-off\hello_world.exe
> ...updated 5 targets...
Confirmed. I know what's up, and will look into a fix.
- Volodya