View Single Post
Old 11-22-2006, 06:59 PM   #13
tgehrig
Human being with feelings
 
Join Date: Nov 2006
Posts: 24
Default

Quote:
Originally Posted by parad0x View Post
Unfortunately I've ran into another error when compiling gninjam; something to do with gconfmm.

http://pastebin.ca/255513

I have gconfmm-2.12.0 installed.
Well, it seems to me more like an error coming from gtkmm. It does not find gtkmm/combobox.h. I don't know if the gconfmm errors are some seperate ones or a consequence of the gtkmm error. So first try to fix the gtkmm problem;-).

Quote:
Originally Posted by parad0x View Post
On a side note, I had to install an older version of gtkmm in order to get ./configure to complete successfully. I already had gtkmm-2.8.3 installed but ./configure didn't want those libraries.

So I have gtkmm-2.2.12 installed in parallel. Is this expected and normal?
Not really, I have gtkmm-2.10.4 installed here.
To be honest, I didn't change much in the configure script that was originally created by glade. So the version restrictions could possibly be wrong. So you could try to simply change the version of gtkmm in configure.in to your version. So replace:
PKG_CHECK_MODULES(GTKMM, [gtkmm-2.4 >= 2.10.2],,
by
PKG_CHECK_MODULES(GTKMM, [gtkmm-2.4 >= 2.8.3],,
then you will have to run
./autogen.sh
again and configure shouldn't complain about your gtkmm version.

PS: I have checked the old debian packages and the line with gtkmm-2.0 is definitivly wrong. So the minimum requirement should probably be 2.4.0.
MfG
Tobias

Last edited by tgehrig; 11-22-2006 at 07:11 PM.
tgehrig is offline   Reply With Quote