GNOME Bugzilla – Bug 775163
win32/gdkkeys backport of GTK3 changes causes compile issues on windows
Last modified: 2016-11-28 15:01:45 UTC
The fix for bug 768722 causes compile issues on windows. The installed version of gdkwin32.h references the following file which is NOT included in the install location (it only exists in the source tree): #define __GDKWIN32_H_INSIDE__ #include <gdk/win32/gdkwin32keys.h> #undef __GDKWIN32_H_INSIDE__
Does everything work if you manually copy it from the source tree to ${prefix}/include/gtk-2.0/gdk?
Created attachment 340833 [details] [review] W32: Ensure that gtkwin32keys.h is not needed by GTK+ users Does this patch work for you?
The patch worked. Thanks for the quick response!
Attachment 340833 [details] pushed as cc2d701 - W32: Ensure that gtkwin32keys.h is not needed by GTK+ users