<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shadow &#38; Honnix &#187; APE</title>
	<atom:link href="http://honnix.com/blog/archives/tag/ape/feed" rel="self" type="application/rss+xml" />
	<link>http://honnix.com/blog</link>
	<description>Two Months</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:09:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>APE解码器MAC在Snow Leopard上的问题</title>
		<link>http://honnix.com/blog/archives/564</link>
		<comments>http://honnix.com/blog/archives/564#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:19:31 +0000</pubDate>
		<dc:creator>honnix</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[APE]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://honnix.com/blog/?p=564</guid>
		<description><![CDATA[其实也不是多大的问题，只是方向不对，搞了很久才解决。 移植MAC的这哥们儿提供了一个configure，当然，是根据Leopard生成的，或者更早Tiger，然后对于SL就不工作了。问题在于port里面的yasm不再接受-fno-common这个选项，只能用-fmacho32或者-fmacho64。 我满心欢喜地统统配成64位，结果一跑就core；不过还好开源，直接gdb上，调了半天才发现很多指针直接cast成int，而SL里int仍然是32位的，所以用截了一半儿的地址肯定会core。统统改成32位再来，就好了。 顺便改了一下configure.in，然后重新autoconf一下，貌似这样比较完美。 SL里面看core文件生成在什么地方用这个命令：sysctl kern.corefile；生成core文件么，同样也是：ulimit -c unlimited。]]></description>
			<content:encoded><![CDATA[<p>其实也不是多大的问题，只是方向不对，搞了很久才解决。</p>
<p>移植MAC的这哥们儿提供了一个configure，当然，是根据Leopard生成的，或者更早Tiger，然后对于SL就不工作了。问题在于port里面的yasm不再接受-fno-common这个选项，只能用-fmacho32或者-fmacho64。</p>
<p>我满心欢喜地统统配成64位，结果一跑就core；不过还好开源，直接gdb上，调了半天才发现很多指针直接cast成int，而SL里int仍然是32位的，所以用截了一半儿的地址肯定会core。统统改成32位再来，就好了。</p>
<p>顺便改了一下configure.in，然后重新autoconf一下，貌似这样比较完美。</p>
<p>SL里面看core文件生成在什么地方用这个命令：sysctl kern.corefile；生成core文件么，同样也是：ulimit -c unlimited。</p>
]]></content:encoded>
			<wfw:commentRss>http://honnix.com/blog/archives/564/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>好吧，对付ape和flac也无敌了</title>
		<link>http://honnix.com/blog/archives/61</link>
		<comments>http://honnix.com/blog/archives/61#comments</comments>
		<pubDate>Wed, 23 Jan 2008 14:08:54 +0000</pubDate>
		<dc:creator>honnix</dc:creator>
				<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[APE]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[CUE]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[Split]]></category>

		<guid isPermaLink="false">http://honnix.oicp.net:8080/blog/?p=61</guid>
		<description><![CDATA[shntool，又一个好东西，当然，还有lame ACCEPT_KEYWORDS=&#8221;~x86&#8243; emerge -v shntool shntool split -f xxx.cue -t &#8216;%p-%a-%t&#8217; -o &#8216;cust ext=mp3 lame -b 320 -s 48 -quiet &#8211; %f&#8217; xxx.ape -d &#60;directory&#62; 详细的东西man shntool吧。 看来Windows对我来说是彻底没用了，哦，对了，还有该死的网上银行！看来至少虚拟机还是要用的。]]></description>
			<content:encoded><![CDATA[<p>shntool，又一个好东西，当然，还有lame</p>
<p>ACCEPT_KEYWORDS=&#8221;~x86&#8243; emerge -v shntool</p>
<p>shntool split -f xxx.cue -t &#8216;%p-%a-%t&#8217; -o &#8216;cust ext=mp3 lame -b 320 -s 48 -quiet &#8211; %f&#8217; xxx.ape -d &lt;directory&gt;</p>
<p>详细的东西man shntool吧。</p>
<p>看来Windows对我来说是彻底没用了，哦，对了，还有该死的网上银行！看来至少虚拟机还是要用的。</p>
]]></content:encoded>
			<wfw:commentRss>http://honnix.com/blog/archives/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
