$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-09-05 11:05:05
[2002-09-05] Patrick Frants wrote:
>I think the real problem is that on my system with boost 1.28 (As supplied
>on the website), The instantiation of the template in SubDir does not
>inherit *any* of the settings from the template in the project root! If we
>could fix that problem first, then maybe I automatically get the -I
>.../IncludeDir automatically.
Doh... it only hits me now what the problem is...
You have:
subproject SubDir ;
exe server : <template>q_exe_console main.cpp
:
: debug
<runtime-link>static
;
But the template reference has to be a relative reference because it is a
target. So this should work instead...
subproject SubDir ;
exe server : <template>../q_exe_console main.cpp
:
: debug
<runtime-link>static
;
It turns out I did it that way instinctively and therefore didn't notice the
difference :-)
-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq - Grafik666_at_AIM - Grafik_at_[hidden]