On Tue, 14 Dec 2004, Heinz Hemken wrote: > > ghemical-1.0x versions and the BEFORE_BONOBO_BRANCH version should > use the > > same set of gnome-1 libraries, if I remember correctly. The gtkglarea > > version that I'm using myself right now is 1.2.3 (the one in Debian > > "testing" right now). > > It is already installed, and allowed me to compile 1.01. Are you sure > that's all I need for BEFORE_BONOBO_BRANCH? Hello, both v1.01 and BBB seem to have this identical section in configure.in : # Checks for libraries. AM_PATH_GTK(,,AC_MSG_ERROR([Cannot find proper gtk version])) AM_PATH_GTKGL(,AC_MSG_ERROR([Cannot find gtkgl library])) GNOME_INIT It is the test for gtkgl library. What you could try is to update the configuration script using aclocal autoconf ./configure That's all I can say now... :( Tommi