$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-10-26 05:11:39
On Thursday 26 October 2006 13:03, Bojan Resnik wrote:
> This patch creates a problem when compiling C++ pchs. The
> compile.c++.pch contains the lines:
> get-rspline $(targets[1]) : -TC ;
> get-rspline $(targets[2]) : -TC ;
>
> instead of
> get-rspline $(targets[1]) : -TP ;
> get-rspline $(targets[2]) : -TP ;
>
> which causes compiler errors.
Just fixed. Can you try again?
Thanks,
Volodya