Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-13 18:42:07


Hi Hugo,

No, you're not doing anything wrong. The current Boost.Build isn't set up to
handle cross-project dependencies. We're planning to fix that for V2. In the
meantime the best suggestion I have is to stick your project in the boost
tree, or vice-versa (and fix up the subproject invocations in Jamfiles as
appropriate).

Regards,
Dave

----- Original Message -----
From: "hugo_duncan" <hugo_duncan_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Wednesday, February 13, 2002 5:42 PM
Subject: [jamboost] Problems linking to boost libraries using jam

> I am trying to link to the regex library (as an example) using the Jamfile
below. The errro message I get is
>
> $ jam -sTOOLS="borland"
> unknown target type for <c:!usr!boost!libs!regex!build>libboost_regex
>
> Am I doing something wrong? using current CVS version of boost
>
> Hugo
>
>
>
> project-root ;
>
> exe testing :
> test.cpp <lib>$(BOOST_ROOT)/libs/regex/build/libboost_regex$(SUFLIB)
> :
> :
> debug
> ;
>
>
> $ echo $BOOST_ROOT
> c:\usr\boost
> $ ls /cygdrive/c/usr/boost/libs/regex/build/Jamfile
> /cygdrive/c/usr/boost/libs/regex/build/Jamfile
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

 


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