Opened 6 years ago

Closed 6 years ago

#12938 closed Support Requests (invalid)

fatal error C1083

Reported by: Yan.Zhang2@… Owned by:
Milestone: To Be Determined Component: None
Version: Boost 1.58.0 Severity: Showstopper
Keywords: Cc:

Description

Hi, Dear Boost, I know this issue has been discussed on various forums many times before. But I'm still stuck, after I followed the suggestions and added the paths via Visual Studio:

Additional Include Directories: C:\local\boost_1_58_0 Additional Library Directories: C:\local\boost_1_58_0\libs

When I built QuantLib in VS, I can see my C:\local\boost_1_58_0 is among the included paths. I also can see the config.cpp file in C:\local\boost_1_58_0\boost. Nevertheless I still got the C1083 error.

Have been stuck for 2+ days, I'm puzzled how to get around this. Could you help? Thanks much in advance!

Attachments (1)

output (152.3 KB ) - added by Yan.Zhang2@… 6 years ago.
output from MSbuild for QuantLib

Download all attachments as: .zip

Change History (4)

by Yan.Zhang2@…, 6 years ago

Attachment: output added

output from MSbuild for QuantLib

comment:1 by anonymous, 6 years ago

This is a shortened (due to your size limit) output file from QuantLib Msbuild. Thx again

comment:2 by anonymous, 6 years ago

Sorry, typo. I meant config.hpp file, not cpp file. This is a valid file in my included directory.

comment:3 by John Maddock, 6 years ago

Resolution: invalid
Status: newclosed

Please check your command line - the log you posted shows that there is no /I option being passed to cl to tell it where Boost's headers are located.

Note: See TracTickets for help on using tickets.