<?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 Theorian</title>
	<atom:link href="http://theorian.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://theorian.com</link>
	<description>Technological Fusion</description>
	<lastBuildDate>Tue, 14 Jun 2011 12:42:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on How to compile freetype2 for the iPhone by Siva</title>
		<link>http://theorian.com/2009/08/how-to-compile-freetype2-for-the-iphone/comment-page-1/#comment-3316</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Tue, 14 Jun 2011 12:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=102#comment-3316</guid>
		<description>While i&#039;m following your guidance,to &quot;Jump into the freetype directory&quot;,

I have got the following ERROR as follows :

configure: WARNING: If you wanted to set the --build type, don&#039;t use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i386-apple-darwin10.7.0
checking host system type... arm-apple-darwin
checking for arm-apple-darwin-gcc... /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-gcc-4.0.1
checking for C compiler default output file name... 
configure: error: in `/Users/igate1/freetype-2.3.9/builds/unix&#039;:
configure: error: C compiler cannot create executables
See `config.log&#039; for more details.
make: *** [setup] Error 77</description>
		<content:encoded><![CDATA[<p>While i&#8217;m following your guidance,to &#8220;Jump into the freetype directory&#8221;,</p>
<p>I have got the following ERROR as follows :</p>
<p>configure: WARNING: If you wanted to set the &#8211;build type, don&#8217;t use &#8211;host.<br />
    If a cross compiler is detected then cross compile mode will be used.<br />
checking build system type&#8230; i386-apple-darwin10.7.0<br />
checking host system type&#8230; arm-apple-darwin<br />
checking for arm-apple-darwin-gcc&#8230; /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-gcc-4.0.1<br />
checking for C compiler default output file name&#8230;<br />
configure: error: in `/Users/igate1/freetype-2.3.9/builds/unix&#8217;:<br />
configure: error: C compiler cannot create executables<br />
See `config.log&#8217; for more details.<br />
make: *** [setup] Error 77</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile freetype2 for the iPhone by Theorian</title>
		<link>http://theorian.com/2009/08/how-to-compile-freetype2-for-the-iphone/comment-page-1/#comment-1131</link>
		<dc:creator>Theorian</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=102#comment-1131</guid>
		<description>I could supply some sample code for using freetype2 in opengl, for example. The thing is, is johndoe@yahoo.com your real email address? Please use a valid email so you can at least be notified if I post this information</description>
		<content:encoded><![CDATA[<p>I could supply some sample code for using freetype2 in opengl, for example. The thing is, is <a href="mailto:johndoe@yahoo.com">johndoe@yahoo.com</a> your real email address? Please use a valid email so you can at least be notified if I post this information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile freetype2 for the iPhone by Theorian</title>
		<link>http://theorian.com/2009/08/how-to-compile-freetype2-for-the-iphone/comment-page-1/#comment-1130</link>
		<dc:creator>Theorian</dc:creator>
		<pubDate>Mon, 29 Nov 2010 23:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=102#comment-1130</guid>
		<description>You should look at the README in the SourceForge Project for Sox, it makes mention all of the libraries that you need to build Sox on OSX. All these libraries would also need to be compiled for the iOS before you can compile Sox...  I&#039;ll list them here:

  Ogg Vorbis - http://www.vorbis.com

  FLAC - http://flac.sourceforge.net

  libsndfile - http://www.mega-nerd.com/libsndfile

  WavPack - http://www.wavpack.com

  PNG - http://www.libpng.org/pub/png

Also there may be some problems if you are trying to decode or encode MP3s since there are patent restrictions:
http://en.wikipedia.org/wiki/MP3#Licensing_and_patent_issues

Have you considered using the audio libraries that Apple ships with the iOS? Maybe they already provide the functionality that you need. Or one of the above libraries could be simpler to port or may already be ported to the iOS.

Let me know if that is helpful.</description>
		<content:encoded><![CDATA[<p>You should look at the README in the SourceForge Project for Sox, it makes mention all of the libraries that you need to build Sox on OSX. All these libraries would also need to be compiled for the iOS before you can compile Sox&#8230;  I&#8217;ll list them here:</p>
<p>  Ogg Vorbis &#8211; <a href="http://www.vorbis.com" rel="nofollow">http://www.vorbis.com</a></p>
<p>  FLAC &#8211; <a href="http://flac.sourceforge.net" rel="nofollow">http://flac.sourceforge.net</a></p>
<p>  libsndfile &#8211; <a href="http://www.mega-nerd.com/libsndfile" rel="nofollow">http://www.mega-nerd.com/libsndfile</a></p>
<p>  WavPack &#8211; <a href="http://www.wavpack.com" rel="nofollow">http://www.wavpack.com</a></p>
<p>  PNG &#8211; <a href="http://www.libpng.org/pub/png" rel="nofollow">http://www.libpng.org/pub/png</a></p>
<p>Also there may be some problems if you are trying to decode or encode MP3s since there are patent restrictions:<br />
<a href="http://en.wikipedia.org/wiki/MP3#Licensing_and_patent_issues" rel="nofollow">http://en.wikipedia.org/wiki/MP3#Licensing_and_patent_issues</a></p>
<p>Have you considered using the audio libraries that Apple ships with the iOS? Maybe they already provide the functionality that you need. Or one of the above libraries could be simpler to port or may already be ported to the iOS.</p>
<p>Let me know if that is helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile freetype2 for the iPhone by Noel</title>
		<link>http://theorian.com/2009/08/how-to-compile-freetype2-for-the-iphone/comment-page-1/#comment-1122</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Sat, 27 Nov 2010 03:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=102#comment-1122</guid>
		<description>Hello,

just wondering if you have heard of Sox sound exchange? 

I was wondering if this can be modified to work with IOS? Your thoughts....

As, if you think it&#039;s possible then we&#039;ll try to create .a file for all targets...

Thanks
Noel</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>just wondering if you have heard of Sox sound exchange? </p>
<p>I was wondering if this can be modified to work with IOS? Your thoughts&#8230;.</p>
<p>As, if you think it&#8217;s possible then we&#8217;ll try to create .a file for all targets&#8230;</p>
<p>Thanks<br />
Noel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile freetype2 for the iPhone by johndoe</title>
		<link>http://theorian.com/2009/08/how-to-compile-freetype2-for-the-iphone/comment-page-1/#comment-837</link>
		<dc:creator>johndoe</dc:creator>
		<pubDate>Thu, 30 Sep 2010 04:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=102#comment-837</guid>
		<description>Do you have a sample code using the generated library? Can you post it? :-)</description>
		<content:encoded><![CDATA[<p>Do you have a sample code using the generated library? Can you post it? <img src='http://theorian.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NanoMechs Multiplayer Now Available! by Theorian</title>
		<link>http://theorian.com/2009/08/nanomechs-have-been-released-around-the-world/comment-page-1/#comment-164</link>
		<dc:creator>Theorian</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=89#comment-164</guid>
		<description>Online multiplayer is here!</description>
		<content:encoded><![CDATA[<p>Online multiplayer is here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NanoMechs Multiplayer Now Available! by Theorian Support</title>
		<link>http://theorian.com/2009/08/nanomechs-have-been-released-around-the-world/comment-page-1/#comment-24</link>
		<dc:creator>Theorian Support</dc:creator>
		<pubDate>Sat, 29 Aug 2009 12:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=89#comment-24</guid>
		<description>You are welcome to help us beta test the online multiplayer version before it&#039;s released. Register at http://theorian.com/support and reply to the beta testers discussion. Thank you for your interest!</description>
		<content:encoded><![CDATA[<p>You are welcome to help us beta test the online multiplayer version before it&#8217;s released. Register at <a href="http://theorian.com/support" rel="nofollow">http://theorian.com/support</a> and reply to the beta testers discussion. Thank you for your interest!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NanoMechs Multiplayer Now Available! by Ipodtouch2G</title>
		<link>http://theorian.com/2009/08/nanomechs-have-been-released-around-the-world/comment-page-1/#comment-23</link>
		<dc:creator>Ipodtouch2G</dc:creator>
		<pubDate>Sat, 29 Aug 2009 10:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=89#comment-23</guid>
		<description>When does the online multi-player version comes out?</description>
		<content:encoded><![CDATA[<p>When does the online multi-player version comes out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile freetype2 for the iPhone by Theorian Support</title>
		<link>http://theorian.com/2009/08/how-to-compile-freetype2-for-the-iphone/comment-page-1/#comment-22</link>
		<dc:creator>Theorian Support</dc:creator>
		<pubDate>Thu, 20 Aug 2009 22:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=102#comment-22</guid>
		<description>You are very welcome!

Yes, because the library is built for ARM and x86 it will work with the device and simulator. Also, I&#039;ve successfully built a project for OS 2.2 using this library.</description>
		<content:encoded><![CDATA[<p>You are very welcome!</p>
<p>Yes, because the library is built for ARM and x86 it will work with the device and simulator. Also, I&#8217;ve successfully built a project for OS 2.2 using this library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile freetype2 for the iPhone by Sean Murray</title>
		<link>http://theorian.com/2009/08/how-to-compile-freetype2-for-the-iphone/comment-page-1/#comment-21</link>
		<dc:creator>Sean Murray</dc:creator>
		<pubDate>Thu, 20 Aug 2009 07:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://theorian.com/?p=102#comment-21</guid>
		<description>Oh very cool, thanks :-)  Is it also both the device and simulator libraries, and for version 2.2?</description>
		<content:encoded><![CDATA[<p>Oh very cool, thanks <img src='http://theorian.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Is it also both the device and simulator libraries, and for version 2.2?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

