User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7 Build Identifier: I was just updating my xfce svn trunk (rev 23362) and I ran into a compile error with xfdesktop: ----------------------------- if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../common -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DSYSCONFDIR=\"/etc\" -DXFCEMODDIR=\"/usr/lib/xfce4/modules\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DEXO_API_SUBJECT_TO_CHANGE -DDBUS_API_SUBJECT_TO_CHANGE -pthread -I/usr/include/thunar-vfs-1 -I/usr/include/exo-0.3 -I/usr/include/gtk-2.0 -I/usr/include/xfce4 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -march=k8 -fomit-frame-pointer -pipe -funroll-loops -MT xfdesktop-xfdesktop-volume-icon.o -MD -MP -MF ".deps/xfdesktop-xfdesktop-volume-icon.Tpo" -c -o xfdesktop-xfdesktop-volume-icon.o `test -f 'xfdesktop-volume-icon.c' || echo './'`xfdesktop-volume-icon.c; \ then mv -f ".deps/xfdesktop-xfdesktop-volume-icon.Tpo" ".deps/xfdesktop-xfdesktop-volume-icon.Po"; else rm -f ".deps/xfdesktop-xfdesktop-volume-icon.Tpo"; exit 1; fi xfdesktop-special-file-icon.c:693:2: unterminated argument list invoking macro "G_DEFINE_TYPE_EXTENDED" xfdesktop-special-file-icon.c:105: error: syntax error at end of input make[3]: *** [xfdesktop-xfdesktop-special-file-icon.o] Error 1 make[3]: Leaving directory `/var/tmp/portage/xfdesktop-9999/work/xfdesktop-9999/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/xfdesktop-9999/work/xfdesktop-9999/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/xfdesktop-9999/work/xfdesktop-9999'make: *** [all] Error 2 ---------------------------------- I'm using Gentoo with GCC 4.1.1. Reproducible: Always Steps to Reproduce:
Weird, not sure how that happened.
Rev 23379 compiles fine. Thanks for fixing it.