Boost logo

Boost-Build :

Subject: Re: [Boost-build] Setting cxxflags on the command line?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-10-02 08:27:37


On Thursday 02 October 2008 12:44:00 John Maddock wrote:
> I'm having trouble setting cxxflags on the command line, I'm trying:
>
> bjam --build-dir=/home/jm/bin mpfr_concept_check ntl_concept_check
> 'cxxflags=-I/home/jm/download/open/gmpfrxx'
>
> But get:
>
> /usr/share/boost-build/build/feature.jam:259: in feature.implied-feature
> from module feature
> error: "home" is not a value of an implicit feature

Hmm, this is not right, and hopefully will be fixed soonish. Can you try

        include=/home/jm/download/open/gmpfrxx

for now?

- Volodya


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