You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ gcc hello-world-gtk.c $(pkg-config --cflags --libs gtk4) -o hello-world-gtk
hello-world-gtk.c: In function‘main’:
hello-world-gtk.c:35:49: error: ‘G_APPLICATION_DEFAULT_FLAGS’ undeclared (first use in this function); did you mean ‘G_APPLICATION_GET_CLASS’?
35 | app = gtk_application_new ("org.gtk.example", G_APPLICATION_DEFAULT_FLAGS);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| G_APPLICATION_GET_CLASS
hello-world-gtk.c:35:49: note: each undeclared identifier is reported only once foreach function it appearsin
How comes? :(
The text was updated successfully, but these errors were encountered:
Hi!
How comes? :(
The text was updated successfully, but these errors were encountered: