|
Boost : |
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk