Re: [java-gnome-hackers] release candidate
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-02-03 05:10:36
|
On Tue, 2009-02-03 at 06:49 +0200, Serkan Kaba wrote: > optimizing for core2 (-march=nocona) reveals the warning. Hm. I just tried that (adding it manually to the CC variable in .config) and it again compiles here with no warning, sorry. I wonder what else it might be. 32bit vs 64bit, maybe? Perhaps if you were to post the full GCC command that your are running (trying using $ V=1 make to see) we might spot something. Mine was: $ rm tmp/objects/bindings_java_util.o $ V=1 make build/faster GCC src/jni/bindings_java_util.c /usr/bin/ccache /usr/bin/gcc -march=nocona -g -Wall -fPIC -I/opt/sun-jdk-1.6.0.11/include -I/opt/sun-jdk-1.6.0.11/include/linux -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Werror-implicit-function-declaration -Wfatal-errors -Isrc/jni -Itmp/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -o tmp/objects/bindings_java_util.o -c src/jni/bindings_java_util.c $ AfC Sydney |