Hello friends, <br>                  I've tried to install wxwidgets in my mandriva 2009 spring for GUI
interaction with python. In the installation instruction it said that i
need gtk+ library. So i downloaded GTK+. When i configured GTK+ i got
the message<br><br><pre class="bbcodeblock" dir="ltr" style="border: 1px inset ; margin: 0px -99999px 0px 0px; padding: 3px; overflow: auto; width: 98%; height: 178px; text-align: left;">checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.21.3    atk >= 1.13.0    pango >= 1.20    cairo >= 1.6) were not met:<br>
<br>Requested 'glib-2.0 >= 2.21.3' but version of GLib is 2.20.1<br><br>Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>installed software in a non-standard prefix.<br><br>Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS<br>
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.<br>See the pkg-config man page for more details.</pre><br>Then i downloaded glib2.21.3,atk 1.13.0,pango 1.20 and cairo 1.6. I installed all the packages using the following commands.<br>
<br><pre class="bbcodeblock" dir="ltr" style="border: 1px inset ; margin: 0px -99999px 0px 0px; padding: 3px; overflow: auto; width: 98%; height: 98px; text-align: left;">tar xvzf filename.tar.gz<br>cd folder<br>./configure<br>
make<br>make install</pre>I've not specified anf options like --prefix and i installed in the folder itself.<br>
when i tried to install gtk+ after installing all this it showed the
same error. What should i do to install wxwidgets? Plz. reply as soon
as possible.. Coz. i've to finish my proj. quickly.. Thanks and
regards...<br><br>