xubuntu 21.10 g++ gtk4 give me next error while I compile my source codes in console (terminal)
“error: ‘gtk_container_add’ was not declared in this scope”.
#include <gtk/gtk.h>
Which libs (deb packets) I need install to my xubuntu 21.10 and which files (libs) I need include to my c++ source codes?