-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gtk{2,3}-x11 fails to build on Darwin #54424
Labels
0.kind: regression
Something that worked before working no longer
6.topic: darwin
Running or building packages on Darwin
Comments
So glib on darwin no longer provides the header. I'm guessing we should switch from |
hedning
added
the
0.kind: regression
Something that worked before working no longer
label
Jan 21, 2019
Some more info at #54428 |
hedning
changed the title
gtk+-2.24.32 fails to build on Darwin
gtk{2,3}-x11 fails to build on Darwin
Jan 21, 2019
It builds on |
The issue is on master. |
gtk{2,3}-x11 is pretty much required in lots of places without extensive patching (fatal error: 'gdk/gdkx.h' file not found) |
gnomesysadmins
pushed a commit
to GNOME/gtk
that referenced
this issue
Jan 26, 2019
Glib linked against Apple libraries does not provide <gio/gdesktopappinfo.h> header. When building X11 GTK backend on MacOS against such Glib, it fails because it cannot find the header. X11 backend is still required by programs like vim or Emacs. Let’s use the same trick gtk-launch.c uses to solve this issue. NixOS/nixpkgs#54424
gnomesysadmins
pushed a commit
to GNOME/gtk
that referenced
this issue
Apr 30, 2020
Glib linked against Apple libraries does not provide <gio/gdesktopappinfo.h> header. When building X11 GTK backend on MacOS against such Glib, it fails because it cannot find the header. X11 backend is still required by programs like vim or Emacs. Let’s use the same trick gtk-launch.c uses to solve this issue. NixOS/nixpkgs#54424
gnomesysadmins
pushed a commit
to GNOME/gtk
that referenced
this issue
May 16, 2020
Glib linked against Apple libraries does not provide <gio/gdesktopappinfo.h> header. When building X11 GTK backend on MacOS against such Glib, it fails because it cannot find the header. X11 backend is still required by programs like vim or Emacs. Let’s use the same trick gtk-launch.c uses to solve this issue. NixOS/nixpkgs#54424
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0.kind: regression
Something that worked before working no longer
6.topic: darwin
Running or building packages on Darwin
Issue description
gtk+-2.24.32 fails to build on Darwin with the following error message:
Steps to reproduce
Technical details
"x86_64-darwin"
Darwin 18.2.0, macOS 10.14.2
no
no
nix-env (Nix) 2.2
"nixos-19.03pre161883.e85c1f58680, nixpkgs-19.03pre160749.3a393eecafb"
/nix/store/ky1klzpsz7dx098rv7j5zahnkhdlicfq-master.tar.gz
The text was updated successfully, but these errors were encountered: