linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02520
[Question #134898]: windows compilation- cstdint in Visual C++ 9.0
Question #134898 on ADCH++ changed:
https://answers.launchpad.net/adchpp/+question/134898
Description changed to:
Hi,
I am trying to compile ADCH++ on Windows with Visual C++ 9.0 (SP1 + hotfixed hotfix).
And am using scons 2.0.1
I launched the MS Visual studio 2008 commnad prompt and issued "scons
tools=default".
But it fails as there is no cstdint in VC 9.0.
Compiling build\debug-default\adchpp\adchpp.pch (precompiled header)
adchpp.cpp
f:\syssec\_proj\adchpp\adchpp_2.5.2_source\adchpp\adchpp.h(98)
: fatal error C1083: Cannot open include file: 'cstdint': No such file or directory
I tried using boost/cstdint.hpp and http://msinttypes.googlecode.com/svn/trunk/stdint.h.
But even they fail with some other errors.
Can someone please suggest what I am missing out here?
Thanks,
Sameer P
--
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.