<?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: grit &#8211; GBA Raster Image Transmogrifier</title>
	<atom:link href="http://www.coranac.com/projects/grit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coranac.com</link>
	<description>my own little world</description>
	<lastBuildDate>Fri, 23 Dec 2011 16:50:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: cearn</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-5749</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Sat, 07 May 2011 13:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-5749</guid>
		<description>&lt;p&gt;
Alas, no. 
&lt;/p&gt;

&lt;p&gt;
It&#039;s something I&#039;ve been meaning to do, but this is not a minor operation, and time has been kind of lacking :\
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>
 Alas, no.
 </p>
<p>
 It&#8217;s something I&#8217;ve been meaning to do, but this is not a minor operation, and time has been kind of lacking :\
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slenkar</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-5696</link>
		<dc:creator>slenkar</dc:creator>
		<pubDate>Mon, 02 May 2011 15:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-5696</guid>
		<description>Is there a way of using transparency info in the png, to set the transparency of the loaded texture?</description>
		<content:encoded><![CDATA[<p>Is there a way of using transparency info in the png, to set the transparency of the loaded texture?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Cook</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-5419</link>
		<dc:creator>Fred Cook</dc:creator>
		<pubDate>Wed, 06 Apr 2011 01:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-5419</guid>
		<description>You did something kind of silly when you where naming your classes in cldib...  In cldib_wu.c and cldib_quant.h you use the WuQuantizer class which is the same name as freeimage which is WuQuantizer which ended up as a what I like to call a naming collision.

The fix is simple just change the name of WuQuantizer to some like this CldibWuQuantizer.  This should get rid of the compiler linker error and it will compile to linux just fine. Here a list of files that need to be edited.

cldib_wu.cpp
cldib_quant.h
cldi_conv.cpp line 344</description>
		<content:encoded><![CDATA[<p>You did something kind of silly when you where naming your classes in cldib&#8230;  In cldib_wu.c and cldib_quant.h you use the WuQuantizer class which is the same name as freeimage which is WuQuantizer which ended up as a what I like to call a naming collision.</p>
<p> The fix is simple just change the name of WuQuantizer to some like this CldibWuQuantizer.  This should get rid of the compiler linker error and it will compile to linux just fine. Here a list of files that need to be edited.</p>
<p> cldib_wu.cpp<br />
 cldib_quant.h<br />
 cldi_conv.cpp line 344</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-3802</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 27 Dec 2010 19:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-3802</guid>
		<description>&#039;Cause I keep getting an error message saying it was configured incorrectly and should reinstall...</description>
		<content:encoded><![CDATA[<p>&#8216;Cause I keep getting an error message saying it was configured incorrectly and should reinstall&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-3801</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 27 Dec 2010 19:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-3801</guid>
		<description>Is there an installer for wingrit?</description>
		<content:encoded><![CDATA[<p>Is there an installer for wingrit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cearn</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-3051</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Wed, 14 Apr 2010 17:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-3051</guid>
		<description>Unfortunately, I&#039;m limited to Windows, so I can&#039;t really help much with linux. That&#039;s more wintermute&#039;s department. Unfortunately, &lt;code&gt;mkstemp()&lt;/code&gt; isn&#039;t standard, which is why I&#039;m using &lt;code&gt;tmpnam&lt;/code&gt;. IIRC, the warning isn&#039;t that serious. 

The slew of errors in FreeImage looks like an improper build of the library, particularly of some of the sub-libraries it uses (libpng and libjpeg, for example). But again I can&#039;t built on linux, so there&#039;s little I can do here. This is also the reason I can&#039;t bundle a linux-usable &lt;tt&gt;libfreeimage.a&lt;/tt&gt; &#8211; well, that and I don&#039;t know if it&#039;ll work for the various linuxes out there. I imagine if there were a one-size-fits-all that it&#039;d have been included in the FreeImage distribution.

You may have better luck on the &lt;a href=&quot;http://forums.devkitpro.org/viewforum.php?f=22&quot; rel=&quot;nofollow&quot;&gt;devkitPro forum&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I&#8217;m limited to Windows, so I can&#8217;t really help much with linux. That&#8217;s more wintermute&#8217;s department. Unfortunately, <code>mkstemp()</code> isn&#8217;t standard, which is why I&#8217;m using <code>tmpnam</code>. IIRC, the warning isn&#8217;t that serious. </p>
<p> The slew of errors in FreeImage looks like an improper build of the library, particularly of some of the sub-libraries it uses (libpng and libjpeg, for example). But again I can&#8217;t built on linux, so there&#8217;s little I can do here. This is also the reason I can&#8217;t bundle a linux-usable <tt>libfreeimage.a</tt> &ndash; well, that and I don&#8217;t know if it&#8217;ll work for the various linuxes out there. I imagine if there were a one-size-fits-all that it&#8217;d have been included in the FreeImage distribution.</p>
<p> You may have better luck on the <a href="http://forums.devkitpro.org/viewforum.php?f=22" rel="nofollow">devkitPro forum</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nobody</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-3038</link>
		<dc:creator>nobody</dc:creator>
		<pubDate>Tue, 06 Apr 2010 10:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-3038</guid>
		<description>I cannot compile grit on linux:
either it stops with
[code]
g++  -s -static -o grit build/grit_main.o build/cli.o build/fi.o  -L. -lgrit -lcldib -lfreeimage
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfreeimage
[/code]
, indicating that libfreeimage is only bundled as Windows-dll.

having installed freeimage-3.13.1 via http://bugs.gentoo.org/show_bug.cgi?id=307487, compilations stops with
[code]
g++  -s -static -o grit build/grit_main.o build/cli.o build/fi.o  -L. -lgrit -lcldib -lfreeimage                                                                             
./libgrit.a(grit_xp.o): In function `grit_xp_h(GritRec*)&#039;:                                                                                                                   
grit_xp.cpp:(.text+0x1a6b): warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039;                                                                                  
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../lib64/libfreeimage.a(PluginEXR.o): In function `C_OStream::write(char const*, int)&#039;:                                      
(.text+0x26a): undefined reference to `Iex::throwErrnoExc(std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;)&#039;
[/code]

and lots of other undefined references in libfreeimage.a (complete buildlog at &lt;a href=&quot;http://pastebin.com/9eAz6hGb&quot; title=&quot;http://pastebin.com/9eAz6hGb&quot; rel=&quot;nofollow&quot;&gt;

The makefile looks like you link statically on linux anyway, so how about bundling libfreeimage.a in a usable version as well ?</description>
		<content:encoded><![CDATA[<p>I cannot compile grit on linux:<br />
 either it stops with</p>
<div class="none">
<div class="none proglist" style=" ">g++ &nbsp;-s -static -o grit build/grit_main.o build/cli.o build/fi.o &nbsp;-L. -lgrit -lcldib -lfreeimage<br /> /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfreeimage</div>
</div>
<p> , indicating that libfreeimage is only bundled as Windows-dll.</p>
<p> having installed freeimage-3.13.1 via <a href="http://bugs.gentoo.org/show_bug.cgi?id=307487" rel="nofollow">http://bugs.gentoo.org/show_bug.cgi?id=307487</a>, compilations stops with</p>
<div class="none">
<div class="none proglist" style=" ">g++ &nbsp;-s -static -o grit build/grit_main.o build/cli.o build/fi.o &nbsp;-L. -lgrit -lcldib -lfreeimage &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /> ./libgrit.a(grit_xp.o): In function `grit_xp_h(GritRec*)<span class="st0">&#8216;: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /> grit_xp.cpp:(.text+0x1a6b): warning: the use of `tmpnam&#8217;</span> is dangerous, better use `mkstemp<span class="st0">&#8216; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /> /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../lib64/libfreeimage.a(PluginEXR.o): In function `C_OStream::write(char const*, int)&#8217;</span>: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /> (.text+0x26a): undefined reference to `Iex::throwErrnoExc(std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;)<span class="st0">&#8216;</span></div>
</div>
<p> and lots of other undefined references in libfreeimage.a (complete buildlog at <a href="http://pastebin.com/9eAz6hGb" title="http://pastebin.com/9eAz6hGb" rel="nofollow"></p>
<p> The makefile looks like you link statically on linux anyway, so how about bundling libfreeimage.a in a usable version as well ?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cearn</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-2996</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Wed, 24 Feb 2010 18:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-2996</guid>
		<description>Seems I misnamed the file, sorry. The link should work now.</description>
		<content:encoded><![CDATA[<p>Seems I misnamed the file, sorry. The link should work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s_hansse</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-2995</link>
		<dc:creator>s_hansse</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-2995</guid>
		<description>Can&#039;t download the binary as it cannot be found... :(</description>
		<content:encoded><![CDATA[<p>Can&#8217;t download the binary as it cannot be found&#8230; :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: (Quick) Getting started: NDS Programming &#171; embedded programming on the nds</title>
		<link>http://www.coranac.com/projects/grit/comment-page-1/#comment-2884</link>
		<dc:creator>(Quick) Getting started: NDS Programming &#171; embedded programming on the nds</dc:creator>
		<pubDate>Thu, 24 Dec 2009 05:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/projects/grit/#comment-2884</guid>
		<description>[...] [ Download [...]</description>
		<content:encoded><![CDATA[<p>[...] [ Download [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
</head>
<body>
<p>
My database has called in sick. Please imagine some 
annoying elevator tune till he gets back.
</p>
<p>
<small>[[Doo-di-doo tooo. Dum-di-dum-di-doo-dooo.]]</small>
</p>
</body>
</html>

-->
