On Wed, 12 May 2004, Kees Cook wrote:
On Mon, May 10, 2004 at 02:18:04PM -0500, Bob Jamison wrote:
Sometimes they work, sometimes they don't. :-) Usually it is a sync problem between Win32 Makedep and Linux Makefile.am's. Or maybe someone committed code that works fine on Linux, but not on Mingw. prefix.cpp was a good example of code that needed a bit of tweaking to be portable.
I really should add a dependency to src/Makefile.mingw, so that a change to src/Makefile.am will cause a Win32 Makedep to be run automatically. On the other hand, I don't want to require Win32 builders to download and install Perl.
Can someone verify that the windows build is correctly updating "config.h": the g_ascii_strtod macro isn't being defined in the autobuilds, it looks like.
AFAIK the windows build uses inkscape/config.h.mingw as its config.h. Anything that needs to be in config.h must be added here, I think.
Carl