Hi, Peter Van Osta <[EMAIL PROTECTED]> writes:
> I have built an interface with GTK1.2 and I am now trying to add an > image processing library. I am using GTK1.2 on Redhat Linux 7.2 (Linux > linux-1 > 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown). > > The compilation stops due to a conflict in the definition of > "create_image": > > GdkImlibImage* create_image (const gchar *filename); I'd suggest you try GdkPixbuf instead. It's part of GTK+-2.0 and can be installed separately for GTK+-1.2. Grab the source from ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gdk-pixbuf/ Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
