Installation of libglade
The make command attempts to open an X
display during the compile, so an X
server must be running during this process.
Install libglade by running the following
commands:
./configure --prefix=/opt/gnome --enable-bonobo \
--disable-gtk-doc &&
make &&
make install