I&#39;m trying to compile Cairo using Visual Studio 2008 and GNU Make 3.81, but I&#39;m getting an error message about a non-existent &quot;list&quot; command. I&#39;ve also read about issues with the mkdir command (Windows&#39; mkdir doesn&#39;t take the same arguments as GNU mkdir), but I haven&#39;t gotten to that point yet. What exactly are the tools required to make Cairo under Windows using Visual Studio 2008?<br>
<br>I&#39;m thinking I might be better off creating a Visual Studio project and compiling it that way instead of using the Makefile, but that might involve more work than necessary. On the other hand, I&#39;m afraid of what a malformed Makefile might do to my system, so perhaps I&#39;m better off that way. Has Makefile.win32 even been tested under Windows?<br>