GNOME Bugzilla – Bug 687766
quartz_application_* becomes gtkosx_application_* in Gtk_mac_integration >= 2.0.0
Last modified: 2013-04-07 12:39:48 UTC
Created attachment 228257 [details] [review] patch to make it compile on my computer (and attempt to correct configure.ac) is it possible to update the gnome-2-30 branch (the one used by jhbuild under macOS) on that purpose ? I've tried to make a patch ...
Ping? Ditto on the gnome-3-6 branch. In addition, the latest master also requires the following: diff --git a/tests/Makefile.am b/tests/Makefile.am index 62d904d..0df0883 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -63,6 +63,7 @@ test_regex_SOURCES = test-regex.c test_regex_LDADD = \ $(top_builddir)/gtksourceview/libgtksourceview-private.la \ $(DEP_LIBS) \ + $(GTK_MAC_LIBS) \ $(TESTS_LIBS) UNIT_TEST_PROGS += test-completion-model
Ping? May I commit this to gnome-2-30, gnome-3-6, and master? (After re-testing of course.) The build has been broken for a while on OS X.
Looks good to me to push in 3-6 and master.
OK, will test and push as soon as possible. Can I also push to gnome-2-30?
Tested and pushed. I also figured it was OK to push to gnome-2-30 because the last activity there was my previous commit for fixing the build on OS X for gtk-mac-integration's previous API change ;-) Thank you Pierre for the patch!