On debian 11 I have started getting this warnings:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
Not sure if it is important and/or should be fixed.
My build commands are:
sudo make distclean
./configure --with-features=huge --enable-python3interp --enable-gui
sudo make install