$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: dirk_griffioen (diddek_at_[hidden])
Date: 2004-10-11 03:19:12
Hi,
I keep getting the following warning on my jamfile.v2
c:/dev/stl/boost_1_31_0/tools/build/v2/build\project.jam:494: in
attribute
warning: rulename $($(project).attributes).get expands to empty
string
Where my jamfile looks something like
>>>>>>>>>>>>>>>>>snip here
#
project cf
: source-location .
;
#
lib cf
:
a.cpp
: <link>static
;
#
stage install : cf : <location>bin ;
<<<<<<<<<<<<<<<<<<end snip
And I can't figure out where the warning originates from (nor can I
print it or disable it).
Can anaoyone help me?
Thanks in advance, Dirk