I just installed the RGtk2
package on a new machine and gladexmlnew
seems to be missing (i.e. I get a could not find function gladexmlnew
error after loading the RGtk2
package).
I have libglade
, libglade2
and corresponding -devel
packages installed.
What am I missing? The help file doesn't seem to help.
SOLUTION: I seem to have found the solution, so I am posting it here. Apparently libglade
has been deprecated in favour of GTKBuilder and RGtk2
does not include it anymore.
This page has some informations on how to migrate from libglade
to GTKBuilder
.