首页 > 其他 > 详细

fatel error C1083:无法打开包括文件:stdint.h: No such file or directory-爱折腾技术网

时间:2015-08-10 01:45:07      阅读:1093      评论:0      收藏:0      [点我收藏+]

fatel error C1083:无法打开包括文件:stdint.h: No such file or directory

最近尝试在windows XP下编译chromium,过程可谓艰辛无比啊,编译了一天总算是有结果了,下面就是痛苦的解决编译错误的过程了。

fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory

stdint.h是c99标准的头文件,vc不支持,所以肯定会提示“No such file or directory”的。

解决办法:

去googlecode下载http://msinttypes.googlecode.com/files/msinttypes-r26.zip 技术分享

解压后会得到三个文件,把inttypes.h和stdint.h放到vc的include目录就可以了。

我安装的是VS2008,安装到的默认位置,因此include的路径就是:

C:\Program Files\Microsoft Visual Studio 9.0\VC\include

通过以上方法,成功解决编译错误。






附件列表

     

    fatel error C1083:无法打开包括文件:stdint.h: No such file or directory-爱折腾技术网

    原文:http://www.cnblogs.com/pyld/p/4716770.html

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
    © 2014 bubuko.com 版权所有
    打开技术之扣,分享程序人生!