Moved to https://github.com/samm-git/gimp-osx-package/blob/master/README.md
Last active
June 9, 2018 15:29
-
-
Save samm-git/f520e9b93cef4a14c5b7a67b6809ac1d to your computer and use it in GitHub Desktop.
High Sierra Gnomoe build image (todo)
- gobject-introspection-1.56.1 failes, workaround
ARCHFLAGS="-arch x86_64" make
Should we add export ARCHFLAGS="-arch x86_64"
to the global env?
Update - should be fixed in the upstream, subject to validate, see GNOME/gtk-osx@6d082ee
Update2: upstream fixing that starting from 1.14, we have to override this manually in the same way
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had to copy glib header manually:
cp ../glib-../gio/gdesktopappinfo.h ~/gtk/inst/include/glib-2.0/gio/
cp .~/gtk/source/glib-2.52.2/gio/gdesktopappinfo.h ~/gtk//inst/include/gio-unix-2.0/gio
THIS NEEDS TO BE FIXED - we dont really need this header in this dir, because configure of other software would break. We need to patch sources which requires it manually instead.