
bulia byak schrieb:
On 7/19/05, Kees Cook <inkscape@...62...> wrote:
As Bulia suggests, one of the Wardens should manage this list. I'll take over for that role.
...
- Bug 1230742 (etc/gtk-2.0/gtkrc broken in windows build)
Status: need confirmation from others that this is a problem.
NOT fixed in pre2 windows build, just tested. This was fixed in a daily build but the official pre2 still has all lines quoted in that file.
I found this is a cross-compiling problem. The make and echo syntax used to create those gtkrc file works as expected only under Linux. Windows make includes all those " and \ in the gtkrc file with the result, that the content is somehow commented if you compile on a win32 machine. So I did for the pre2. And it was broken in the pre2 but ok in the nightlies.
I put a patch for the mingw makefiles that addresses those issue and also add a new target called dist-strip to make sure the files in the installer are stripped. As I forgot to strip the pre2. Am I right to remove also the gdb from the installer files as the program is stripped from all debug info ?
Actually I could not double check the proper functionality under Linux. I tested Win32 only.
And there is the patch: 1241293 mingw makefile, cross compilation problems https://sourceforge.net/tracker/index.php?func=detail&aid=1241293&gr...
Adib.