<?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: Compiling FreeImage in 64-bit on Snow Leopard</title>
	<atom:link href="http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/</link>
	<description>Aaron B. Russell&#039;s personal blog</description>
	<lastBuildDate>Thu, 03 May 2012 22:43:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ffelagund</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-33953</link>
		<dc:creator>Ffelagund</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-33953</guid>
		<description>I have XCode4 and Lion, and I tried modify the makefile to support Lion (using the SDK 10.7) but I had no luck. Many &quot;no such file or directory&quot; messages relative to system headers (algorithms, float.h, and so) 
Any clue?
Thanks.</description>
		<content:encoded><![CDATA[<p>I have XCode4 and Lion, and I tried modify the makefile to support Lion (using the SDK 10.7) but I had no luck. Many &#8220;no such file or directory&#8221; messages relative to system headers (algorithms, float.h, and so)<br />
Any clue?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron B. Russell</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-26993</link>
		<dc:creator>Aaron B. Russell</dc:creator>
		<pubDate>Sun, 03 Apr 2011 19:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-26993</guid>
		<description>@Blake: I&#039;ve not made the jump to Xcode 4 yet, I&#039;m still on 3.2.5. You probably don&#039;t want a g++-4.0 symlink pointing to a 4.2 binary though, it&#039;s very likely there differences between the two which may cause you problems if a build does anything specific for 4.0. and figuring out the cause of those problems could be a nightmare. :)

If you re-run the Xcode installer and customise the installation, I think you might be able to install g++-4.0 if you need it, but if you managed to build with 4.2 your solution of just having g++ in the Makefile (or perhaps changing it to g++-4.2) is probably better. Hope this helps!</description>
		<content:encoded><![CDATA[<p>@Blake: I&#8217;ve not made the jump to Xcode 4 yet, I&#8217;m still on 3.2.5. You probably don&#8217;t want a g++-4.0 symlink pointing to a 4.2 binary though, it&#8217;s very likely there differences between the two which may cause you problems if a build does anything specific for 4.0. and figuring out the cause of those problems could be a nightmare. :)</p>
<p>If you re-run the Xcode installer and customise the installation, I think you might be able to install g++-4.0 if you need it, but if you managed to build with 4.2 your solution of just having g++ in the Makefile (or perhaps changing it to g++-4.2) is probably better. Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-26968</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Sat, 02 Apr 2011 23:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-26968</guid>
		<description>I found that I was getting &quot;make[1]: g++-4.0: No such file or directory&quot; with your makefile. I have a new MBP, with a fresh XCode 4.0.1 install. I was able to track down that the error is from a missing symbolic link being setup - but searching for more than an hour was not showing me how to get that symbolic linksetup. So, noting that &quot;g++&quot; resolves to &quot;i686-apple-darwin10-g++-4.2.1&quot;, I changed your makefiles&#039;s two references of &quot;g++-4.0&quot; to be &quot;g++&quot; and the two references to &quot;gcc-4.0&quot; to &quot;gcc&quot; and the compile works. 

Amy idea why I don&#039;t have that symbolic link and how to get it?</description>
		<content:encoded><![CDATA[<p>I found that I was getting &#8220;make[1]: g++-4.0: No such file or directory&#8221; with your makefile. I have a new MBP, with a fresh XCode 4.0.1 install. I was able to track down that the error is from a missing symbolic link being setup &#8211; but searching for more than an hour was not showing me how to get that symbolic linksetup. So, noting that &#8220;g++&#8221; resolves to &#8220;i686-apple-darwin10-g++-4.2.1&#8243;, I changed your makefiles&#8217;s two references of &#8220;g++-4.0&#8243; to be &#8220;g++&#8221; and the two references to &#8220;gcc-4.0&#8243; to &#8220;gcc&#8221; and the compile works. </p>
<p>Amy idea why I don&#8217;t have that symbolic link and how to get it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasco</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-22706</link>
		<dc:creator>rasco</dc:creator>
		<pubDate>Mon, 22 Nov 2010 10:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-22706</guid>
		<description>Hi,
I have problem compiling it with OSX SDKs.  I always get warning, that there exist multiple definition of symbol in SDK /10.4., 10.5., 10.6./ and FreeImage.a compiled by this tutorial.

Any ideas? Thx.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have problem compiling it with OSX SDKs.  I always get warning, that there exist multiple definition of symbol in SDK /10.4., 10.5., 10.6./ and FreeImage.a compiled by this tutorial.</p>
<p>Any ideas? Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron B. Russell</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-17843</link>
		<dc:creator>Aaron B. Russell</dc:creator>
		<pubDate>Mon, 05 Jul 2010 01:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-17843</guid>
		<description>@Joshua: I&#039;m not sure. I&#039;m not very familiar with FreeImage, I just needed to get it working so that a Rails app I was working on could boot properly.</description>
		<content:encoded><![CDATA[<p>@Joshua: I&#8217;m not sure. I&#8217;m not very familiar with FreeImage, I just needed to get it working so that a Rails app I was working on could boot properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Pinter</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-17842</link>
		<dc:creator>Joshua Pinter</dc:creator>
		<pubDate>Mon, 05 Jul 2010 01:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-17842</guid>
		<description>King among men, thank you. 

Is there a better (read: more updated) library to use?</description>
		<content:encoded><![CDATA[<p>King among men, thank you. </p>
<p>Is there a better (read: more updated) library to use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aylwin Lo</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-17424</link>
		<dc:creator>Aylwin Lo</dc:creator>
		<pubDate>Mon, 07 Jun 2010 23:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-17424</guid>
		<description>Seems to have worked for me, too. Thanks for posting this!</description>
		<content:encoded><![CDATA[<p>Seems to have worked for me, too. Thanks for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron B. Russell</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-14232</link>
		<dc:creator>Aaron B. Russell</dc:creator>
		<pubDate>Tue, 20 Oct 2009 18:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-14232</guid>
		<description>It certainly seems to have worked, yeah. I&#039;ve not done much in the way of image related tasks, but all the warnings I was getting upon booting my Rails app have gone away.</description>
		<content:encoded><![CDATA[<p>It certainly seems to have worked, yeah. I&#8217;ve not done much in the way of image related tasks, but all the warnings I was getting upon booting my Rails app have gone away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Double Shot #565 &#171; A Fresh Cup</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-14230</link>
		<dc:creator>Double Shot #565 &#171; A Fresh Cup</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-14230</guid>
		<description>[...] Compiling FreeImage in 64-bit on Snow Leopard &#8211; This was an absolute lifesaver as I had to get an ImageScience-using project cooking on my current dev setup. [...]</description>
		<content:encoded><![CDATA[<p>[...] Compiling FreeImage in 64-bit on Snow Leopard &#8211; This was an absolute lifesaver as I had to get an ImageScience-using project cooking on my current dev setup. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rono</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/comment-page-1/#comment-14178</link>
		<dc:creator>rono</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://lostentropy.com/?p=2367#comment-14178</guid>
		<description>and does this worked at the end?</description>
		<content:encoded><![CDATA[<p>and does this worked at the end?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

