Skip Montanaro <[EMAIL PROTECTED]> writes: 
> Alas, gtk+ is stumping me.  

Heh. ;-) the cvs version has a couple of booby traps.

> When built out-of-the-box it fails at one point
> trying to execute gdk-pixbuf/make-inline-pixbuf because that program hasn't
> been built to include support for PNG files. 

This means that configure.in failed to detect gmodule support in glib,
which probably means you needed to run ldconfig or change
LD_LIBRARY_PATH after installing glib. See config.log for details
(probably '-lgmodule: no such file')

rm config.cache after you run ldconfig, then redo gtk configure.

>     .libs/libgtk-x11-1.3.so: undefined reference to
>     `g_param_spec_unichar'

this just means you need a more recent glib.

after all this, to build gtk you need to 'make -k' the first time,
then plain 'make' to finish.

Havoc



_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to