%general-entities; ]> $LastChangedBy$ $Date$ libglade-&libglade-version; Libglade Introduction to libglade The libglade package contains libglade libraries. These are useful for loading Glade interface files in a program at runtime. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libglade-md5sum; Download size: &libglade-size; Estimated disk space required: &libglade-buildsize; Estimated build time: &libglade-time; libglade Dependencies Required and Optional and User Notes: Installation of libglade Install libglade by running the following commands: sed -i '/DG_DISABLE_DEPRECATED/d' glade/Makefile.in && ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. One of the tests, test-convert, is known to fail. Now, as the root user: make install Command Explanations sed -i '/DG_DISABLE_DEPRECATED/d': Some of the glib functions that libglade uses were declared deprecated in glib-2.30. This sed removes the G_DISABLE_DEPRECATED CFLAG. Contents Installed Program Installed Library Installed Directories libglade-convert (requires python) libglade-2.0.so /usr/{include/libglade-2.0/glade,share/{gtk-doc/html/libglade, xml/libglade}} Short Descriptions libglade-convert is used to convert old Glade interface files to Glade-2.0 standards. libglade-convert libglade-2.0.so contains the functions necessary to load Glade interface files. libglade-2.0.so