Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-02 03:35:56


andrewjmcd wrote:

> I've been using bjam 3.1.8 for some time now.
>
> Thought I try the latest and greatest bjam and it gave me the
> following error
>
> C:\MinGW\local\boost-build\example\hello>bjam
> (no frame):*** argument error
> * rule scanner.hdrrule ( target : matches * )

If you're using bjam 3.1.10 you also need to use the current version of
Boost.Build V2. Some changes should be in sync.

> also could someone point me in the right direction, other than RTM, on
> how to incorporate a dll.
>
> in other words put this
>
> gcc -o foo.exe foo.c bar.dll
>
> into the Jamfile

Is dll build by V2? Does

lib bar : bar.cpp ;
exe foo : foo.cpp bar ;

work?

If dll is not built by V2, then what about

exe foo : foo.cpp some-long-path/bar.lib ;

or

lib bar : : <search>path_to_bar
exe foo : foo.cpp bar ;

- Volodya

>
> Regards
>
> Andrew
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk