Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-04-01 07:45:03


"aelfred1" <oeranger7_at_[hidden]> writes:

> --- In jamboost_at_[hidden], David Abrahams <dave_at_b...> wrote:
>
>> I think your problem is that you're trying to
>>
>> #include "bind.hpp"
>>
>> instead of
>>
>> #include "boost/bind.hpp"
>>
>> or
>>
>> #include <boost/bind.hpp>
>>
>> The first form above is incorrect.
>>
>
> For the record, not even the second or third forms work if the boost
> library is at "C:\boost", and I tell the IDE to augment its INCLUDE
> path to include "C:\boost". Much better is "C:\".

No, we just have different notions of what it means to have the Boost
library at "C:\boost". The boost library is more than just the
header files in its boost subdirectory. It's the entire directory
tree that contains boost/, libs/, more/, and tools/ subdirectories.

> *smile* Oh well.

*smile* to you, too.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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