Re: Problems compiling latest CVS version of gtk+
- From: Havoc Pennington <hp redhat com>
- To: skip pobox com (Skip Montanaro)
- Cc: gtk-list gnome org
- Subject: Re: Problems compiling latest CVS version of gtk+
- Date: 02 Apr 2001 20:16:42 -0400
Skip Montanaro <skip pobox com> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]