Re: Quantlib-users digest, Vol 1 #751 - 4 msgs

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Quantlib-users digest, Vol 1 #751 - 4 msgs

Theo Boafo
Dear ALL,
 
I am trying to compile the americanoption example in Quantlib using visual studio.net and I am getting the error
 
c:\quants\QuantLib-0.3.9\ql\qldefines.hpp(28) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory despite installing boost successfully and specifying the boost directory c:\boost\include\boost-1_32\boost in the additional include directories. Also I can see the file config.hpp in the boost direcotry.
Can someone point me in the right direction.
 
Regards
 
Theo
 
Reply | Threaded
Open this post in threaded view
|

Re: Re: Quantlib-users digest, Vol 1 #751 - 4 msgs

Luigi Ballabio
On 07/07/2005 10:33:47 PM, [hidden email] wrote:
>
> c:\quants\QuantLib-0.3.9\ql\qldefines.hpp(28) : fatal error C1083:
> Cannot open include file: 'boost/config.hpp': No such file or  
> directory
> despite installing boost successfully and specifying the boost  
> directory
> c:\boost\include\boost-1_32\boost in the additional include
> directories.

The include directory should be c:\boost\include\boost-1_32 (the final  
boost is already part of the #include.)

Later,
        Luigi

----------------------------------------

Prediction is very difficult, especially if it's about the future.
-- Niels Bohr