On 14-12-24 08:11 PM, John Ralls wrote:
Thanks John: After the above I went on to run jhbuild build meta-gtk-osx-gtk3 jhbuild build meta-gtk-osx-gtkmm3 I ran into a small problem in building meta-gtk-osx-gtkmm. There was a problem with /Applications/Drumroaster/gtk/inst/include/gtk-3.0/gdk/gdkwindow.h on line 1054 where flags is of type GdkWindowHints instead of gint. This meant changing flags type in /Applications/Drumroaster/gtk/Source/gtk/gtkmm-3.10.1/gdkmm/window.cc at line 948 (change gint to GdkWindowHints). Also need to change /Applications/Drumroaster/gtk/Source/gtk/gtkmm-3.10.1/gdkmm/window.h line 2610 ... same change. Then meta-gtk-osx-gtkmm3 builds OK. I only compiled one small program with the library... but all seems well. jim... |