Re: [glade--] Learning to use glademm-generated code
Christof Petig <[email protected]> Mon, 13 Dec 2004 11:37:36 +0100
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Baltasarq schrieb:
> Glade-2 is generating source code for library 1.x, as you suggested. I tried
> to look for an options / configure file, but didn't find it.
Can you be more specific? 1.x?
> checking for gtkmm-2.0 >= 2.4.0... Package gtkmm-2.0 was not found in the
> pkg-config search path.
> Perhaps you should add the directory containing `gtkmm-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gtkmm-2.0' found
Actually it should try gtkmm-2.4 and fall back to gtkmm-2.0 if it does
not find 2.4 (what does pkg-config --modversion gtkmm-2.4 give you?).
How does the line in configure.in read?
It should look like:
PKG_CHECK_MODULES(GTKMM,[gtkmm-2.4 >= 2.4.8],,
[PKG_CHECK_MODULES(GTKMM,[gtkmm-2.0 >= 2.0.0])])
Christof
_______________________________________________
glademm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/glademm-list
signature.asc
(application/pgp-signature, 251 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Debian - http://enigmail.mozdev.org iD8DBQFBvXD3ng+R+0ucfO0RAnBBAKCTPA1Psl2NAxJ82JbnxR9P9GwXcgCfe9Il oKXoHaMeH5+GryYtHXXlhww= =BRLD -----END PGP SIGNATURE-----