I am using Manjaro Linux and I need the Glade 2.0 library as a dependency for TILP, which will allow me to interface with my TI-84 calculator.
However when I try to compile this particular version of Glade from source I receive the following error:
In file included from glade-init.c:34:
glade-private.h:33:5: error: unknown type name 'GtkTooltips'
33 | GtkTooltips *tooltips; /* if not NULL, holds all tooltip info */
| ^~~~~~~~~~~
I would like to know how to go about fixing this issue or, alternatively, a better way to install Glade 2.0 or TILP on my system.