<?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: Building FXRuby on Leopard with MacPorts</title>
	<atom:link href="http://lylejohnson.name/blog/2008/01/24/building-fxruby-on-leopard-with-macports/feed/" rel="self" type="application/rss+xml" />
	<link>http://lylejohnson.name/blog/2008/01/24/building-fxruby-on-leopard-with-macports/</link>
	<description>Covering Software Development with Ruby and FXRuby</description>
	<lastBuildDate>Wed, 27 Apr 2011 21:18:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Austin Ziegler</title>
		<link>http://lylejohnson.name/blog/2008/01/24/building-fxruby-on-leopard-with-macports/comment-page-1/#comment-8578</link>
		<dc:creator>Austin Ziegler</dc:creator>
		<pubDate>Sat, 26 Jan 2008 03:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/2008/01/24/building-fxruby-on-leopard-with-macports/#comment-8578</guid>
		<description>You can actually make a lot of it work by doing:

% sudo port install fxscintilla
% sudo env CPPFLAGS=&quot;-I/opt/local/include&quot; ARCHFLAGS=&quot;-arch i386 -L/opt/local/lib&quot; gem install fxruby

There&#039;s a possible bug in RubyGems or in the extconf.rb that isn&#039;t respecting LDFLAGS or DLDFLAGS so I added it to ARCHFLAGS and FXRuby finally built just right.</description>
		<content:encoded><![CDATA[<p>You can actually make a lot of it work by doing:</p>
<p>% sudo port install fxscintilla<br />
% sudo env CPPFLAGS=&#8221;-I/opt/local/include&#8221; ARCHFLAGS=&#8221;-arch i386 -L/opt/local/lib&#8221; gem install fxruby</p>
<p>There&#8217;s a possible bug in RubyGems or in the extconf.rb that isn&#8217;t respecting LDFLAGS or DLDFLAGS so I added it to ARCHFLAGS and FXRuby finally built just right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

