<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Yes I did download GNU make and Visual C++ from Microsoft.<br>
I made the project of GNU make, and used it to make pixman library. I
did have to make a change to the makefile for pixman since @mkdir was
creating directories named -p and release, and was inside of a loop.<br>
The problem is that I do not know makefiles, and I think the @list is
causing 'list' to be executed as a DOS shell command, which it is not.
And this is the same problem as I had with pixman, where mkdir IS a
command with different syntax than what is specified in the makefile.<br>
<br>
One more note is that one needs to run vsvars32.bat prior to using
Visual C++ from the command line.<br>
<br>
Andy<br>
<br>
Damian Frank said the following on 5/13/2009 9:22 PM:
<blockquote type="cite">
  <pre wrap="">What make are you using?  For that makefile, I believe you will need
GNU make (e.g. Cygwin's) and Microsoft's compiler.  There is more
information in the release notes IIRC.

Damian


On Wed, May 13, 2009 at 6:46 PM, Andrew S Katz (tb) <a
 class="moz-txt-link-rfc2396E" href="mailto:akatz712@gmail.com">&lt;akatz712@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">D:\Andrew\cairo-1.8.6&gt;C:\make -f Makefile.win32 CFG=release
ECHO is off.
'list' is not recognized as an internal or external command,
operable program or batch file.
make: *** [cairo] Error 1
_______________________________________________
cairo mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:cairo@cairographics.org">cairo@cairographics.org</a>
<a class="moz-txt-link-freetext"
 href="http://lists.cairographics.org/mailman/listinfo/cairo">http://lists.cairographics.org/mailman/listinfo/cairo</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>