User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) Build Identifier: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DLIBXFCE4MENU_COMPILATION -DLIBXFCE4MENU_VERSION_API=\"0.1\" -DG_LOG_DOMAIN=\"libxfce4menu\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -march=k8 -O2 -pipe -msse3 -ggdb -Wall -Werror -MT libxfce4menu_0_1_la-xfce-menu-layout.lo -MD -MP -MF .deps/libxfce4menu_0_1_la-xfce-menu-layout.Tpo -c xfce-menu-layout.c -fPIC -DPIC -o .libs/libxfce4menu_0_1_la-xfce-menu-layout.o cc1: warnings being treated as errors xfce-menu-layout.c: In function 'xfce_menu_layout_set_property': xfce-menu-layout.c:188: warning: 'layout' is used uninitialized in this function make[2]: *** [libxfce4menu_0_1_la-xfce-menu-layout.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... Reproducible: Always
Created attachment 1368 patch against svn r26090 This fixes compilation problems, as layout isn't used in these funcs, those two corrected lines are commented
Okay, fixed in revision 26106. Thanks for the hint!