<?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 SDL_image with MSYS/MinGW</title>
	<atom:link href="http://blog.pantokrator.net/2006/08/13/compiling-sdl_image-with-msysmingw/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pantokrator.net/2006/08/13/compiling-sdl_image-with-msysmingw/</link>
	<description>Nam et ipsa scientia potestas est.</description>
	<lastBuildDate>Sun, 08 Mar 2009 00:07:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LlubNek</title>
		<link>http://blog.pantokrator.net/2006/08/13/compiling-sdl_image-with-msysmingw/comment-page-1/#comment-21</link>
		<dc:creator>LlubNek</dc:creator>
		<pubDate>Wed, 24 Dec 2008 09:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pantokrator.net/?p=6#comment-21</guid>
		<description>Tiff compiles fine (use http://www.scons.org/wiki/KenBull/libtiff with scons in libtiff folder if configure is not working)...

test programs like the following compile, link and run fine...

#include &quot;tiffio.h&quot;
int main() {
    TIFF* tif = TIFFClientOpen(&quot;foo.tif&quot;, &quot;r&quot;);
    if (tif)    {
        // ... do stuff ...
        TIFFClose(tif);
    }
    return 0;
}

Yet SDL_image still complains...

checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFClientOpen in -ltiff... no
configure: WARNING: *** Unable to find Tiff library (http://www.remotesensing.org/libtiff/)
configure: WARNING: TIF image loading disabled

I think the problem lies in SDL_image, not libtiff.</description>
		<content:encoded><![CDATA[<p>Tiff compiles fine (use <a href="http://www.scons.org/wiki/KenBull/libtiff" rel="nofollow">http://www.scons.org/wiki/KenBull/libtiff</a> with scons in libtiff folder if configure is not working)&#8230;</p>
<p>test programs like the following compile, link and run fine&#8230;</p>
<p>#include &#8220;tiffio.h&#8221;<br />
int main() {<br />
    TIFF* tif = TIFFClientOpen(&#8220;foo.tif&#8221;, &#8220;r&#8221;);<br />
    if (tif)    {<br />
        // &#8230; do stuff &#8230;<br />
        TIFFClose(tif);<br />
    }<br />
    return 0;<br />
}</p>
<p>Yet SDL_image still complains&#8230;</p>
<p>checking tiffio.h usability&#8230; yes<br />
checking tiffio.h presence&#8230; yes<br />
checking for tiffio.h&#8230; yes<br />
checking for TIFFClientOpen in -ltiff&#8230; no<br />
configure: WARNING: *** Unable to find Tiff library (<a href="http://www.remotesensing.org/libtiff/" rel="nofollow">http://www.remotesensing.org/libtiff/</a>)<br />
configure: WARNING: TIF image loading disabled</p>
<p>I think the problem lies in SDL_image, not libtiff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

