<?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 Land of MrSeacow</title>
	<atom:link href="http://blog.mrseacow.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mrseacow.org</link>
	<description>一只笨海牛的陆地生活</description>
	<lastBuildDate>Mon, 12 Dec 2011 03:12:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mac OS X下编译Android源码 by ryan.jin</title>
		<link>http://blog.mrseacow.org/2011-04/mac-os-x%e4%b8%8b%e7%bc%96%e8%af%91android%e6%ba%90%e7%a0%81/comment-page-1/#comment-250</link>
		<dc:creator>ryan.jin</dc:creator>
		<pubDate>Mon, 12 Dec 2011 03:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=97#comment-250</guid>
		<description>mac os x10.7 下编译android 源码出现问题。

提示我需要10.4sdk，看了目录下面只有10.6、10.7 的sdk，

能有+gtalk探讨下</description>
		<content:encoded><![CDATA[<p>mac os x10.7 下编译android 源码出现问题。</p>
<p>提示我需要10.4sdk，看了目录下面只有10.6、10.7 的sdk，</p>
<p>能有+gtalk探讨下</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X下编译Android源码 by jinjiashun</title>
		<link>http://blog.mrseacow.org/2011-04/mac-os-x%e4%b8%8b%e7%bc%96%e8%af%91android%e6%ba%90%e7%a0%81/comment-page-1/#comment-249</link>
		<dc:creator>jinjiashun</dc:creator>
		<pubDate>Fri, 11 Nov 2011 16:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=97#comment-249</guid>
		<description>我在revert gmake3.82的时候，每次打完命令只显示
 ---&gt;  Computing dependencies for gmake
---&gt;  Cleaning gmake
然后用gmake -version发现还是3.82，反复好几次都这样，请问这是什么原因。</description>
		<content:encoded><![CDATA[<p>我在revert gmake3.82的时候，每次打完命令只显示<br />
 &#8212;&gt;  Computing dependencies for gmake<br />
&#8212;&gt;  Cleaning gmake<br />
然后用gmake -version发现还是3.82，反复好几次都这样，请问这是什么原因。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X下编译Android源码 by kjsolo</title>
		<link>http://blog.mrseacow.org/2011-04/mac-os-x%e4%b8%8b%e7%bc%96%e8%af%91android%e6%ba%90%e7%a0%81/comment-page-1/#comment-248</link>
		<dc:creator>kjsolo</dc:creator>
		<pubDate>Tue, 05 Jul 2011 14:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=97#comment-248</guid>
		<description>请问，在第四步编译的那里，出现下面的错误怎么办？

ho-solomatoMacBook-Pro:WORKING_DIRECTORY hosolo$ lunch generic-eng
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.1-update1
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=darwin
HOST_BUILD_TYPE=release
BUILD_ID=ECLAIR
============================================

ho-solomatoMacBook-Pro:WORKING_DIRECTORY hosolo$ make -j4
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.1-update1
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=darwin
HOST_BUILD_TYPE=release
BUILD_ID=ECLAIR
============================================
Checking build tools versions...
************************************************************
You are attempting to build with the incorrect version
of java.
 
Your version is: java version &quot;1.6.0_26&quot;.
The correct version is: 1.5.
 
Please follow the machine setup instructions at
    http://source.android.com/download
************************************************************
build/core/main.mk:111: *** stop.  Stop.</description>
		<content:encoded><![CDATA[<p>请问，在第四步编译的那里，出现下面的错误怎么办？</p>
<p>ho-solomatoMacBook-Pro:WORKING_DIRECTORY hosolo$ lunch generic-eng<br />
============================================<br />
PLATFORM_VERSION_CODENAME=REL<br />
PLATFORM_VERSION=2.1-update1<br />
TARGET_PRODUCT=generic<br />
TARGET_BUILD_VARIANT=eng<br />
TARGET_SIMULATOR=false<br />
TARGET_BUILD_TYPE=release<br />
TARGET_ARCH=arm<br />
HOST_ARCH=x86<br />
HOST_OS=darwin<br />
HOST_BUILD_TYPE=release<br />
BUILD_ID=ECLAIR<br />
============================================</p>
<p>ho-solomatoMacBook-Pro:WORKING_DIRECTORY hosolo$ make -j4<br />
============================================<br />
PLATFORM_VERSION_CODENAME=REL<br />
PLATFORM_VERSION=2.1-update1<br />
TARGET_PRODUCT=generic<br />
TARGET_BUILD_VARIANT=eng<br />
TARGET_SIMULATOR=false<br />
TARGET_BUILD_TYPE=release<br />
TARGET_ARCH=arm<br />
HOST_ARCH=x86<br />
HOST_OS=darwin<br />
HOST_BUILD_TYPE=release<br />
BUILD_ID=ECLAIR<br />
============================================<br />
Checking build tools versions&#8230;<br />
************************************************************<br />
You are attempting to build with the incorrect version<br />
of java.</p>
<p>Your version is: java version &#8220;1.6.0_26&#8243;.<br />
The correct version is: 1.5.</p>
<p>Please follow the machine setup instructions at<br />
    <a href="http://source.android.com/download" rel="nofollow">http://source.android.com/download</a><br />
************************************************************<br />
build/core/main.mk:111: *** stop.  Stop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BP墨西哥湾原油泄漏事件，海洋生物，以及海牛 by Biana</title>
		<link>http://blog.mrseacow.org/2010-06/deepwater-horizon-environment-and-manatee/comment-page-1/#comment-131</link>
		<dc:creator>Biana</dc:creator>
		<pubDate>Fri, 06 May 2011 11:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=49#comment-131</guid>
		<description>Thats not just logic. Thats really seinblse.</description>
		<content:encoded><![CDATA[<p>Thats not just logic. Thats really seinblse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X下编译Android源码 by 远走高飞</title>
		<link>http://blog.mrseacow.org/2011-04/mac-os-x%e4%b8%8b%e7%bc%96%e8%af%91android%e6%ba%90%e7%a0%81/comment-page-1/#comment-102</link>
		<dc:creator>远走高飞</dc:creator>
		<pubDate>Fri, 29 Apr 2011 09:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=97#comment-102</guid>
		<description>借鉴了，呵呵</description>
		<content:encoded><![CDATA[<p>借鉴了，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X下编译Android源码 by Guanlin Luo</title>
		<link>http://blog.mrseacow.org/2011-04/mac-os-x%e4%b8%8b%e7%bc%96%e8%af%91android%e6%ba%90%e7%a0%81/comment-page-1/#comment-95</link>
		<dc:creator>Guanlin Luo</dc:creator>
		<pubDate>Sun, 24 Apr 2011 16:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=97#comment-95</guid>
		<description>well, anyway, it depends... （摊手
喂～这个代码的meta怎么实现？神马插件？</description>
		<content:encoded><![CDATA[<p>well, anyway, it depends&#8230; （摊手<br />
喂～这个代码的meta怎么实现？神马插件？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X下编译Android源码 by mrseacow</title>
		<link>http://blog.mrseacow.org/2011-04/mac-os-x%e4%b8%8b%e7%bc%96%e8%af%91android%e6%ba%90%e7%a0%81/comment-page-1/#comment-89</link>
		<dc:creator>mrseacow</dc:creator>
		<pubDate>Sat, 23 Apr 2011 02:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=97#comment-89</guid>
		<description>File System是OS里很外围的东西啦其实～</description>
		<content:encoded><![CDATA[<p>File System是OS里很外围的东西啦其实～</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X下编译Android源码 by Uncle Miao</title>
		<link>http://blog.mrseacow.org/2011-04/mac-os-x%e4%b8%8b%e7%bc%96%e8%af%91android%e6%ba%90%e7%a0%81/comment-page-1/#comment-88</link>
		<dc:creator>Uncle Miao</dc:creator>
		<pubDate>Sat, 23 Apr 2011 02:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=97#comment-88</guid>
		<description>看完了，乃要从底层入手做东西了呀。
OS X身为UNIX认证的系统竟然默认不是case-sensitive。。。。。</description>
		<content:encoded><![CDATA[<p>看完了，乃要从底层入手做东西了呀。<br />
OS X身为UNIX认证的系统竟然默认不是case-sensitive。。。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 吐槽无力的旅途 by mrseacow</title>
		<link>http://blog.mrseacow.org/2011-04/69/comment-page-1/#comment-81</link>
		<dc:creator>mrseacow</dc:creator>
		<pubDate>Sun, 17 Apr 2011 21:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=69#comment-81</guid>
		<description>beauty归beauty，人家和男朋友一起住呢，怎么好要照片~</description>
		<content:encoded><![CDATA[<p>beauty归beauty，人家和男朋友一起住呢，怎么好要照片~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 吐槽无力的旅途 by mrseacow</title>
		<link>http://blog.mrseacow.org/2011-04/69/comment-page-1/#comment-80</link>
		<dc:creator>mrseacow</dc:creator>
		<pubDate>Fri, 15 Apr 2011 17:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mrseacow.org/?p=69#comment-80</guid>
		<description>不是啊，这个只是访问RA…</description>
		<content:encoded><![CDATA[<p>不是啊，这个只是访问RA…</p>
]]></content:encoded>
	</item>
</channel>
</rss>

