Hi, > The patch does not regress the mingw-based build (basically that used in > http://cairographics.org/end_to_end_build_for_win32/ )
> I did not manage to get the build working on the cmd.exe shell. Do you have > any instructions (or possibly indications about what is the correct > environment) for that? Yes, the environment needs to be set up for the compiler. Typically, there is a script called "setenv.cmd" or "vcvars32.bat" that can be called from a batch based build, and a start menu entry "Visual Studio Command Shell" or similar. https://msdn.microsoft.com/en-us/library/f2ccy3wt.aspx has some documentation. Our build log lives at http://ci.kicad-pcb.org/job/windows-pixman-msvc/cpu=x86,label=windows/lastSuccessfulBuild/console The patch being applied in the log is the one I submitted. > AFAICT the change still relies on a Unix-like make command. > A bigger (but possibly even more interesting) change would be an > NMAKE-based build, so that the command-line tools available in Visual > Studio are sufficient for building the whole project. Yes, but nmake is rather limited, and GNU make has a bootstrap script and works from a standalone executable, so I'm not sure that is worthwhile. Simon
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
