On Wed, 2004-02-25 at 09:32, Tomasz KÅoczko wrote:
> On Tue, 24 Feb 2004, Owen Taylor wrote:
> [..]
> > Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.4
> > =================================================
> > * Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor]
> > * Add some extra GtkExpander docs [Federico Mena Quintero]
> > * Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger]
> > * Updated translation (ga)
> 
> As same as 2.3.3 also 2.3.4 does not compiles for me and fails on:
> 
> athlon-pld-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" 
> -DGTK_LIBDIR=\"/usr/lib\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" 
> -DGTK_SYSCONFDIR=\"/etc\" -DGTK_VERSION=\"2.3.4\" -DGTK_BINARY_VERSION=\"2.2.0\" 
> -DGTK_HOST=\"i686-pld-linux-gnu\" -DGTK_COMPILATION -I../gtk -I.. -I../gdk -I../gdk 
> -I../gdk-pixbuf -I../gdk-pixbuf -DG_DISABLE_DEPRECATED 
> -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED 
> -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DG_ENABLE_DEBUG -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/freetype2 -I/usr/include/atk-1.0 -O2 -march=i686 -Wall -MT 
> gtkfilesystem.lo -MD -MP -MF .deps/gtkfilesystem.Tpo -c gtkfilesystem.c  -fPIC -DPIC 
> -o .libs/gtkfilesystem.o
> gtkfilesystem.c: In function `gtk_file_system_module_finalize':
> gtkfilesystem.c:981: error: `gtk_file_system_module_parent_class' undeclared (first 
> use in this function)
> gtkfilesystem.c:981: error: (Each undeclared identifier is reported only once
> gtkfilesystem.c:981: error: for each function it appears in.)
> make[4]: *** [gtkfilesystem.lo] Error 1
> make[4]: *** [gtkfilesystem.lo] Error 1

Looks like we're missing a requirement on glib-2.3.3, upgrade and make
sure GTK+ is finding it and you should be fine. (G_DEFINE_TYPE changed
slightly between 2.3.2 and 2.3.3)

Regards,
                                                        Owen


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

Reply via email to