<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for 李先静的博客</title>
	<atom:link href="http://www.limodev.cn/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.limodev.cn</link>
	<description>The Linux Mobile Development</description>
	<lastBuildDate>Thu, 08 Dec 2011 01:15:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on 嵌入式GUI FTK设计与实现-目录 by 南瓜和饼饼</title>
		<link>http://www.limodev.cn/2010/03/06/%e5%b5%8c%e5%85%a5%e5%bc%8fgui-ftk%e8%ae%be%e8%ae%a1%e4%b8%8e%e5%ae%9e%e7%8e%b0-%e7%9b%ae%e5%bd%95/#comment-1204</link>
		<dc:creator>南瓜和饼饼</dc:creator>
		<pubDate>Thu, 08 Dec 2011 01:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/blog/?p=1476#comment-1204</guid>
		<description>非常感谢
！</description>
		<content:encoded><![CDATA[<p>非常感谢<br />
！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 嵌入式GUI FTK设计与实现-目录 by 李先静</title>
		<link>http://www.limodev.cn/2010/03/06/%e5%b5%8c%e5%85%a5%e5%bc%8fgui-ftk%e8%ae%be%e8%ae%a1%e4%b8%8e%e5%ae%9e%e7%8e%b0-%e7%9b%ae%e5%bd%95/#comment-1203</link>
		<dc:creator>李先静</dc:creator>
		<pubDate>Wed, 07 Dec 2011 09:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/blog/?p=1476#comment-1203</guid>
		<description>可能是autogen.sh中的libtoolize 失败。你可以看下FTK的交叉编译脚本。</description>
		<content:encoded><![CDATA[<p>可能是autogen.sh中的libtoolize 失败。你可以看下FTK的交叉编译脚本。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 嵌入式GUI FTK设计与实现-目录 by 南瓜和饼饼</title>
		<link>http://www.limodev.cn/2010/03/06/%e5%b5%8c%e5%85%a5%e5%bc%8fgui-ftk%e8%ae%be%e8%ae%a1%e4%b8%8e%e5%ae%9e%e7%8e%b0-%e7%9b%ae%e5%bd%95/#comment-1202</link>
		<dc:creator>南瓜和饼饼</dc:creator>
		<pubDate>Wed, 07 Dec 2011 07:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/blog/?p=1476#comment-1202</guid>
		<description>对@李先静_ABSURD 说：李老师你好，我是一名研究生，最近在学习arm的东西。在学习qt，要编译tslib时遇到了问题，提示出错，我是新手，研究了很久还是没解决，想向你请教下。出错的代码是：
/bin/bash ../libtool --tag=CC   --mode=compile arm-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DPLUGIN_DIR=\&quot;/usr/local/arm/tslib/build/lib/ts/\&quot; -DTS_CONF=\&quot;/usr/local/arm/tslib/build/etc/ts.conf\&quot;  -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_attach.lo -MD -MP -MF .deps/ts_attach.Tpo -c -o ts_attach.lo ts_attach.c
../libtool: line 829: X--tag=CC: command not found
../libtool: line 862: libtool: ignoring unknown tag : command not found
../libtool: line 829: X--mode=compile: command not found
../libtool: line 996: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 997: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1140: Xarm-linux-gcc: command not found
../libtool: line 1140: X-DHAVE_CONFIG_H: command not found
../libtool: line 1140: X-I.: command not found
../libtool: line 1140: X-I..: command not found
../libtool: line 1140: X-DPLUGIN_DIR=&quot;/usr/local/arm/tslib/build/lib/ts/&quot;: No such file or directory
../libtool: line 1140: X-DTS_CONF=&quot;/usr/local/arm/tslib/build/etc/ts.conf&quot;: No such file or directory
../libtool: line 1140: X-DTSLIB_INTERNAL: command not found
../libtool: line 1140: X-fvisibility=hidden: command not found
../libtool: line 1140: X-DGCC_HASCLASSVISIBILITY: command not found
../libtool: line 1140: X-O2: command not found
../libtool: line 1140: X-Wall: command not found
../libtool: line 1140: X-W: command not found
../libtool: line 1140: X-MT: command not found
../libtool: line 1140: Xts_attach.lo: command not found
../libtool: line 1140: X-MD: command not found
../libtool: line 1140: X-MP: command not found
../libtool: line 1140: X-MF: command not found
../libtool: line 1140: X.deps/ts_attach.Tpo: No such file or directory
../libtool: line 1140: X-c: command not found
../libtool: line 1193: Xts_attach.lo: command not found
../libtool: line 1198: libtool: compile: cannot determine name of library object from `&#039;: command not found
make[2]: *** [ts_attach.lo] Error 1
make[2]: Leaving directory `/xubofeng/qte/qtextended4.4.3/tslib/tslib/tslib/src&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/xubofeng/qte/qtextended4.4.3/tslib/tslib/tslib&#039;
make: *** [all] Error 2
root@ubuntu33-desktop:/xubofeng/qte/qtextended4.4.3/tslib/tslib/tslib#

环境变量是：
export PATH=/usr/local/arm/4.4.1/bin:$PATH
export TOOLCHAIN=/usr/local/arm/4.4.1
export TB_CC_PREFIX=arm-linux-
export PKG_CONFIG_PREFIX=$TOOLCHAIN/arm-linux-

麻烦你了。</description>
		<content:encoded><![CDATA[<p>对@李先静_ABSURD 说：李老师你好，我是一名研究生，最近在学习arm的东西。在学习qt，要编译tslib时遇到了问题，提示出错，我是新手，研究了很久还是没解决，想向你请教下。出错的代码是：<br />
/bin/bash ../libtool &#8211;tag=CC   &#8211;mode=compile arm-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DPLUGIN_DIR=\&#8221;/usr/local/arm/tslib/build/lib/ts/\&#8221; -DTS_CONF=\&#8221;/usr/local/arm/tslib/build/etc/ts.conf\&#8221;  -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_attach.lo -MD -MP -MF .deps/ts_attach.Tpo -c -o ts_attach.lo ts_attach.c<br />
../libtool: line 829: X&#8211;tag=CC: command not found<br />
../libtool: line 862: libtool: ignoring unknown tag : command not found<br />
../libtool: line 829: X&#8211;mode=compile: command not found<br />
../libtool: line 996: *** Warning: inferring the mode of operation is deprecated.: command not found<br />
../libtool: line 997: *** Future versions of Libtool will require &#8211;mode=MODE be specified.: command not found<br />
../libtool: line 1140: Xarm-linux-gcc: command not found<br />
../libtool: line 1140: X-DHAVE_CONFIG_H: command not found<br />
../libtool: line 1140: X-I.: command not found<br />
../libtool: line 1140: X-I..: command not found<br />
../libtool: line 1140: X-DPLUGIN_DIR=&#8221;/usr/local/arm/tslib/build/lib/ts/&#8221;: No such file or directory<br />
../libtool: line 1140: X-DTS_CONF=&#8221;/usr/local/arm/tslib/build/etc/ts.conf&#8221;: No such file or directory<br />
../libtool: line 1140: X-DTSLIB_INTERNAL: command not found<br />
../libtool: line 1140: X-fvisibility=hidden: command not found<br />
../libtool: line 1140: X-DGCC_HASCLASSVISIBILITY: command not found<br />
../libtool: line 1140: X-O2: command not found<br />
../libtool: line 1140: X-Wall: command not found<br />
../libtool: line 1140: X-W: command not found<br />
../libtool: line 1140: X-MT: command not found<br />
../libtool: line 1140: Xts_attach.lo: command not found<br />
../libtool: line 1140: X-MD: command not found<br />
../libtool: line 1140: X-MP: command not found<br />
../libtool: line 1140: X-MF: command not found<br />
../libtool: line 1140: X.deps/ts_attach.Tpo: No such file or directory<br />
../libtool: line 1140: X-c: command not found<br />
../libtool: line 1193: Xts_attach.lo: command not found<br />
../libtool: line 1198: libtool: compile: cannot determine name of library object from `&#8217;: command not found<br />
make[2]: *** [ts_attach.lo] Error 1<br />
make[2]: Leaving directory `/xubofeng/qte/qtextended4.4.3/tslib/tslib/tslib/src&#8217;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/xubofeng/qte/qtextended4.4.3/tslib/tslib/tslib&#8217;<br />
make: *** [all] Error 2<br />
root@ubuntu33-desktop:/xubofeng/qte/qtextended4.4.3/tslib/tslib/tslib#</p>
<p>环境变量是：<br />
export PATH=/usr/local/arm/4.4.1/bin:$PATH<br />
export TOOLCHAIN=/usr/local/arm/4.4.1<br />
export TB_CC_PREFIX=arm-linux-<br />
export PKG_CONFIG_PREFIX=$TOOLCHAIN/arm-linux-</p>
<p>麻烦你了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 《系统程序员成长计划》成长过程 by 王王</title>
		<link>http://www.limodev.cn/2010/04/12/%e3%80%8a%e7%b3%bb%e7%bb%9f%e7%a8%8b%e5%ba%8f%e5%91%98%e6%88%90%e9%95%bf%e8%ae%a1%e5%88%92%e3%80%8b%e6%88%90%e9%95%bf%e8%bf%87%e7%a8%8b/#comment-1201</link>
		<dc:creator>王王</dc:creator>
		<pubDate>Mon, 05 Dec 2011 07:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/blog/?p=1531#comment-1201</guid>
		<description>你好！我是计算机系大三的学生，专业方向选择的嵌入式。我是因为《系统程序员成长计划》这本书开始关注您的，后来关注broncho团队和鼎智。您是我的榜样，爱分享、有能力。我觉得你跟你的团队都很优秀，我相信，在以后你们能研发出更优秀的产品。带领国人，走出“山寨国”的尴尬！</description>
		<content:encoded><![CDATA[<p>你好！我是计算机系大三的学生，专业方向选择的嵌入式。我是因为《系统程序员成长计划》这本书开始关注您的，后来关注broncho团队和鼎智。您是我的榜样，爱分享、有能力。我觉得你跟你的团队都很优秀，我相信，在以后你们能研发出更优秀的产品。带领国人，走出“山寨国”的尴尬！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 网站被黑，重新建站，有些链接可能无效了。 by 李先静</title>
		<link>http://www.limodev.cn/2011/11/15/%e7%bd%91%e7%ab%99%e8%a2%ab%e9%bb%91%ef%bc%8c%e9%87%8d%e6%96%b0%e5%bb%ba%e7%ab%99%ef%bc%8c%e6%9c%89%e4%ba%9b%e9%93%be%e6%8e%a5%e5%8f%af%e8%83%bd%e6%97%a0%e6%95%88%e4%ba%86%e3%80%82/#comment-1199</link>
		<dc:creator>李先静</dc:creator>
		<pubDate>Fri, 02 Dec 2011 03:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/?p=1661#comment-1199</guid>
		<description>我的MSN: xianjimli@hotmail.com</description>
		<content:encoded><![CDATA[<p>我的MSN: <a href="mailto:xianjimli@hotmail.com">xianjimli@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 网站被黑，重新建站，有些链接可能无效了。 by whitefirer</title>
		<link>http://www.limodev.cn/2011/11/15/%e7%bd%91%e7%ab%99%e8%a2%ab%e9%bb%91%ef%bc%8c%e9%87%8d%e6%96%b0%e5%bb%ba%e7%ab%99%ef%bc%8c%e6%9c%89%e4%ba%9b%e9%93%be%e6%8e%a5%e5%8f%af%e8%83%bd%e6%97%a0%e6%95%88%e4%ba%86%e3%80%82/#comment-1198</link>
		<dc:creator>whitefirer</dc:creator>
		<pubDate>Tue, 29 Nov 2011 14:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/?p=1661#comment-1198</guid>
		<description>不好意思，上面的邮件打反了两字母。。。。如果有人要回复请回复这个而不是上面那个。。。谢谢合作</description>
		<content:encoded><![CDATA[<p>不好意思，上面的邮件打反了两字母。。。。如果有人要回复请回复这个而不是上面那个。。。谢谢合作</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 网站被黑，重新建站，有些链接可能无效了。 by whitefirer</title>
		<link>http://www.limodev.cn/2011/11/15/%e7%bd%91%e7%ab%99%e8%a2%ab%e9%bb%91%ef%bc%8c%e9%87%8d%e6%96%b0%e5%bb%ba%e7%ab%99%ef%bc%8c%e6%9c%89%e4%ba%9b%e9%93%be%e6%8e%a5%e5%8f%af%e8%83%bd%e6%97%a0%e6%95%88%e4%ba%86%e3%80%82/#comment-1197</link>
		<dc:creator>whitefirer</dc:creator>
		<pubDate>Tue, 29 Nov 2011 14:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/?p=1661#comment-1197</guid>
		<description>有幸拜读您的大作《系统程序员成长计划》，并照书上所讲自己也实现了个lrcparse，在http://hi.baidu.com/%C2%F3%B3%C7_lookhere/blog/item/7bd0a1d702779928960a163c.html可以看到，现在我也不在百度空间发博客了，最近自己新配置了一个空间http://whitefirer.org，希望能跟您有更多交流，我的mail在博客上有，不知您能否给个邮件或者其它交流的方式，谢谢~</description>
		<content:encoded><![CDATA[<p>有幸拜读您的大作《系统程序员成长计划》，并照书上所讲自己也实现了个lrcparse，在http://hi.baidu.com/%C2%F3%B3%C7_lookhere/blog/item/7bd0a1d702779928960a163c.html可以看到，现在我也不在百度空间发博客了，最近自己新配置了一个空间http://whitefirer.org，希望能跟您有更多交流，我的mail在博客上有，不知您能否给个邮件或者其它交流的方式，谢谢~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 网站被黑，重新建站，有些链接可能无效了。 by 淘宝网女装</title>
		<link>http://www.limodev.cn/2011/11/15/%e7%bd%91%e7%ab%99%e8%a2%ab%e9%bb%91%ef%bc%8c%e9%87%8d%e6%96%b0%e5%bb%ba%e7%ab%99%ef%bc%8c%e6%9c%89%e4%ba%9b%e9%93%be%e6%8e%a5%e5%8f%af%e8%83%bd%e6%97%a0%e6%95%88%e4%ba%86%e3%80%82/#comment-1196</link>
		<dc:creator>淘宝网女装</dc:creator>
		<pubDate>Mon, 28 Nov 2011 02:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/?p=1661#comment-1196</guid>
		<description>博主的博客，必看，受益匪浅。</description>
		<content:encoded><![CDATA[<p>博主的博客，必看，受益匪浅。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 面试中的无形因素 by 惟吾无为</title>
		<link>http://www.limodev.cn/2008/10/15/%e9%9d%a2%e8%af%95%e4%b8%ad%e7%9a%84%e6%97%a0%e5%bd%a2%e5%9b%a0%e7%b4%a0/#comment-78</link>
		<dc:creator>惟吾无为</dc:creator>
		<pubDate>Sat, 05 Nov 2011 07:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/blog/?p=105#comment-78</guid>
		<description>学习了</description>
		<content:encoded><![CDATA[<p>学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows版FTK UI Designer下载地址： by 李先静</title>
		<link>http://www.limodev.cn/2011/10/05/windows%e7%89%88ftk-ui-designer%e4%b8%8b%e8%bd%bd%e5%9c%b0%e5%9d%80%ef%bc%9a/#comment-1192</link>
		<dc:creator>李先静</dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.limodev.cn/blog/?p=1652#comment-1192</guid>
		<description>如果运行不了，请安装vs2008 express edition的运行库。</description>
		<content:encoded><![CDATA[<p>如果运行不了，请安装vs2008 express edition的运行库。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

