Hello,
I have been running into an error while compiling the svn verstion of gnome-chemistry-utils. It seems to be having a problem with GtkUIManager:
make[4]: Entering directory '/home/officergris/Eclipse/Workspace_gchemutils/gchemutils/libs/gcugtk'
CXX chem3dapplication.lo
In file included from chem3dapplication.cc:31:0:
molecule.h:72:27: error: 'GtkUIManager' has not been declared
void BuildDatabasesMenu (GtkUIManager *UIManager, char const *path, char const *path_end);
I have googled around a bit to no avail, and have even tried switching the gtk checking from 3.xx to 2.xx since GtkUIManager has been deprecated. I can't find anything that looks like it would make a difference using diff, either. Has anyone else run into this problem, or have an idea about how to fix it?