Skip to content

Instantly share code, notes, and snippets.

@samm-git
Last active June 9, 2018 15:29
Show Gist options
  • Save samm-git/f520e9b93cef4a14c5b7a67b6809ac1d to your computer and use it in GitHub Desktop.
Save samm-git/f520e9b93cef4a14c5b7a67b6809ac1d to your computer and use it in GitHub Desktop.
High Sierra Gnomoe build image (todo)
@samm-git
Copy link
Author

samm-git commented Jun 5, 2018

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.

@samm-git
Copy link
Author

samm-git commented Jun 5, 2018

  • 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