How to compile and install glade-2 (on debian 6.0) / Comment compiler et installer glade-2 (sur debian 6.0)
Thomas Génin thomas.genin.pro[at]gmail.com
10/02/2011

1/ Install the following packages / Installer les packages suivants :

apt-get install libxml2-dev
apt-get install libgtk2.0-dev

2/ Get the sources from this url / Récupérer les sources à partir de cette adresse :

wget http://ftp.gnome.org/pub/GNOME/sources/glade/2.12/glade-2.12.2.tar.bz2

3/ Unpack the sources / Décompresser les sources

4/

In the following files / Dans les fichiers suivants :

glade/glade_keys_dialog.c
glade/gbwidgets/gbclist.c
glade/glade_menu_editor.c
glade/glade_project_view.h

Replace the line / Remplacer la ligne

#include ‹gtk/gtkclist.h›

with the ligne / par la ligne

#include ‹gtk/gtk.h›

5/ follow the INSTALL file / suivre le fichier INSTALL :

./configure
make
make install
make clean

6/ Install automake and autoconf / Installer automake et autoconf :

apt-get install automake autoconf