cvs HEAD does not compile



Hi,

I get the output below. Am I doing something wrong or is HEAD broken

Jaap

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/opt/gnome2/lib\" -DGTK_DATADIR=\"/opt/gnome2/share\" -DGTK_DATA_PREFIX=\"/opt/gnome2\" -DGTK_SYSCONFDIR=\"/opt/gnome2/etc\" -DGTK_VERSION=\"2.9.0\" -DGTK_BINARY_VERSION=\"2.4.0\" -DGTK_HOST=\"i686-pc-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/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/pango-1.0 -I/usr/include/freetype2 -I/opt/gnome2/include/cairo -I/opt/gnome2/include/atk-1.0 -I/usr/X11R6/include -g -Wall -MT gtkaboutdialog.lo -MD -MP -MF .deps/gtkaboutdialog.Tpo -c gtkaboutdialog.c -fPIC -DPIC -o .libs/gtkaboutdialog.o
In file included from ../gtk/gtkwidget.h:32,
                 from ../gtk/gtkcontainer.h:33,
                 from ../gtk/gtkbin.h:32,
                 from ../gtk/gtkwindow.h:33,
                 from ../gtk/gtkdialog.h:32,
                 from gtkaboutdialog.h:28,
                 from gtkaboutdialog.c:35:
../gtk/gtkobject.h:85: error: syntax error before 'GInitiallyUnowned'
../gtk/gtkobject.h:85: warning: no semicolon at end of struct or union
../gtk/gtkobject.h:93: error: syntax error before '}' token
../gtk/gtkobject.h:97: error: syntax error before 'GInitiallyUnownedClass'
../gtk/gtkobject.h:97: warning: no semicolon at end of struct or union
../gtk/gtkobject.h:116: error: syntax error before '}' token
In file included from ../gtk/gtkwidget.h:33,
                 from ../gtk/gtkcontainer.h:33,
                 from ../gtk/gtkbin.h:32,
                 from ../gtk/gtkwindow.h:33,
                 from ../gtk/gtkdialog.h:32,
                 from gtkaboutdialog.h:28,
                 from gtkaboutdialog.c:35:
../gtk/gtkadjustment.h:49: error: field 'parent_instance' has incomplete type
../gtk/gtkadjustment.h:61: error: field 'parent_class' has incomplete type
In file included from ../gtk/gtkcontainer.h:33,
                 from ../gtk/gtkbin.h:32,
                 from ../gtk/gtkwindow.h:33,
                 from ../gtk/gtkdialog.h:32,
                 from gtkaboutdialog.h:28,
                 from gtkaboutdialog.c:35:
../gtk/gtkwidget.h:168: error: field 'object' has incomplete type
../gtk/gtkwidget.h:234: error: field 'parent_class' has incomplete type
In file included from gtkstock.h:32,
                 from gtkaboutdialog.c:46:
../gtk/gtkitemfactory.h:70: error: field 'object' has incomplete type
../gtk/gtkitemfactory.h:84: error: field 'object_class' has incomplete type
In file included from gtktextview.h:31,
                 from gtkaboutdialog.c:47:
../gtk/gtkimcontext.h:50: error: field 'parent_class' has incomplete type
gtkaboutdialog.c: In function 'activate_url':
gtkaboutdialog.c:1624: warning: initialization discards qualifiers from pointer target type
make[4]: *** [gtkaboutdialog.lo] Error 1
make[4]: Leaving directory `/home/haitsma/Programming/gnome2/gtk+/gtk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/haitsma/Programming/gnome2/gtk+/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/haitsma/Programming/gnome2/gtk+/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/haitsma/Programming/gnome2/gtk+'
make: *** [all] Error 2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]