


In file included from /usr/include/gtk-3.0/gtk/gtk.h:150,

Winopa_launcher.c:24:37: warning: passing argument 1 of ‘gtk_message_dialog_new’ from incompatible pointer type Ģ4 | dialog = gtk_message_dialog_new(widget, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "\"%s\" is not a valid integer", entry_value) Winopa_launcher.c:21:15: warning: assignment discards ‘const’ qualifier from pointer target type Ģ1 | entry_value = gtk_entry_get_text(entry) However, if I do ld will fail saying no function from GTK libraries was included.Ĭompilation log for gtk3 (no errno) gcc `pkg-config -cflags -libs gtk+-3.0` -o winopa_launcher winopa_launcher.cwinopa_launcher.c: In function ‘on_set_btn_clicked’: If I don't include errno.h, it will say it was not included. I've tried with both GTK+ 2 and 3, still error. There is no way I can #include header in my GTK+ application.
