On Sat, 14 Feb 2004 01:00:25 +0000 "bulia byak" <archiver_1@...19...> uttered:
Likely, the value of HAVE_GTK_WINDOW_FULLSCREEN is for some reason different here than in the rest of the codebase (not included config.h?) and therefore the constants for the dialog verbs are all shifted by one: transform becomes fill&stroke, etc. This explains the confused shortcuts. I'm not sure why this happens only on Windows (or perhaps it happens when HAVE_GTK_WINDOW_FULLSCREEN is false?) Could you please debug this ASAP, as it's a pretty annoying issue. Please call ishmal for help with Windows setup.
Apparently -DHAVE_CONFIG is not enough for mingw, so Bob had to put in #include "config.h" in some files to make it work on windows. To avoid cluttering other .h files with this, we can switch to precompiled headers when gcc3.4 is available on windows.
Johan