At Thu, 13 Jul 2006 20:03:45 -0700 Ryan Tandy <[EMAIL PROTECTED]> wrote:

> Meino Christian Cramer wrote:
>> -O3 -m3dnow -march=athlon-xp
>> -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
>> -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
>> -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2
>
> Hmm... do you get a different result with, for example, CFLAGS="-Os
> -march=athlon-xp -pipe"?
>
> Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if
> changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to
> dig deeper. ;)

I get a very similar error with more modest CFLAGS.

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -march=pentium4 -pipe -O2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-axis.lo -MD -MP -MF
.deps/gog-axis.Tpo -c gog-axis.c -fPIC -DPIC -o .libs/gog-axis.o if
/bin/sh ../../../../libtool --mode=compile i686-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -march=pentium4 -pipe -O2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-label.lo -MD -MP -MF
".deps/gog-label.Tpo" \ -c -o gog-label.lo `test -f 'gog-label.c' ||
echo './'`gog-label.c; \ then mv -f ".deps/gog-label.Tpo"
".deps/gog-label.Plo"; \ else rm -f ".deps/gog-label.Tpo"; exit 1; \
fi gog-axis.c:1683:58: macro "GSF_CLASS_FULL" requires 10 arguments,
but only 7 given gog-axis.c:1686: error: syntax error before
"GogAxisType" gog-axis.c:1536: warning: 'gog_axis_class_init' defined
but not used gog-axis.c:1622: warning: 'gog_axis_init' defined but not
used gog-axis.c:1674: warning: 'gog_axis_dataset_init' defined but not
used make[7]: *** [gog-axis.lo] Error 1 make[7]: *** Waiting for
unfinished jobs....
-- 
gentoo-user@gentoo.org mailing list

Reply via email to