Hi, I'm trying to build Gyrus on SUSE 9.3. The configure script does not complain, but I cannot built it anyway. Here's what I get when I run make: ------------------------------------------------------------ dastev workstation09:~/Desktop/gyrus-0.3.6> make make all-recursive make[1]: Entering directory `/home/dastev/Desktop/gyrus-0.3.6' Making all in src make[2]: Entering directory `/home/dastev/Desktop/gyrus-0.3.6/src' make all-recursive make[3]: Entering directory `/home/dastev/Desktop/gyrus-0.3.6/src' Making all in glade make[4]: Entering directory `/home/dastev/Desktop/gyrus-0.3.6/src/glade' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/dastev/Desktop/gyrus-0.3.6/src/glade' Making all in pixmaps make[4]: Entering directory `/home/dastev/Desktop/gyrus-0.3.6/src/pixmaps' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/dastev/Desktop/gyrus-0.3.6/src/pixmaps' make[4]: Entering directory `/home/dastev/Desktop/gyrus-0.3.6/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGYRUS_DATA_DIR=\""/usr/local/share"\" -DGYRUS_GLADE_DIR=\""/usr/local/share/gyrus/glade"\" -DGYRUS_PIXMAPS_DIR=\""/usr/local/share/gyrus/pixmaps"\" -DGNOME_LOCALE_DIR=\""/usr/local/share/locale"\" -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DORBIT2=1 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/usr/include/gnet-2.0 -I/usr/lib/gnet-2.0/include/ -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/libglade-2.0 -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/libgnomeprintui-2.2 -I/opt/gnome/include/libgnomeprint-2.2 -I/usr/local/include -I/usr/local/include -Wall -I/usr/local/include -I/usr/local/include -g -O2 -MT gyrus-admin.o -MD -MP -MF ".deps/gyrus-admin.Tpo" -c -o gyrus-admin.o gyrus-admin.c; \ then mv -f ".deps/gyrus-admin.Tpo" ".deps/gyrus-admin.Po"; else rm -f ".deps/gyrus-admin.Tpo"; exit 1; fi In file included from /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h:33, from /opt/gnome/include/gtk-2.0/gdk/gdkcursor.h:5, from /opt/gnome/include/gtk-2.0/gdk/gdk.h:31, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:31, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:163: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:163: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:163: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:184: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:184: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:184: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:201: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:201: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h:201: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkbin.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkwindow.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:129: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:129: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:129: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:207: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:207: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:207: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:210: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:210: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkobject.h:210: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkbin.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkwindow.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:438: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:438: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:438: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:447: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:447: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:447: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:719: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:719: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkwidget.h:719: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkbin.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkwindow.h:33, from /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:32, from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:177: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:177: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:177: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:181: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:181: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:181: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:185: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:185: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcontainer.h:185: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:28, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:133: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:133: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:133: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:143: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:143: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkdialog.h:143: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:32, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:65: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:65: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkaboutdialog.h:65: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:26, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:49, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:127: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:127: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:127: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:142: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:142: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktreeviewcolumn.h:142: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:49, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:83: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:83: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkcelllayout.h:83: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtkcombobox.h:25, from /opt/gnome/include/gtk-2.0/gtk/gtk.h:65, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtktreeview.h:170: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktreeview.h:170: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktreeview.h:170: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:82, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:58: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:58: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:58: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:64: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:64: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtkfilechooserdialog.h:64: warning: data definition has no type or storage class In file included from /opt/gnome/include/gtk-2.0/gtk/gtk.h:158, from gyrus-admin.c:26: /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:189: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:189: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:189: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:196: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:196: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:196: warning: data definition has no type or storage class /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:295: error: syntax error before "G_GNUC_SENTINEL" /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:295: warning: type defaults to `int' in declaration of `G_GNUC_SENTINEL' /opt/gnome/include/gtk-2.0/gtk/gtktextbuffer.h:295: warning: data definition has no type or storage class gyrus-admin.c: In function `gyrus_admin_initialize_mailbox_tree_view': gyrus-admin.c:541: warning: implicit declaration of function `gtk_tree_view_column_set_attributes' make[4]: *** [gyrus-admin.o] Error 1 make[4]: Leaving directory `/home/dastev/Desktop/gyrus-0.3.6/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/dastev/Desktop/gyrus-0.3.6/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/dastev/Desktop/gyrus-0.3.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dastev/Desktop/gyrus-0.3.6' make: *** [all] Error 2 dastev workstation09:~/Desktop/gyrus-0.3.6> ------------------------------------------------------------ I'm using: gconf2: 2.10.0-5 gtk2: 2.6.4-6 libglade2: 2.5.1-6 libgnomeui: 2.10.0-4 gnet: 2.0.5-29 libgnomeprintui: 2.10.1-3 Any idea what I'm doing wrong? Regards, Stefan
Attachment:
pgpAyGpGDqsEv.pgp
Description: PGP signature