[ghemical-devel] Compilation Errors / Autoconf Check

Tommi Hassinen thassine@messi.uku.fi
Mon, 6 Sep 2004 13:49:09 +0300 (WET)


On Fri, 3 Sep 2004, Donald E. Curtis wrote:

> It is not a problem as i found i don't have gtkglext installed but it seems
> like this should be detected by the configure script.  So i added this line:
>
> PKG_CHECK_MODULES(GTKGLEXT, gtkglext-1.0 >= 1.0.5)

Did this happen for the ghemical cvs "HEAD" version, right? That one is an
"alpha" version that I have not had time to look at for a loong time (it
is not discarded, I just don't have time to work on it now). But thanks
for the notice, I added the check. Also the Makefiles need to be fixed
(the src/Makefile will just call pkg-config directly which is just a quick
fix of mine to make it work).

The more up-to-date version that I hope to make a stable version soon is
in "BEFORE_BONOBO_BRANCH" in cvs ; it uses libghemical just as the HEAD
version does, but it is still a gnome-1 application (the HEAD version is a
bonobo component).

This is a figure about the current status of different branches ;
please just ask me if you have questions.

                      /--> MANY_PROJECTS_BRANCH (v1.02)
                     /
ghemical        ---------------------------> HEAD (v2.50 or whatever?)
                                   \
                                    \------> BEFORE_BONOBO_BRANCH (v1.51)

libghemical                     |----------> HEAD (v1.51)


Regards,

	Tommi