libgail-gnome compilation failure - where report it??



This is the terminal output

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DVERSION=\"1.1.1\"
-D_XOPEN_SOURCE=500 -DORBIT2=1 -pthread -I/opt/gnome/include/atk-1.0
-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/opt/gnome/include -I/usr/include/freetype2 -I/opt/gnome/include/cairo
-I/opt/gnome/include/pango-1.0 -I/usr/include/libpng12
-I/usr/X11R6/include -I/opt/gnome/include/libbonobo-2.0
-I/opt/gnome/include/orbit-2.0
-I/opt/gnome/include/bonobo-activation-2.0
-I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/libxml2
-I/opt/gnome/include/libgnomecanvas-2.0
-I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libart-2.0
-I/opt/gnome/include/gconf/2 -I/opt/gnome/include/gnome-vfs-2.0
-I/opt/gnome/lib/gnome-vfs-2.0/include
-I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/at-spi-1.0
-I/opt/gnome/include/panel-2.0 -g -D_GNU_SOURCE -Wall
-Wp,-MD,.deps/bonobo-control-accessible.pp -c
bonobo-control-accessible.c  -fPIC -DPIC
-o .libs/bonobo-control-accessible.o
In file included from bonobo-control-accessible.c:24:
gail-gnome-debug.h:36: error: conflicting types for 'dprintf'
/usr/include/stdio.h:384: error: previous declaration of 'dprintf' was
here
gail-gnome-debug.h:36: error: conflicting types for 'dprintf'
/usr/include/stdio.h:384: error: previous declaration of 'dprintf' was
here
make[2]: *** [bonobo-control-accessible.lo] Error 1
make[2]: Leaving directory `/usr/src/GNOME/libgail-gnome/gail-gnome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/GNOME/libgail-gnome'
make: *** [all-recursive-am] Error 2

My build framework is something like 
        PATH="/opt/gnome/sbin:/opt/gnome/bin:$PATH"
        LD_LIBRARY_PATH="/opt/gnome/lib:$LD_LIBRARY_PATH"
        PKG_CONFIG_PATH="/opt/gnome/lib/pkgconfig"
        ACLOCAL_FLAGS="-I /opt/gnome/share/aclocal
        -I /usr/share/aclocal"
        CFLAGS="-g -D_GNU_SOURCE"
        
It seems that using instead
        CFLAGS="-g" 
everything goes fine. The -D_GNU_SOURCE option was (is still?) needed by
gnome-keyring.

BTW the bugzilla module for this bug is atk?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]