Thanks very much for the pointer, Bit.<br><br>I had to add &quot;\SDL&quot; to the end of this def:<br><pre>  Include-Dirs: C:\SDL-1.2.12\include</pre>and I didn&#39;t need to change the Extra-Libraries line.&nbsp; I&#39;m using cygwin, which may make a difference here.<br>
<br>Next, I &#39;cabal install&#39;ed SDL-ttf and discovered that I need the SDL_ttf lib, which I got, but I don&#39;t know where to unpack it so that the (Haskell) SDL-ttf will find it.&nbsp; Suggestions?<br><br>&nbsp; - Conal<br>
<br><div class="gmail_quote">On Sun, Apr 13, 2008 at 12:11 PM, Bit Connor &lt;<a href="mailto:bit@mutantlemon.com">bit@mutantlemon.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
SDL works great on Windows, and you don&#39;t even need cygwin. Only ghc<br>
is required. There are instructions in the WIN32 file.<br>
<br>
<a href="http://darcs.haskell.org/%7Elemmih/hsSDL/hssdl/WIN32" target="_blank">http://darcs.haskell.org/~lemmih/hsSDL/hssdl/WIN32</a><br>
<br>
2008/4/12 Conal Elliott &lt;<a href="mailto:conal@conal.net">conal@conal.net</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; Now I have sdl-config, but still not able to build.<br>
&gt;<br>
&gt; Does *anyone* have the SDL package running on Windows?<br>
&gt;<br>
&gt; If not, is GLFW the recommended cross-platform GL toolkit?<br>
&gt;<br>
&gt; Thanks, &nbsp;- Conal<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Apr 11, 2008 at 8:55 PM, Luke Palmer &lt;<a href="mailto:lrpalmer@gmail.com">lrpalmer@gmail.com</a>&gt; wrote:<br>
&gt; &gt; 2008/4/11 Conal Elliott &lt;<a href="mailto:conal@conal.net">conal@conal.net</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt; &gt; I&#39;m trying to install the SDL package (on win32+cygwin), and configure<br>
&gt; isn&#39;t<br>
&gt; &gt; &gt; able to find my SDL.dll, though it&#39;s on my PATH. &nbsp;Any ideas? &nbsp;- Conal<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; bash-3.2$ cabal install SDL<br>
&gt; &gt; &gt; &#39;SDL-0.5.3&#39; is cached.<br>
&gt; &gt; &gt; &nbsp;[1 of 1] Compiling Main &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ( Setup.lhs, dist\setup/Main.o )<br>
&gt; &gt; &gt; Linking dist\setup\setup.exe ...<br>
&gt; &gt; &gt; Configuring SDL-0.5.3...<br>
&gt; &gt; &gt; checking for sdl-config... no<br>
&gt; &gt;<br>
&gt; &gt; I currently am not running cygwin, so I could be wrong, but the lack<br>
&gt; &gt; of sdl-config is a red flag. &nbsp;Have you installed sdl and sdl-devel (I<br>
&gt; &gt; think those are the package names) with the cygwin installer yet?<br>
&gt; &gt;<br>
&gt; &gt; Luke<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Haskell-Cafe mailing list<br>
&gt; <a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
&gt; <a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>