make[1]: *** [vfs_la-vfsmodule.lo] Error 1



I am attempting to compile gnome-python-2.0.2 on a RH9 machine and when I run "make" it errors out. I took the liberty of snipping what I thought was the less important output, however, also provided the complete output in the accompanying attachment in case I may have left out something pertinent.

the error output is as follows:

<snipped>
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfsmodule.lo -MD -MP -MF .deps/vfs_la-vfsmodule.Tpo -c vfsmodule.c -fPIC -DPIC -o .libs/vfs_la-vfsmodule.o
vfsmodule.c: In function `pygnome_vfs_result_check':
vfsmodule.c:186: `GNOME_VFS_ERROR_NO_MASTER_BROWSER' undeclared (first use in this function)
vfsmodule.c:186: (Each undeclared identifier is reported only once
vfsmodule.c:186: for each function it appears in.)
vfsmodule.c: In function `pygnome_vfs_exception_check':
vfsmodule.c:295: `GNOME_VFS_ERROR_NO_MASTER_BROWSER' undeclared (first use in this function)
vfsmodule.c: In function `pygvfs_read_entire_file':
vfsmodule.c:774: warning: implicit declaration of function `gnome_vfs_read_entire_file'
vfsmodule.c: In function `register_constants':
vfsmodule.c:1654: `GNOME_VFS_XFER_FOLLOW_LINKS_RECURSIVE' undeclared (first use in this function)
make[1]: *** [vfs_la-vfsmodule.lo] Error 1
make[1]: Leaving directory `/usr/local/gnome-python-2.0.2/gnome'
make: *** [check-recursive] Error 1

I am obviously missing something, I read the install info in the tar package after untarring it but apparently there is still something I am unclear about. Any assistance would benefit me greatly TIA.
gnome-python-2.0.2.tar.gz compilation

[root RH90-Lin gnome-python-2.0.2]# export PKG_CONFIG_PATH=/usr/lib/pkgconfig:PKG_CONFIG_PATH
[root RH90-Lin gnome-python-2.0.2]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/bin/python
checking for python version... 2.2
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.2/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.2/site-packages
checking for headers required to compile python extensions... found
checking for pkg-config... /usr/local/bin/pkg-config
checking for pygtk-2.0 >= 2.0.0... yes
checking PYGTK_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0
checking PYGTK_LIBS... -lgobject-2.0 -lglib-2.0
checking for pygtk-codegen-2.0... /usr/local/bin/pygtk-codegen-2.0
checking for pygtk defs... /usr/local/share/pygtk/2.0/defs
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.2.4)
checking for libgnome-2.0 >= 2.0.0... yes
checking GNOME_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0
checking GNOME_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lgnome-2 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for pyorbit-2 >= 2.0.0... yes
checking PYORBIT_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pyorbit-2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0
checking PYORBIT_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libgnomeui-2.0 >= 2.0.0... yes
checking GNOMEUI_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include
checking GNOMEUI_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libgnomecanvas-2.0 >= 2.0.0... yes
checking GNOMECANVAS_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include
checking GNOMECANVAS_LIBS... -Wl,--export-dynamic -L/usr/local/lib -lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gnome-vfs-2.0 >= 2.0.0                         pyorbit-2 >= 2.0.0... yes
checking GNOMEVFS_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2
checking GNOMEVFS_LIBS... -pthread -Wl,--export-dynamic -L/usr/local/lib -lgnomevfs-2 -lbonobo-activation -lxml2 -lz -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libzvt-2.0 >= 2.0.0... yes
checking LIBZVT_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libzvt-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
checking LIBZVT_LIBS... -Wl,--export-dynamic -L/usr/local/lib -lzvt-2.0 -lutil -lgtk-x11-2.0 -lart_lgpl_2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for libpanelapplet-2.0 >= 2.0.0... yes
checking LIBPANELAPPLET_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/panel-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0
checking LIBPANELAPPLET_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for gconf-2.0 >= 1.2.0... yes
checking GCONF_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0
checking GCONF_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lgconf-2 -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libgtkhtml-2.0 >= 2.0.0... yes
checking GTKHTML2_CFLAGS... -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gtkhtml-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
checking GTKHTML2_LIBS... -Wl,--export-dynamic -L/usr/local/lib -lgtkhtml-2 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for bonobo-activation-2.0 >= 1.0.0... yes
checking BONOBO_ACTIVATION_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0
checking BONOBO_ACTIVATION_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libbonobo-2.0 >= 2.0.0... yes
checking BONOBO_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/linc-1.0
checking BONOBO_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libbonoboui-2.0 >= 2.0.0 libgnome-2.0 >= 2.0.0... yes
checking BONOBOUI_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include
checking BONOBOUI_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lbonoboui-2 -lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgnome-2 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libnautilus >= 2.0.0... yes
checking LIBNAUTILUS_CFLAGS... -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/eel-2 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libart-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/libglade-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
checking LIBNAUTILUS_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lnautilus -leel-2 -lgnomeui-2 -lSM -lICE -lgailutil -lglade-2.0 -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libgnomeprint-2.2 >= 2.2.0... yes
checking LIBGNOMEPRINT_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnomeprint-2.2 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0
checking LIBGNOMEPRINT_LIBS... -Wl,--export-dynamic -L/usr/local/lib -lgnomeprint-2-2 -lart_lgpl_2 -lxml2 -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for libgnomeprintui-2.2 >= 2.2.0... yes
checking LIBGNOMEPRINTUI_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnomeprintui-2.2 -I/usr/local/include/libgnomeprint-2.2 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include
checking LIBGNOMEPRINTUI_LIBS... -Wl,--export-dynamic -L/usr/local/lib -lgnomeprintui-2-2 -lgnomeprint-2-2 -lgnomecanvas-2 -lxml2 -lz -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking whether gcc understands -Wall... yes
checking whether gcc understands -std=c9x... yes
checking whether gcc understands -fno-strict-aliasing... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gconf/Makefile
config.status: creating gtkhtml2/Makefile
config.status: creating gnome/Makefile
config.status: creating gnomeprint/Makefile
config.status: creating bonobo/Makefile
config.status: creating gnome-python.spec
config.status: creating gnome-python-2.0.pc
config.status: creating PKG-INFO
config.status: creating config.h
config.status: executing depfiles commands

The following modules will be built:

gnome
gnome.ui
gnome.canvas
gnome.vfs
zvt
gconf
gtkhtml2
bonobo
bonobo.activation
bonobo.ui
gnome.applet
nautilus
gnomeprint
gnomeprint.ui

The following modules will NOT be built:

[root RH90-Lin gnome-python-2.0.2]#

[root RH90-Lin gnome-python-2.0.2]# make check
Making check in gconf
make[1]: Entering directory `/usr/local/gnome-python-2.0.2/gconf'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gconf_la-gconfmodule.lo -MD -MP -MF ".deps/gconf_la-gconfmodule.Tpo" \
  -c -o gconf_la-gconfmodule.lo `test -f 'gconfmodule.c' || echo './'`gconfmodule.c; \
then mv -f ".deps/gconf_la-gconfmodule.Tpo" ".deps/gconf_la-gconfmodule.Plo"; \
else rm -f ".deps/gconf_la-gconfmodule.Tpo"; exit 1; \
fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gconf_la-gconfmodule.lo -MD -MP -MF .deps/gconf_la-gconfmodule.Tpo -c gconfmodule.c  -fPIC -DPIC -o .libs/gconf_la-gconfmodule.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gconf_la-gconf-fixes.lo -MD -MP -MF ".deps/gconf_la-gconf-fixes.Tpo" \
  -c -o gconf_la-gconf-fixes.lo `test -f 'gconf-fixes.c' || echo './'`gconf-fixes.c; \
then mv -f ".deps/gconf_la-gconf-fixes.Tpo" ".deps/gconf_la-gconf-fixes.Plo"; \
else rm -f ".deps/gconf_la-gconf-fixes.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gconf_la-gconf-fixes.lo -MD -MP -MF .deps/gconf_la-gconf-fixes.Tpo -c gconf-fixes.c  -fPIC -DPIC -o .libs/gconf_la-gconf-fixes.o
(cd . \
 && /usr/local/bin/pygtk-codegen-2.0 \
    --override gconf.override \
    --prefix pygconf gconf.defs) > gen-gconf.c \
&& cp gen-gconf.c gconf.c \
&& rm -f gen-gconf.c
Could not write method GConfValue.set_list_nocopy: No ArgType for GSList*
Could not write method GConfValue.set_list: No ArgType for GSList*
Could not write method GConfMetaInfo.set_mod_time: No ArgType for GTime
Could not write method GConfClient.error: No ArgType for GError*
Could not write method GConfClient.unreturned_error: No ArgType for GError*
Could not write method GConfClient.commit_change_set: No ArgType for GConfChangeSet*
Could not write method GConfClient.reverse_change_set: No ArgType for GConfChangeSet*
Could not write method GConfClient.change_set_from_currentv: No ArgType for const-gchar**
Could not write method GConfClient.change_set_from_current: varargs functions not supported
Could not write function client_get_for_engine: No ArgType for GConfEngine*
Could not write function gconf_client_set_global_default_error_handler: No ArgType for GConfClientErrorHandlerFunc
Could not write function engine_get_for_address: No ArgType for GConfEngine*
Could not write function valid_key: No ArgType for gchar**
Could not write function string_to_enum: No ArgType for GConfEnumStringPair[]
Could not write function enum_to_string: No ArgType for GConfEnumStringPair[]
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gconf_la-gconf.lo -MD -MP -MF ".deps/gconf_la-gconf.Tpo" \
  -c -o gconf_la-gconf.lo `test -f 'gconf.c' || echo './'`gconf.c; \
then mv -f ".deps/gconf_la-gconf.Tpo" ".deps/gconf_la-gconf.Plo"; \
else rm -f ".deps/gconf_la-gconf.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT gconf_la-gconf.lo -MD -MP -MF .deps/gconf_la-gconf.Tpo -c gconf.c  -fPIC -DPIC -o .libs/gconf_la-gconf.o
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -std=c9x -fno-strict-aliasing   -o gconf.la -rpath /usr/local/lib/python2.2/site-packages/gtk-2.0 -module -avoid-version -export-symbols-regex initgconf gconf_la-gconfmodule.lo gconf_la-gconf-fixes.lo gconf_la-gconf.lo -pthread -L/usr/local/lib -lgconf-2 -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
generating symbol list for `gconf.la'
/usr/bin/nm -B  .libs/gconf_la-gconfmodule.o .libs/gconf_la-gconf-fixes.o .libs/gconf_la-gconf.o  | sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[        ][       ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /bin/sed 's/.* //' | sort | uniq > .libs/gconf.exp
grep -E -e "initgconf" ".libs/gconf.exp" > ".libs/gconf.expT"
mv -f ".libs/gconf.expT" ".libs/gconf.exp"
echo "{ global:" > .libs/gconf.ver
 cat .libs/gconf.exp | sed -e "s/\(.*\)/\1;/" >> .libs/gconf.ver
 echo "local: *; };" >> .libs/gconf.ver
 gcc -shared  .libs/gconf_la-gconfmodule.o .libs/gconf_la-gconf-fixes.o .libs/gconf_la-gconf.o  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/lib -pthread -L/usr/local/lib /usr/local/lib/libgconf-2.so /usr/local/lib/libORBit-2.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so  -Wl,-soname -Wl,gconf.so -Wl,-version-script -Wl,.libs/gconf.ver -o .libs/gconf.so
creating gconf.la
(cd .libs && rm -f gconf.la && ln -s ../gconf.la gconf.la)
make[1]: Leaving directory `/usr/local/gnome-python-2.0.2/gconf'
Making check in gnome
make[1]: Entering directory `/usr/local/gnome-python-2.0.2/gnome'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gnome_la-gnomemodule.lo -MD -MP -MF ".deps/_gnome_la-gnomemodule.Tpo" \
  -c -o _gnome_la-gnomemodule.lo `test -f 'gnomemodule.c' || echo './'`gnomemodule.c; \
then mv -f ".deps/_gnome_la-gnomemodule.Tpo" ".deps/_gnome_la-gnomemodule.Plo"; \
else rm -f ".deps/_gnome_la-gnomemodule.Tpo"; exit 1; \
fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gnome_la-gnomemodule.lo -MD -MP -MF .deps/_gnome_la-gnomemodule.Tpo -c gnomemodule.c  -fPIC -DPIC -o .libs/_gnome_la-gnomemodule.o
(cd . \
 && /usr/local/bin/pygtk-codegen-2.0 \
    --load-types ../bonobo/bonobo-arg-types.py \
    --register /usr/local/share/pygtk/2.0/defs/pango-types.defs \
    --register /usr/local/share/pygtk/2.0/defs/gdk-types.defs \
    --register /usr/local/share/pygtk/2.0/defs/gtk-types.defs \
    --register ../bonobo/bonobo-types.defs \
    --register ../bonobo/bonoboui-types.defs \
    --override gnome.override \
    --prefix pygnome gnome.defs) > gen-gnome.c \
&& cp gen-gnome.c gnome.c \
&& rm -f gen-gnome.c
Could not write method GnomeProgram.locate_file: No ArgType for GSList**
Could not write method GnomeProgram.preinit: No ArgType for char**
Could not write function config_get_translated_string_with_default_: No ArgType for gboolean*
Could not write function config_get_int_with_default_: No ArgType for gboolean*
Could not write function config_get_float_with_default_: No ArgType for gboolean*
Could not write function config_get_bool_with_default_: No ArgType for gboolean*
Could not write function config_get_vector_with_default_: No ArgType for gint*
Could not write function config_set_vector_: No ArgType for const-char*-const[]
Could not write function config_make_vector: No ArgType for int*
Could not write function config_assemble_vector: No ArgType for const-char*-const-argv
Could not write function config_set_set_handler: No ArgType for void
Could not write function config_set_sync_handler: No ArgType for void
Could not write function execute_async_fds: No ArgType for char*-const[]
Could not write function execute_async_with_env: No ArgType for char*-const[]
Could not write function execute_async_with_env_fds: No ArgType for char*-const[]
Could not write function prepend_terminal_to_vector: No ArgType for int*
Could not write function program_module_register: No ArgType for const-GnomeModuleInfo*
Could not write function program_module_registered: No ArgType for const-GnomeModuleInfo*
Could not write function program_install_property: No ArgType for GnomeProgramClass*
Could not write function program_initv: No ArgType for const-GnomeModuleInfo*
Could not write function score_get_notable: No ArgType for gchar***
Could not write function triggers_do: varargs functions not supported
Could not write function triggers_vdo: No ArgType for const-char*[]
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gnome_la-gnome.lo -MD -MP -MF ".deps/_gnome_la-gnome.Tpo" \
  -c -o _gnome_la-gnome.lo `test -f 'gnome.c' || echo './'`gnome.c; \
then mv -f ".deps/_gnome_la-gnome.Tpo" ".deps/_gnome_la-gnome.Plo"; \
else rm -f ".deps/_gnome_la-gnome.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT _gnome_la-gnome.lo -MD -MP -MF .deps/_gnome_la-gnome.Tpo -c gnome.c  -fPIC -DPIC -o .libs/_gnome_la-gnome.o
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -std=c9x -fno-strict-aliasing   -o _gnome.la -rpath /usr/local/lib/python2.2/site-packages/gtk-2.0/gnome -module -avoid-version -export-symbols-regex init_gnome _gnome_la-gnomemodule.lo _gnome_la-gnome.lo -pthread -L/usr/local/lib -lgnome-2 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
generating symbol list for `_gnome.la'
/usr/bin/nm -B  .libs/_gnome_la-gnomemodule.o .libs/_gnome_la-gnome.o  | sed -n -e 's/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /bin/sed 's/.* //' | sort | uniq > .libs/_gnome.exp
grep -E -e "init_gnome" ".libs/_gnome.exp" > ".libs/_gnome.expT"
mv -f ".libs/_gnome.expT" ".libs/_gnome.exp"
echo "{ global:" > .libs/_gnome.ver
 cat .libs/_gnome.exp | sed -e "s/\(.*\)/\1;/" >> .libs/_gnome.ver
 echo "local: *; };" >> .libs/_gnome.ver
 gcc -shared  .libs/_gnome_la-gnomemodule.o .libs/_gnome_la-gnome.o  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/lib -pthread -L/usr/local/lib /usr/local/lib/libgnome-2.so /usr/local/lib/libbonobo-2.so /usr/local/lib/libgconf-2.so /usr/local/lib/libgnomevfs-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBit-2.so /usr/lib/libxml2.so -lz -lm /usr/local/lib/liblinc.so /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so  -Wl,-soname -Wl,_gnome.so -Wl,-version-script -Wl,.libs/_gnome.ver -o .libs/_gnome.so
creating _gnome.la
(cd .libs && rm -f _gnome.la && ln -s ../_gnome.la _gnome.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT ui_la-uimodule.lo -MD -MP -MF ".deps/ui_la-uimodule.Tpo" \
  -c -o ui_la-uimodule.lo `test -f 'uimodule.c' || echo './'`uimodule.c; \
then mv -f ".deps/ui_la-uimodule.Tpo" ".deps/ui_la-uimodule.Plo"; \
else rm -f ".deps/ui_la-uimodule.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT ui_la-uimodule.lo -MD -MP -MF .deps/ui_la-uimodule.Tpo -c uimodule.c  -fPIC -DPIC -o .libs/ui_la-uimodule.o
(cd . \
 && /usr/local/bin/pygtk-codegen-2.0 \
    --load-types ../bonobo/bonobo-arg-types.py \
    --register /usr/local/share/pygtk/2.0/defs/pango-types.defs \
    --register /usr/local/share/pygtk/2.0/defs/gdk-types.defs \
    --register /usr/local/share/pygtk/2.0/defs/gtk-types.defs \
    --register ../bonobo/bonobo-types.defs \
    --register ../bonobo/bonoboui-types.defs \
    --override ui.override \
    --prefix pyui ui.defs) > gen-ui.c \
&& cp gen-ui.c ui.c \
&& rm -f gen-ui.c
Could not write method GnomeAbout.construct: No ArgType for const-gchar**
Could not write method GnomeApp.create_menus: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.create_menus_interp: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.create_menus_with_data: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.create_menus_custom: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.create_toolbar: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.create_toolbar_interp: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.create_toolbar_with_data: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.create_toolbar_custom: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.insert_menus_custom: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.insert_menus: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.insert_menus_with_data: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.insert_menus_interp: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.install_menu_hints: No ArgType for GnomeUIInfo*
Could not write method GnomeApp.question: No ArgType for GnomeReplyCallback
Could not write method GnomeApp.question_modal: No ArgType for GnomeReplyCallback
Could not write method GnomeApp.ok_cancel: No ArgType for GnomeReplyCallback
Could not write method GnomeApp.ok_cancel_modal: No ArgType for GnomeReplyCallback
Could not write method GnomeApp.request_string: No ArgType for GnomeStringCallback
Could not write method GnomeApp.request_password: No ArgType for GnomeStringCallback
Could not write method GnomeApp.progress_timeout: No ArgType for GnomeAppProgressFunc
Could not write method GnomeApp.progress_manual: No ArgType for GnomeAppProgressCancelFunc
Could not write method GnomeClient.add_static_arg: varargs functions not supported
Could not write method GnomeClient.set_process_id: No ArgType for pid_t
Could not write method GnomeClient.request_interaction: No ArgType for GnomeInteractFunction
Could not write method GnomeClient.request_interaction_interp: No ArgType for GtkCallbackMarshal
Could not write method GnomeColorPicker.get_d: No ArgType for gdouble*
Could not write method GnomeColorPicker.get_i8: No ArgType for guint8*
Could not write method GnomeColorPicker.get_i16: No ArgType for gushort*
Could not write constructor for GnomeDialog: varargs functions not supported
Could not write method GnomeDialog.button_connect: No ArgType for GtkSignalFunc
Could not write method GnomeDialog.button_connect_object: No ArgType for GtkSignalFunc
Could not write method GnomeDialog.set_accelerator: No ArgType for const-guchar
Could not write method GnomeDialog.append_buttons: varargs functions not supported
Could not write method GnomeDialog.append_buttonsv: No ArgType for const-gchar**
Could not write method GnomeDialog.append_buttons_with_pixmaps: No ArgType for const-gchar**
Could not write method GnomeDialog.construct: No ArgType for va_list
Could not write method GnomeDialog.constructv: No ArgType for const-gchar**
Could not write method GnomeDruid.construct_with_window: No ArgType for GtkWidget**
Could not write method GnomeIconList.set_icon_data_full: No ArgType for gpointer
Could not write method GnomeIconList.find_icon_from_data: No ArgType for gpointer
Could not write method GnomeIconList.get_icon_pixbuf_item: No ArgType for GnomeCanvasPixbuf*
Could not write method GnomeMDI.set_menubar_template: No ArgType for GnomeUIInfo*
Could not write method GnomeMDI.set_toolbar_template: No ArgType for GnomeUIInfo*
Could not write method GnomeMDIChild.set_menu_template: No ArgType for GnomeUIInfo*
Could not write method GnomeMDIGenericChild.set_view_creator: No ArgType for GnomeMDIChildViewCreator
Could not write method GnomeMDIGenericChild.set_view_creator_full: No ArgType for GnomeMDIChildViewCreator
Could not write method GnomeMDIGenericChild.set_menu_creator: No ArgType for GnomeMDIChildMenuCreator
Could not write method GnomeMDIGenericChild.set_menu_creator_full: No ArgType for GnomeMDIChildMenuCreator
Could not write method GnomeMDIGenericChild.set_config_func: No ArgType for GnomeMDIChildConfigFunc
Could not write method GnomeMDIGenericChild.set_config_func_full: No ArgType for GnomeMDIChildConfigFunc
Could not write method GnomeMDIGenericChild.set_label_func: No ArgType for GnomeMDIChildLabelFunc
Could not write method GnomeMDIGenericChild.set_label_func_full: No ArgType for GnomeMDIChildLabelFunc
Could not write constructor for GnomeMessageBox: varargs functions not supported
Could not write method GnomeMessageBox.construct: No ArgType for const-gchar**
Could not write method GnomePixmap.load_xpm_d: No ArgType for const-char**
Could not write method GnomePixmap.load_xpm_d_at_size: No ArgType for const-char**
Could not write constructor for GnomeScores: No ArgType for gchar**
Could not write method GnomeScores.construct: No ArgType for gchar**
Could not write function app_fill_menu: No ArgType for GnomeUIInfo*
Could not write function app_fill_menu_with_data: No ArgType for GnomeUIInfo*
Could not write function app_fill_menu_custom: No ArgType for GnomeUIInfo*
Could not write function app_ui_configure_configurable: No ArgType for GnomeUIInfo*
Could not write function app_fill_toolbar: No ArgType for GnomeUIInfo*
Could not write function app_fill_toolbar_with_data: No ArgType for GnomeUIInfo*
Could not write function app_fill_toolbar_custom: No ArgType for GnomeUIInfo*
Could not write function app_find_menu_pos: No ArgType for gint*
Could not write function app_install_appbar_menu_hints: No ArgType for GnomeUIInfo*
Could not write function app_install_statusbar_menu_hints: No ArgType for GnomeUIInfo*
Could not write function app_set_progress: No ArgType for GnomeAppProgressKey
Could not write function app_progress_done: No ArgType for GnomeAppProgressKey
Could not write function gnome_client_module_info_get: No ArgType for const-GnomeModuleInfo*
Could not write function gnome_question_dialog: No ArgType for GnomeReplyCallback
Could not write function gnome_question_dialog_parented: No ArgType for GnomeReplyCallback
Could not write function gnome_question_dialog_modal: No ArgType for GnomeReplyCallback
Could not write function gnome_question_dialog_modal_parented: No ArgType for GnomeReplyCallback
Could not write function gnome_ok_cancel_dialog: No ArgType for GnomeReplyCallback
Could not write function gnome_ok_cancel_dialog_parented: No ArgType for GnomeReplyCallback
Could not write function gnome_ok_cancel_dialog_modal: No ArgType for GnomeReplyCallback
Could not write function gnome_ok_cancel_dialog_modal_parented: No ArgType for GnomeReplyCallback
Could not write function gnome_request_string_dialog: No ArgType for GnomeStringCallback
Could not write function gnome_request_string_dialog_parented: No ArgType for GnomeStringCallback
Could not write function gnome_request_password_dialog: No ArgType for GnomeStringCallback
Could not write function gnome_request_password_dialog_parented: No ArgType for GnomeStringCallback
Could not write function gnome_request_dialog: No ArgType for const-guint16
Could not write function mdi_get_menubar_info: No ArgType for GnomeUIInfo*
Could not write function mdi_get_toolbar_info: No ArgType for GnomeUIInfo*
Could not write function mdi_get_child_menu_info: No ArgType for GnomeUIInfo*
Could not write function popup_menu_attach: No ArgType for gpointer
Could not write function popup_menu_do_popup: No ArgType for GtkMenuPositionFunc
Could not write function popup_menu_do_popup_modal: No ArgType for GtkMenuPositionFunc
Could not write function popup_menu_append: No ArgType for GnomeUIInfo*
Could not write function gnome_gtk_widget_add_popup_items: No ArgType for GnomeUIInfo*
Could not write function gnome_gtk_module_info_get: No ArgType for const-GnomeModuleInfo*
Could not write function gnome_init_with_popt_table: No ArgType for char**
Could not write function gnome_gdk_pixbuf_new_from_uri_async: No ArgType for GnomeGdkPixbufLoadCallback
Could not write function gnome_gdk_pixbuf_new_from_uri_cancel: No ArgType for GnomeGdkPixbufAsyncHandle*
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT ui_la-ui.lo -MD -MP -MF ".deps/ui_la-ui.Tpo" \
  -c -o ui_la-ui.lo `test -f 'ui.c' || echo './'`ui.c; \
then mv -f ".deps/ui_la-ui.Tpo" ".deps/ui_la-ui.Plo"; \
else rm -f ".deps/ui_la-ui.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT ui_la-ui.lo -MD -MP -MF .deps/ui_la-ui.Tpo -c ui.c  -fPIC -DPIC -o .libs/ui_la-ui.o
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -std=c9x -fno-strict-aliasing   -o ui.la -rpath /usr/local/lib/python2.2/site-packages/gtk-2.0/gnome -module -avoid-version -export-symbols-regex initui ui_la-uimodule.lo ui_la-ui.lo -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
generating symbol list for `ui.la'
/usr/bin/nm -B  .libs/ui_la-uimodule.o .libs/ui_la-ui.o  | sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[  ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /bin/sed 's/.* //' | sort | uniq > .libs/ui.exp
grep -E -e "initui" ".libs/ui.exp" > ".libs/ui.expT"
mv -f ".libs/ui.expT" ".libs/ui.exp"
echo "{ global:" > .libs/ui.ver
 cat .libs/ui.exp | sed -e "s/\(.*\)/\1;/" >> .libs/ui.ver
 echo "local: *; };" >> .libs/ui.ver
 gcc -shared  .libs/ui_la-uimodule.o .libs/ui_la-ui.o  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/lib -pthread -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeui-2.so -lSM -lICE /usr/local/lib/libbonoboui-2.so /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libgnome-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangoxft-1.0.so /usr/local/lib/libpangox-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libbonobo-2.so /usr/local/lib/libgconf-2.so /usr/local/lib/libgnomevfs-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBit-2.so /usr/lib/libxml2.so -lz -lm /usr/local/lib/liblinc.so /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so  -Wl,-soname -Wl,ui.so -Wl,-version-script -Wl,.libs/ui.ver -o .libs/ui.so
creating ui.la
(cd .libs && rm -f ui.la && ln -s ../ui.la ui.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT canvas_la-canvasmodule.lo -MD -MP -MF ".deps/canvas_la-canvasmodule.Tpo" \
  -c -o canvas_la-canvasmodule.lo `test -f 'canvasmodule.c' || echo './'`canvasmodule.c; \
then mv -f ".deps/canvas_la-canvasmodule.Tpo" ".deps/canvas_la-canvasmodule.Plo"; \
else rm -f ".deps/canvas_la-canvasmodule.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT canvas_la-canvasmodule.lo -MD -MP -MF .deps/canvas_la-canvasmodule.Tpo -c canvasmodule.c  -fPIC -DPIC -o .libs/canvas_la-canvasmodule.o
(cd . \
 && /usr/local/bin/pygtk-codegen-2.0 \
    --load-types ../bonobo/bonobo-arg-types.py \
    --register /usr/local/share/pygtk/2.0/defs/pango-types.defs \
    --register /usr/local/share/pygtk/2.0/defs/gdk-types.defs \
    --register /usr/local/share/pygtk/2.0/defs/gtk-types.defs \
    --register ../bonobo/bonobo-types.defs \
    --register ../bonobo/bonoboui-types.defs \
    --override canvas.override \
    --prefix pycanvas canvas.defs) > gen-canvas.c \
&& cp gen-canvas.c canvas.c \
&& rm -f gen-canvas.c
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT canvas_la-canvas.lo -MD -MP -MF ".deps/canvas_la-canvas.Tpo" \
  -c -o canvas_la-canvas.lo `test -f 'canvas.c' || echo './'`canvas.c; \
then mv -f ".deps/canvas_la-canvas.Tpo" ".deps/canvas_la-canvas.Plo"; \
else rm -f ".deps/canvas_la-canvas.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT canvas_la-canvas.lo -MD -MP -MF .deps/canvas_la-canvas.Tpo -c canvas.c  -fPIC -DPIC -o .libs/canvas_la-canvas.o
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -std=c9x -fno-strict-aliasing   -o canvas.la -rpath /usr/local/lib/python2.2/site-packages/gtk-2.0/gnome -module -avoid-version -export-symbols-regex initcanvas canvas_la-canvasmodule.lo canvas_la-canvas.lo -L/usr/local/lib -lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
generating symbol list for `canvas.la'
/usr/bin/nm -B  .libs/canvas_la-canvasmodule.o .libs/canvas_la-canvas.o  | sed -n -e 's/^.*[    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /bin/sed 's/.* //' | sort | uniq > .libs/canvas.exp
grep -E -e "initcanvas" ".libs/canvas.exp" > ".libs/canvas.expT"
mv -f ".libs/canvas.expT" ".libs/canvas.exp"
echo "{ global:" > .libs/canvas.ver
 cat .libs/canvas.exp | sed -e "s/\(.*\)/\1;/" >> .libs/canvas.ver
 echo "local: *; };" >> .libs/canvas.ver
 gcc -shared  .libs/canvas_la-canvasmodule.o .libs/canvas_la-canvas.o  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so -lm /usr/local/lib/libpangoxft-1.0.so /usr/local/lib/libpangox-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libglib-2.0.so  -Wl,-soname -Wl,canvas.so -Wl,-version-script -Wl,.libs/canvas.ver -o .libs/canvas.so
creating canvas.la
(cd .libs && rm -f canvas.la && ln -s ../canvas.la canvas.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-context.lo -MD -MP -MF ".deps/vfs_la-vfs-context.Tpo" \
  -c -o vfs_la-vfs-context.lo `test -f 'vfs-context.c' || echo './'`vfs-context.c; \
then mv -f ".deps/vfs_la-vfs-context.Tpo" ".deps/vfs_la-vfs-context.Plo"; \
else rm -f ".deps/vfs_la-vfs-context.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-context.lo -MD -MP -MF .deps/vfs_la-vfs-context.Tpo -c vfs-context.c  -fPIC -DPIC -o .libs/vfs_la-vfs-context.o
vfs-context.c: In function `pygvcontext_dealloc':
vfs-context.c:23: warning: implicit declaration of function `gnome_vfs_context_free'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-dir-handle.lo -MD -MP -MF ".deps/vfs_la-vfs-dir-handle.Tpo" \
  -c -o vfs_la-vfs-dir-handle.lo `test -f 'vfs-dir-handle.c' || echo './'`vfs-dir-handle.c; \
then mv -f ".deps/vfs_la-vfs-dir-handle.Tpo" ".deps/vfs_la-vfs-dir-handle.Plo"; \
else rm -f ".deps/vfs_la-vfs-dir-handle.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-dir-handle.lo -MD -MP -MF .deps/vfs_la-vfs-dir-handle.Tpo -c vfs-dir-handle.c  -fPIC -DPIC -o .libs/vfs_la-vfs-dir-handle.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-file-info.lo -MD -MP -MF ".deps/vfs_la-vfs-file-info.Tpo" \
  -c -o vfs_la-vfs-file-info.lo `test -f 'vfs-file-info.c' || echo './'`vfs-file-info.c; \
then mv -f ".deps/vfs_la-vfs-file-info.Tpo" ".deps/vfs_la-vfs-file-info.Plo"; \
else rm -f ".deps/vfs_la-vfs-file-info.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-file-info.lo -MD -MP -MF .deps/vfs_la-vfs-file-info.Tpo -c vfs-file-info.c  -fPIC -DPIC -o .libs/vfs_la-vfs-file-info.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-handle.lo -MD -MP -MF ".deps/vfs_la-vfs-handle.Tpo" \
  -c -o vfs_la-vfs-handle.lo `test -f 'vfs-handle.c' || echo './'`vfs-handle.c; \
then mv -f ".deps/vfs_la-vfs-handle.Tpo" ".deps/vfs_la-vfs-handle.Plo"; \
else rm -f ".deps/vfs_la-vfs-handle.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-handle.lo -MD -MP -MF .deps/vfs_la-vfs-handle.Tpo -c vfs-handle.c  -fPIC -DPIC -o .libs/vfs_la-vfs-handle.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-uri.lo -MD -MP -MF ".deps/vfs_la-vfs-uri.Tpo" \
  -c -o vfs_la-vfs-uri.lo `test -f 'vfs-uri.c' || echo './'`vfs-uri.c; \
then mv -f ".deps/vfs_la-vfs-uri.Tpo" ".deps/vfs_la-vfs-uri.Plo"; \
else rm -f ".deps/vfs_la-vfs-uri.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-uri.lo -MD -MP -MF .deps/vfs_la-vfs-uri.Tpo -c vfs-uri.c  -fPIC -DPIC -o .libs/vfs_la-vfs-uri.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-xfer-progress-info.lo -MD -MP -MF ".deps/vfs_la-vfs-xfer-progress-info.Tpo" \
  -c -o vfs_la-vfs-xfer-progress-info.lo `test -f 'vfs-xfer-progress-info.c' || echo './'`vfs-xfer-progress-info.c; \
then mv -f ".deps/vfs_la-vfs-xfer-progress-info.Tpo" ".deps/vfs_la-vfs-xfer-progress-info.Plo"; \
else rm -f ".deps/vfs_la-vfs-xfer-progress-info.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfs-xfer-progress-info.lo -MD -MP -MF .deps/vfs_la-vfs-xfer-progress-info.Tpo -c vfs-xfer-progress-info.c  -fPIC -DPIC -o .libs/vfs_la-vfs-xfer-progress-info.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfsmodule.lo -MD -MP -MF ".deps/vfs_la-vfsmodule.Tpo" \
  -c -o vfs_la-vfsmodule.lo `test -f 'vfsmodule.c' || echo './'`vfsmodule.c; \
then mv -f ".deps/vfs_la-vfsmodule.Tpo" ".deps/vfs_la-vfsmodule.Plo"; \
else rm -f ".deps/vfs_la-vfsmodule.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pygtk-2.0 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/pyorbit-2 -g -O2 -Wall -std=c9x -fno-strict-aliasing -MT vfs_la-vfsmodule.lo -MD -MP -MF .deps/vfs_la-vfsmodule.Tpo -c vfsmodule.c  -fPIC -DPIC -o .libs/vfs_la-vfsmodule.o
vfsmodule.c: In function `pygnome_vfs_result_check':
vfsmodule.c:186: `GNOME_VFS_ERROR_NO_MASTER_BROWSER' undeclared (first use in this function)
vfsmodule.c:186: (Each undeclared identifier is reported only once
vfsmodule.c:186: for each function it appears in.)
vfsmodule.c: In function `pygnome_vfs_exception_check':
vfsmodule.c:295: `GNOME_VFS_ERROR_NO_MASTER_BROWSER' undeclared (first use in this function)
vfsmodule.c: In function `pygvfs_read_entire_file':
vfsmodule.c:774: warning: implicit declaration of function `gnome_vfs_read_entire_file'
vfsmodule.c: In function `register_constants':
vfsmodule.c:1654: `GNOME_VFS_XFER_FOLLOW_LINKS_RECURSIVE' undeclared (first use in this function)
make[1]: *** [vfs_la-vfsmodule.lo] Error 1
make[1]: Leaving directory `/usr/local/gnome-python-2.0.2/gnome'
make: *** [check-recursive] Error 1
[root RH90-Lin gnome-python-2.0.2]#



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