[MacPorts] #64319: gtk3 3.24.30 +quartz: macOS 12 patch perhaps shouldn't be restricted to os.major >= 21
MacPorts
noreply at macports.org
Fri Dec 31 23:57:23 UTC 2021
#64319: gtk3 3.24.30 +quartz: macOS 12 patch perhaps shouldn't be restricted to
os.major >= 21
--------------------------+----------------------
Reporter: dqh-au | Owner: mascguy
Type: enhancement | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: gtk3 |
--------------------------+----------------------
Comment (by dqh-au):
Those tests were with +quartz, but I've now verified the same problem with
x11 on macOS 12. All tests with a complete uninstall of all ports followed
by an install of gtk3.
{{{
% cat main.c
#include <gtk/gtk.h>
int main(int argc, char *argv[])
{
GtkWidget *window;
gtk_init (&argc, &argv);
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_title (GTK_WINDOW (window), "Window");
g_signal_connect (window, "destroy", G_CALLBACK (gtk_main_quit),
NULL);
gtk_widget_show (window);
gtk_main ();
return 0;
}
% gcc $(pkg-config --cflags --libs gtk+-3.0) main.c
% ./a.out
zsh: trace trap ./a.out
%
}}}
--
Ticket URL: <https://trac.macports.org/ticket/64319#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list