Colin Jenkins wrote:
Hello all, I'm trying to install gwx,(a weather station simulator) when I do ./configure IO get the following:
checking for GTK - version >= 1.2.0... yes checking for wx200open in -lwx200... yes checking for gdk_imlib_init in -lgdk_imlib... no configure: error: Cannot find gdk_imlib: is imlib installed?
any ideas?
The output of urpmf will often solve this type of missing library/capability/dependency problem:
$ urpmf gdk_imlib libimlib1:/usr/lib/libgdk_imlib.so.1 libimlib1:/usr/lib/libgdk_imlib.so.1.9.14 libimlib1-devel:/usr/include/gdk_imlib.h libimlib1-devel:/usr/include/gdk_imlib_private.h libimlib1-devel:/usr/include/gdk_imlib_types.h libimlib1-devel:/usr/lib/libgdk_imlib.a libimlib1-devel:/usr/lib/libgdk_imlib.la libimlib1-devel:/usr/lib/libgdk_imlib.so ruby-gtk:/usr/lib/ruby/1.6/gdk_imlib.rb ruby-gtk:/usr/lib/ruby/1.6/i586-linux-gnu/gdk_imlib.so
I would try to install the devel package with
urpmi libimlib1-devel
Rolf
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
