Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2005-06-23 01:37:25


"omniscient_dave" <omniscient_dave_at_[hidden]> writes:

> Okay, for several days, after several years off, I am back to
> programming.
>
> Using
> Windows XP v2002 sp 2
> MS Dev 7.1.3008
> .NET Framework 1.1.4322 SP1
> Microsoft Visual C++ .NET 69586-335-0000007-18048
> Boost 1.3.2
> Quantlib 0.39
>
> Built with bjam, beside Python, no error messages
> boost/config.hpp is in the boost directory.
>
> ------ Rebuild All started: Project: QuantLib, Configuration: Debug
> Win32 ------
>
> Deleting intermediate files and output files for project 'QuantLib',
> configuration 'Debug|Win32'.
> Compiling...
> stochasticprocess.cpp
> c:\Program Files\QuantLib\ql\qldefines.hpp(28) : fatal error C1083:
> Cannot open include file: 'boost/config.hpp': No such file or
> directory
> schedule.cpp
>
> I get hundreds of these.
>
> What am I doing incorrectly?

Either:

a. Not using Boost.Build to build your own project ;-), or

b. Not setting up the #include path in your VC++ project IDE.

-- 
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