$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-09-12 09:20:02
Carlo Wood wrote:
[moving this to jamboost]
> On Wed, Sep 11, 2002 at 11:00:19PM -0500, Rene Rivera wrote:
>
>>>What is wrong with this?
>>>
>>>~/c++/boost/libs/demangler/test>cat Jamfile
>>>SubDir TOP libs demangler test ;
>>>
>>>Main myprog : test.cpp ;
>>
>>That's Perforce-Jam syntax, not Boost.Build syntax...
>>
>>----
>>subproject libs/demangler/test ;
>>
>>exe myprog : test.cpp ;
>>----
>
>
> ???
>
> ~/c++/boost/libs/demangler/test>jam
> warning: unknown rule subproject
> warning: unknown rule exe
> ...found 7 targets...
>
You should use "bjam" not "jam".
- Volodya