Re: [glade--] Learning to use glademm-generated code



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

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]