Hi, "Dongho Shin" <[EMAIL PROTECTED]> writes:
> I compiled the GTK+-2.0.5 on my Sun Ultra 10 / Solaris 2.6 machine, > but there were some errors like below: > > io-tiff.c:141: parse error before `tiff_put_contig' > io-tiff.c:141: warning: type defaults to `int' in declaration of `tiff_put_contig' > io-tiff.c:141: warning: data definition has no type or storage class > ...blah blah blah... > > GLib(2.0.4), ATK(1.0.2), and Pango(1.0.3) were installed successfully. > And currently using GTK+-2.0.2 had been compiled with no problem. > The configure options are '--disable-modules', '--enable-static=yes', and > '--prefix=PREFIXDIR'. > What am I done wrong? Or is it a bug? something is wrong with your TIFF headers. Since you are attempting a static build I doubt you really want to include the TIFF loader. Try to use the --without-tiff configure option. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
