Bug #3936 gtkmm-2.0.pc expected
Submitted: 30 May 2004 12:23 Modified: 10 Jun 2004 4:17
Reporter: Marco Avila Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version: OS:Linux (Fedora Core 2 x86)
Assigned to: Bugs System CPU Architecture:Any

[30 May 2004 12:23] Marco Avila
Description:
I have tried to compile the source code in mysql-gui-common but it expects the gtkmm-2.0.pc
.
.
checking for libxml-2.0 >= 2.6.2
                        gtkmm-2.0
                        libglade-2.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
.
.

I have set the environment variable $PKG_CONFIG_PATH to point to /usr/local/lib/pkgconfig

and in this folder is located the gtkmm-2.4.pc
/usr/local/lib/pkgconfig/gtkmm-2.4.pc

How to repeat:
* Be sure to have compiled and installed:

    * gtk-2.x  (mine is 2.0)
    * gtkmm-2.x  (mine is 2.4)
    * libglade-2.x  (mine is 2.0)

* Get the source code for MYSQL administrator
* untar it
* go to mysql-gui-common
* Type ./configure

Suggested fix:
Give support to gtkmm-2.4
[10 Jun 2004 4:17] Alfredo Kojima
gtkmm-2.4 has several incompatible changes from gtkmm-2.0 or 2.2 and conversion doesn't seem to be trivial. We might port the code to 2.4 in the near future, but for now, gtkmm 2.2 is required.