Quoting Nino Novak ([EMAIL PROTECTED]):
> dia fails to install due to <from ./configure:>
> 
> checking for GTK - version >= 1.2.0... no
[...]
> configure: error: gdk-pixbuf >= 0.7.0 is required

You may be missing the devel versions of these packages?

That's just a guess, but usually a pretty good first guess. The devel
packages include all the headers and other build information required
for a compiling application to make use of the libraries you have
installed.

Without the devel versions, you can install a pre-compiled version and
it will run just fine, but you can't compile anything new.

Like I say, just a guess, but worth checking:

rpm -q gtk-devel
rpm -q gtk+-devel
rpm -q glib-devel


Thanks,
--G.

-- 
Geoff Gerrietts <[EMAIL PROTECTED]>
-rw-rw-rw-:  permissions of the beast
_______________________________________________
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/dia-list

Reply via email to