<?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 on: APR and 32-bit/64-bit universal binary compilation</title>
	<atom:link href="http://blog.yimingliu.com/2008/10/14/apr-and-32-bit64-bit-universal-binary-compilation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yimingliu.com/2008/10/14/apr-and-32-bit64-bit-universal-binary-compilation/</link>
	<description>source control for my (useless) knowledge</description>
	<lastBuildDate>Wed, 18 Aug 2010 00:32:33 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yiming</title>
		<link>http://blog.yimingliu.com/2008/10/14/apr-and-32-bit64-bit-universal-binary-compilation/comment-page-1/#comment-882</link>
		<dc:creator>yiming</dc:creator>
		<pubDate>Thu, 16 Jul 2009 01:22:48 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2008/10/14/apr-and-32-bit64-bit-universal-binary-compilation/#comment-882</guid>
		<description>That would probably work too.  I just took the easiest way out ( adding 4 characters to the typedef line).  You&#039;ll probably still have to use ifdef __LP64__ for the APR_SIZEOF_VOIDP #define -- I think that&#039;s just generated based on the configure script.

I haven&#039;t compiled these libs in a while.  Surely the latest version handles this issue.</description>
		<content:encoded><![CDATA[<p>That would probably work too.  I just took the easiest way out ( adding 4 characters to the typedef line).  You&#8217;ll probably still have to use ifdef __LP64__ for the APR_SIZEOF_VOIDP #define &#8212; I think that&#8217;s just generated based on the configure script.</p>
<p>I haven&#8217;t compiled these libs in a while.  Surely the latest version handles this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JK</title>
		<link>http://blog.yimingliu.com/2008/10/14/apr-and-32-bit64-bit-universal-binary-compilation/comment-page-1/#comment-879</link>
		<dc:creator>JK</dc:creator>
		<pubDate>Wed, 15 Jul 2009 19:43:29 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2008/10/14/apr-and-32-bit64-bit-universal-binary-compilation/#comment-879</guid>
		<description>What&#039;s about using a 

#include 
...
typedef int64_t apr_int64_t;
?</description>
		<content:encoded><![CDATA[<p>What&#8217;s about using a </p>
<p>#include<br />
&#8230;<br />
typedef int64_t apr_int64_t;<br />
?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
