<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]fatel error C1083:无法打开包括文件:stdint.h: No such file or directory]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 03 Nov 2014 08:54:24 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：visual 2008下面的这个问题确实存在。<br/>最近尝试在windows XP下编译chromium，过程可谓艰辛无比啊，编译了一天总算是有结果了，下面就是痛苦的解决编译错误的过程了。<br/><br/>fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory<br/>stdint.h是c99标准的头文件，vc不支持，所以肯定会提示“No such file or directory”的。<br/><br/>解决办法：<br/><br/>去googlecode下载http://msinttypes.googlecode.com/files/msinttypes-r26.zip<br/><br/>解压后会得到三个文件，把inttypes.h和stdint.h放到vc的include目录就可以了。<br/><br/>我安装的是VS2008，安装到的默认位置，因此include的路径就是：<br/><br/>C:&#92;Program Files&#92;Microsoft Visual Studio 9.0&#92;VC&#92;include<br/>通过以上方法，成功解决编译错误。<br/>原创文章请注明转载于知蚁博客，本文地址：http://www.letuknowit.com/archives/fatel-error-c1083-stdint-h-no-such-file-or-directory<br/><br/>简单配置,在Windows和Visual Studio上安装Boost：<br/>http://www.cnblogs.com/me115/archive/2010/10/08/1845825.html
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]fatel error C1083:无法打开包括文件:stdint.h: No such file or directory]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>