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

"Y.R. Alex" <[email protected]> Mon, 24 May 2004 19:50:35 -0400
Newsgroups gmane.comp.gnome.os.redhat
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------060301090303070302090806
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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.

--------------060301090303070302090806
Content-Type: text/plain;
 name="gnome-python-2.0.2_compile-error.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
 filename="gnome-python-2.0.2_compile-error.txt"

gnome-python-2.0.2.tar.gz compilation

[root@RH90-Lin gnome-python-2.0.2]# export PKG_CONFIG_PATH=3D/usr/lib/pkg=
config: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..=
=2E 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..=
=2E 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..=
=2E 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..=
=2E 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 >=3D 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-pack=
ages
checking for python extension module directory... ${exec_prefix}/lib/pyth=
on2.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 >=3D 2.0.0... yes
checking PYGTK_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/incl=
ude -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 >=3D 2.0.0... yes (version 2.2.1)
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GTK+ - version >=3D 2.0.0... yes (version 2.2.4)
checking for libgnome-2.0 >=3D 2.0.0... yes
checking GNOME_CFLAGS... -pthread -DORBIT2=3D1 -I/usr/include/glib-2.0 -I=
/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/lib=
gnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2=
=2E0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/u=
sr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1.0 -I/usr/l=
ocal/include/bonobo-activation-2.0
checking GNOME_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lg=
nome-2 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -l=
xml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib=
-2.0
checking for pyorbit-2 >=3D 2.0.0... yes
checking PYORBIT_CFLAGS... -pthread -DORBIT2=3D1 -I/usr/include/glib-2.0 =
-I/usr/lib/glib-2.0/include -I/usr/local/include/pyorbit-2 -I/usr/local/i=
nclude/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 >=3D 2.0.0... yes
checking GNOMEUI_CFLAGS... -pthread -DORBIT2=3D1 -I/usr/include/glib-2.0 =
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/l=
ibgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libg=
nomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libart-2=
=2E0 -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/lo=
cal/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/l=
ocal/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/l=
ocal/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 -lgno=
me-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -l=
gdk_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 -lgmo=
dule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libgnomecanvas-2.0 >=3D 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/li=
bart-2.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/l=
ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/includ=
e/atk-1.0 -I/usr/X11R6/include
checking GNOMECANVAS_LIBS... -Wl,--export-dynamic -L/usr/local/lib -lgnom=
ecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1=
=2E0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobje=
ct-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gnome-vfs-2.0 >=3D 2.0.0                         pyorbit-2 >=
=3D 2.0.0... yes
checking GNOMEVFS_CFLAGS... -pthread -DORBIT2=3D1 -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/includ=
e/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 -lgmodul=
e-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for libzvt-2.0 >=3D 2.0.0... yes
checking LIBZVT_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inc=
lude -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/in=
clude/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 >=3D 2.0.0... yes
checking LIBPANELAPPLET_CFLAGS... -pthread -DORBIT2=3D1 -I/usr/include/pa=
nel-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/includ=
e/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/i=
nclude -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/l=
ocal/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-v=
fs-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/loca=
l/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 -l=
gdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpang=
o-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lx=
ml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-=
2.0
checking for gconf-2.0 >=3D 1.2.0... yes
checking GCONF_CFLAGS... -pthread -DORBIT2=3D1 -I/usr/include/glib-2.0 -I=
/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/inclu=
de/orbit-2.0 -I/usr/local/include/linc-1.0
checking GCONF_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -lg=
conf-2 -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.=
0 -lglib-2.0
checking for libgtkhtml-2.0 >=3D 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/loc=
al/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/includ=
e/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 >=3D 1.0.0... yes
checking BONOBO_ACTIVATION_CFLAGS... -pthread -DORBIT2=3D1 -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/loca=
l/include/linc-1.0
checking BONOBO_ACTIVATION_LIBS... -Wl,--export-dynamic -pthread -L/usr/l=
ocal/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 >=3D 2.0.0... yes
checking BONOBO_CFLAGS... -pthread -DORBIT2=3D1 -I/usr/include/glib-2.0 -=
I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/li=
bbonobo-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-ac=
tivation-2.0 -I/usr/local/include/linc-1.0
checking BONOBO_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -l=
bonobo-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 >=3D 2.0.0 libgnome-2.0 >=3D 2.0.0... yes
checking BONOBOUI_CFLAGS... -pthread -DORBIT2=3D1 -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/libbo=
nobo-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/lib=
gnome-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activ=
ation-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/gt=
k-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -I/usr/lo=
cal/include/gconf/2 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/g=
nome-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 -l=
gdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpang=
o-1.0 -lgnome-2 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lO=
RBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2=
=2E0 -lglib-2.0
checking for libnautilus >=3D 2.0.0... yes
checking LIBNAUTILUS_CFLAGS... -pthread -DORBIT2=3D1 -I/usr/include/glib-=
2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/inclu=
de/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/g=
conf/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/u=
sr/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/loc=
al/include/libglade-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/inclu=
de/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/freet=
ype2
checking LIBNAUTILUS_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/l=
ib -L/usr/X11R6/lib -lnautilus -leel-2 -lgnomeui-2 -lSM -lICE -lgailutil =
-lglade-2.0 -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft=
2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1=
=2E0 -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=
=2E0 -lgthread-2.0 -lglib-2.0
checking for libgnomeprint-2.2 >=3D 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 -lgn=
omeprint-2-2 -lart_lgpl_2 -lxml2 -lz -lm -lpango-1.0 -lgobject-2.0 -lgmod=
ule-2.0 -ldl -lglib-2.0
checking for libgnomeprintui-2.2 >=3D 2.2.0... yes
checking LIBGNOMEPRINTUI_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/gli=
b-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/libgnome=
canvas-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/g=
tk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include
checking LIBGNOMEPRINTUI_LIBS... -Wl,--export-dynamic -L/usr/local/lib -l=
gnomeprintui-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 -l=
m -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ld=
l -lglib-2.0
checking whether gcc understands -Wall... yes
checking whether gcc understands -std=3Dc9x... 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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/us=
r/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -g -O2 -Wall -s=
td=3Dc9x -fno-strict-aliasing -MT gconf_la-gconfmodule.lo -MD -MP -MF ".d=
eps/gconf_la-gconfmodule.Tpo" \
  -c -o gconf_la-gconfmodule.lo `test -f 'gconfmodule.c' || echo './'`gco=
nfmodule.c; \
then mv -f ".deps/gconf_la-gconfmodule.Tpo" ".deps/gconf_la-gconfmodule.P=
lo"; \
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 -pth=
read -DORBIT2=3D1 -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/inc=
lude/linc-1.0 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT gconf_la-g=
confmodule.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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/us=
r/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -g -O2 -Wall -s=
td=3Dc9x -fno-strict-aliasing -MT gconf_la-gconf-fixes.lo -MD -MP -MF ".d=
eps/gconf_la-gconf-fixes.Tpo" \
  -c -o gconf_la-gconf-fixes.lo `test -f 'gconf-fixes.c' || echo './'`gco=
nf-fixes.c; \
then mv -f ".deps/gconf_la-gconf-fixes.Tpo" ".deps/gconf_la-gconf-fixes.P=
lo"; \
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 -pth=
read -DORBIT2=3D1 -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/inc=
lude/linc-1.0 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT gconf_la-g=
conf-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 GErro=
r*
Could not write method GConfClient.commit_change_set: No ArgType for GCon=
fChangeSet*
Could not write method GConfClient.reverse_change_set: No ArgType for GCo=
nfChangeSet*
Could not write method GConfClient.change_set_from_currentv: No ArgType f=
or const-gchar**
Could not write method GConfClient.change_set_from_current: varargs funct=
ions not supported
Could not write function client_get_for_engine: No ArgType for GConfEngin=
e*
Could not write function gconf_client_set_global_default_error_handler: N=
o ArgType for GConfClientErrorHandlerFunc
Could not write function engine_get_for_address: No ArgType for GConfEngi=
ne*
Could not write function valid_key: No ArgType for gchar**
Could not write function string_to_enum: No ArgType for GConfEnumStringPa=
ir[]
Could not write function enum_to_string: No ArgType for GConfEnumStringPa=
ir[]
if /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/us=
r/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -g -O2 -Wall -s=
td=3Dc9x -fno-strict-aliasing -MT gconf_la-gconf.lo -MD -MP -MF ".deps/gc=
onf_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 -pth=
read -DORBIT2=3D1 -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/inc=
lude/linc-1.0 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT gconf_la-g=
conf.lo -MD -MP -MF .deps/gconf_la-gconf.Tpo -c gconf.c  -fPIC -DPIC -o .=
libs/gconf_la-gconf.o
/bin/sh ../libtool --mode=3Dlink gcc  -g -O2 -Wall -std=3Dc9x -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-gcon=
fmodule.lo gconf_la-gconf-fixes.lo gconf_la-gconf.lo -pthread -L/usr/loca=
l/lib -lgconf-2 -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lg=
thread-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,/us=
r/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/loca=
l/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,gcon=
f.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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/libgnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/includ=
e/libbonobo-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-v=
fs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1=
=2E0 -I/usr/local/include/bonobo-activation-2.0   -g -O2 -Wall -std=3Dc9x=
 -fno-strict-aliasing -MT _gnome_la-gnomemodule.lo -MD -MP -MF ".deps/_gn=
ome_la-gnomemodule.Tpo" \
  -c -o _gnome_la-gnomemodule.lo `test -f 'gnomemodule.c' || echo './'`gn=
omemodule.c; \
then mv -f ".deps/_gnome_la-gnomemodule.Tpo" ".deps/_gnome_la-gnomemodule=
=2EPlo"; \
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 -pth=
read -DORBIT2=3D1 -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/includ=
e/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/incl=
ude -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-=
2.0 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT _gnome_la-gnomemodul=
e.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 A=
rgType for gboolean*
Could not write function config_get_int_with_default_: No ArgType for gbo=
olean*
Could not write function config_get_float_with_default_: No ArgType for g=
boolean*
Could not write function config_get_bool_with_default_: No ArgType for gb=
oolean*
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*-c=
onst[]
Could not write function config_make_vector: No ArgType for int*
Could not write function config_assemble_vector: No ArgType for const-cha=
r*-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*-con=
st[]
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-Gn=
omeModuleInfo*
Could not write function program_module_registered: No ArgType for const-=
GnomeModuleInfo*
Could not write function program_install_property: No ArgType for GnomePr=
ogramClass*
Could not write function program_initv: No ArgType for const-GnomeModuleI=
nfo*
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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/libgnome-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/includ=
e/libbonobo-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-v=
fs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/linc-1=
=2E0 -I/usr/local/include/bonobo-activation-2.0   -g -O2 -Wall -std=3Dc9x=
 -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 -pth=
read -DORBIT2=3D1 -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/includ=
e/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/incl=
ude -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-=
2.0 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT _gnome_la-gnome.lo -=
MD -MP -MF .deps/_gnome_la-gnome.Tpo -c gnome.c  -fPIC -DPIC -o .libs/_gn=
ome_la-gnome.o
/bin/sh ../libtool --mode=3Dlink gcc  -g -O2 -Wall -std=3Dc9x -fno-strict=
-aliasing   -o _gnome.la -rpath /usr/local/lib/python2.2/site-packages/gt=
k-2.0/gnome -module -avoid-version -export-symbols-regex init_gnome _gnom=
e_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 -pth=
read -L/usr/local/lib /usr/local/lib/libgnome-2.so /usr/local/lib/libbono=
bo-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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/i=
nclude/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/inclu=
de/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/libbonobo=
ui-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=3Dc9x -fno-strict-aliasing -MT ui_la-uimodule.lo -MD -MP -M=
F ".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 -pth=
read -DORBIT2=3D1 -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/incl=
ude/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/inc=
lude/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/u=
sr/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/loca=
l/include/bonobo-activation-2.0 -I/usr/local/include/pango-1.0 -I/usr/inc=
lude/freetype2 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-=
1.0 -I/usr/X11R6/include -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT=
 ui_la-uimodule.lo -MD -MP -MF .deps/ui_la-uimodule.Tpo -c uimodule.c  -f=
PIC -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 Gnome=
UIInfo*
Could not write method GnomeApp.create_menus_with_data: No ArgType for Gn=
omeUIInfo*
Could not write method GnomeApp.create_menus_custom: No ArgType for Gnome=
UIInfo*
Could not write method GnomeApp.create_toolbar: No ArgType for GnomeUIInf=
o*
Could not write method GnomeApp.create_toolbar_interp: No ArgType for Gno=
meUIInfo*
Could not write method GnomeApp.create_toolbar_with_data: No ArgType for =
GnomeUIInfo*
Could not write method GnomeApp.create_toolbar_custom: No ArgType for Gno=
meUIInfo*
Could not write method GnomeApp.insert_menus_custom: No ArgType for Gnome=
UIInfo*
Could not write method GnomeApp.insert_menus: No ArgType for GnomeUIInfo*=

Could not write method GnomeApp.insert_menus_with_data: No ArgType for Gn=
omeUIInfo*
Could not write method GnomeApp.insert_menus_interp: No ArgType for Gnome=
UIInfo*
Could not write method GnomeApp.install_menu_hints: No ArgType for GnomeU=
IInfo*
Could not write method GnomeApp.question: No ArgType for GnomeReplyCallba=
ck
Could not write method GnomeApp.question_modal: No ArgType for GnomeReply=
Callback
Could not write method GnomeApp.ok_cancel: No ArgType for GnomeReplyCallb=
ack
Could not write method GnomeApp.ok_cancel_modal: No ArgType for GnomeRepl=
yCallback
Could not write method GnomeApp.request_string: No ArgType for GnomeStrin=
gCallback
Could not write method GnomeApp.request_password: No ArgType for GnomeStr=
ingCallback
Could not write method GnomeApp.progress_timeout: No ArgType for GnomeApp=
ProgressFunc
Could not write method GnomeApp.progress_manual: No ArgType for GnomeAppP=
rogressCancelFunc
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 Gn=
omeInteractFunction
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 suppor=
ted
Could not write method GnomeDialog.button_connect: No ArgType for GtkSign=
alFunc
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 ArgTyp=
e 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 G=
tkWidget**
Could not write method GnomeIconList.set_icon_data_full: No ArgType for g=
pointer
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 Gnom=
eUIInfo*
Could not write method GnomeMDI.set_toolbar_template: No ArgType for Gnom=
eUIInfo*
Could not write method GnomeMDIChild.set_menu_template: No ArgType for Gn=
omeUIInfo*
Could not write method GnomeMDIGenericChild.set_view_creator: No ArgType =
for GnomeMDIChildViewCreator
Could not write method GnomeMDIGenericChild.set_view_creator_full: No Arg=
Type for GnomeMDIChildViewCreator
Could not write method GnomeMDIGenericChild.set_menu_creator: No ArgType =
for GnomeMDIChildMenuCreator
Could not write method GnomeMDIGenericChild.set_menu_creator_full: No Arg=
Type for GnomeMDIChildMenuCreator
Could not write method GnomeMDIGenericChild.set_config_func: No ArgType f=
or GnomeMDIChildConfigFunc
Could not write method GnomeMDIGenericChild.set_config_func_full: No ArgT=
ype for GnomeMDIChildConfigFunc
Could not write method GnomeMDIGenericChild.set_label_func: No ArgType fo=
r GnomeMDIChildLabelFunc
Could not write method GnomeMDIGenericChild.set_label_func_full: No ArgTy=
pe for GnomeMDIChildLabelFunc
Could not write constructor for GnomeMessageBox: varargs functions not su=
pported
Could not write method GnomeMessageBox.construct: No ArgType for const-gc=
har**
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 con=
st-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 GnomeUII=
nfo*
Could not write function app_fill_menu_custom: No ArgType for GnomeUIInfo=
*
Could not write function app_ui_configure_configurable: No ArgType for Gn=
omeUIInfo*
Could not write function app_fill_toolbar: No ArgType for GnomeUIInfo*
Could not write function app_fill_toolbar_with_data: No ArgType for Gnome=
UIInfo*
Could not write function app_fill_toolbar_custom: No ArgType for GnomeUII=
nfo*
Could not write function app_find_menu_pos: No ArgType for gint*
Could not write function app_install_appbar_menu_hints: No ArgType for Gn=
omeUIInfo*
Could not write function app_install_statusbar_menu_hints: No ArgType for=
 GnomeUIInfo*
Could not write function app_set_progress: No ArgType for GnomeAppProgres=
sKey
Could not write function app_progress_done: No ArgType for GnomeAppProgre=
ssKey
Could not write function gnome_client_module_info_get: No ArgType for con=
st-GnomeModuleInfo*
Could not write function gnome_question_dialog: No ArgType for GnomeReply=
Callback
Could not write function gnome_question_dialog_parented: No ArgType for G=
nomeReplyCallback
Could not write function gnome_question_dialog_modal: No ArgType for Gnom=
eReplyCallback
Could not write function gnome_question_dialog_modal_parented: No ArgType=
 for GnomeReplyCallback
Could not write function gnome_ok_cancel_dialog: No ArgType for GnomeRepl=
yCallback
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 Gno=
meReplyCallback
Could not write function gnome_ok_cancel_dialog_modal_parented: No ArgTyp=
e for GnomeReplyCallback
Could not write function gnome_request_string_dialog: No ArgType for Gnom=
eStringCallback
Could not write function gnome_request_string_dialog_parented: No ArgType=
 for GnomeStringCallback
Could not write function gnome_request_password_dialog: No ArgType for Gn=
omeStringCallback
Could not write function gnome_request_password_dialog_parented: No ArgTy=
pe for GnomeStringCallback
Could not write function gnome_request_dialog: No ArgType for const-guint=
16
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 GnomeUII=
nfo*
Could not write function popup_menu_attach: No ArgType for gpointer
Could not write function popup_menu_do_popup: No ArgType for GtkMenuPosit=
ionFunc
Could not write function popup_menu_do_popup_modal: No ArgType for GtkMen=
uPositionFunc
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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/i=
nclude/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/inclu=
de/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/libbonobo=
ui-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=3Dc9x -fno-strict-aliasing -MT ui_la-ui.lo -MD -MP -MF ".de=
ps/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 -pth=
read -DORBIT2=3D1 -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/incl=
ude/libgnome-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/inc=
lude/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/u=
sr/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/loca=
l/include/bonobo-activation-2.0 -I/usr/local/include/pango-1.0 -I/usr/inc=
lude/freetype2 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-=
1.0 -I/usr/X11R6/include -g -O2 -Wall -std=3Dc9x -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=3Dlink gcc  -g -O2 -Wall -std=3Dc9x -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-uimodul=
e.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-acti=
vation -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/^=
=2E*[   ]\([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,/u=
sr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/lib -pthread -L/usr/lo=
cal/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeui-2.so -lSM -lICE /usr/l=
ocal/lib/libbonoboui-2.so /usr/local/lib/libgnomecanvas-2.so /usr/local/l=
ib/libgnome-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libpangof=
t2-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/l=
ib/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/li=
b/liblinc.so /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libgobj=
ect-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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -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/inc=
lude/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=3Dc9x -fno-stri=
ct-aliasing -MT canvas_la-canvasmodule.lo -MD -MP -MF ".deps/canvas_la-ca=
nvasmodule.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-canvasmodu=
le.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/u=
sr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libg=
nomecanvas-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/l=
ib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -g -=
O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT canvas_la-canvasmodule.lo -M=
D -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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -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/inc=
lude/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=3Dc9x -fno-stri=
ct-aliasing -MT canvas_la-canvas.lo -MD -MP -MF ".deps/canvas_la-canvas.T=
po" \
  -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/u=
sr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/libg=
nomecanvas-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/l=
ib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include -g -=
O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT canvas_la-canvas.lo -MD -MP =
-MF .deps/canvas_la-canvas.Tpo -c canvas.c  -fPIC -DPIC -o .libs/canvas_l=
a-canvas.o
/bin/sh ../libtool --mode=3Dlink gcc  -g -O2 -Wall -std=3Dc9x -fno-strict=
-aliasing   -o canvas.la -rpath /usr/local/lib/python2.2/site-packages/gt=
k-2.0/gnome -module -avoid-version -export-symbols-regex initcanvas canva=
s_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 -lgm=
odule-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  -W=
l,--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 /u=
sr/local/lib/libpangoft2-1.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/loc=
al/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libg=
dk_pixbuf-2.0.so -lm /usr/local/lib/libpangoxft-1.0.so /usr/local/lib/lib=
pangox-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 .l=
ibs/canvas.so
creating canvas.la
(cd .libs && rm -f canvas.la && ln -s ../canvas.la canvas.la)
if /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/loc=
al/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/lo=
cal/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=3D=
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-c=
ontext.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 -pth=
read -DORBIT2=3D1 -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/g=
nome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/lo=
cal/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/=
pyorbit-2 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT vfs_la-vfs-con=
text.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_co=
ntext_free'
if /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/loc=
al/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/lo=
cal/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=3D=
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=
=2EPlo"; \
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 -pth=
read -DORBIT2=3D1 -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/g=
nome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/lo=
cal/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/=
pyorbit-2 -g -O2 -Wall -std=3Dc9x -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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/loc=
al/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/lo=
cal/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=3D=
c9x -fno-strict-aliasing -MT vfs_la-vfs-file-info.lo -MD -MP -MF ".deps/v=
fs_la-vfs-file-info.Tpo" \
  -c -o vfs_la-vfs-file-info.lo `test -f 'vfs-file-info.c' || echo './'`v=
fs-file-info.c; \
then mv -f ".deps/vfs_la-vfs-file-info.Tpo" ".deps/vfs_la-vfs-file-info.P=
lo"; \
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 -pth=
read -DORBIT2=3D1 -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/g=
nome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/lo=
cal/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/=
pyorbit-2 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT vfs_la-vfs-fil=
e-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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/loc=
al/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/lo=
cal/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=3D=
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-han=
dle.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 -pth=
read -DORBIT2=3D1 -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/g=
nome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/lo=
cal/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/=
pyorbit-2 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT vfs_la-vfs-han=
dle.lo -MD -MP -MF .deps/vfs_la-vfs-handle.Tpo -c vfs-handle.c  -fPIC -DP=
IC -o .libs/vfs_la-vfs-handle.o
if /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/loc=
al/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/lo=
cal/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=3D=
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 -pth=
read -DORBIT2=3D1 -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/g=
nome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/lo=
cal/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/=
pyorbit-2 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT vfs_la-vfs-uri=
=2Elo -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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/loc=
al/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/lo=
cal/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=3D=
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=
=2Ec' || echo './'`vfs-xfer-progress-info.c; \
then mv -f ".deps/vfs_la-vfs-xfer-progress-info.Tpo" ".deps/vfs_la-vfs-xf=
er-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 -pth=
read -DORBIT2=3D1 -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/g=
nome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/lo=
cal/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/=
pyorbit-2 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT vfs_la-vfs-xfe=
r-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=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I/usr/include/python2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/inclu=
de -I/usr/local/include/pygtk-2.0     -pthread -DORBIT2=3D1 -I/usr/includ=
e/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/loca=
l/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/loc=
al/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/lo=
cal/include/linc-1.0 -I/usr/local/include/pyorbit-2   -g -O2 -Wall -std=3D=
c9x -fno-strict-aliasing -MT vfs_la-vfsmodule.lo -MD -MP -MF ".deps/vfs_l=
a-vfsmodule.Tpo" \
  -c -o vfs_la-vfsmodule.lo `test -f 'vfsmodule.c' || echo './'`vfsmodule=
=2Ec; \
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 -pth=
read -DORBIT2=3D1 -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/g=
nome-vfs-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/lo=
cal/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/=
pyorbit-2 -g -O2 -Wall -std=3Dc9x -fno-strict-aliasing -MT vfs_la-vfsmodu=
le.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 us=
e 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 us=
e in this function)
vfsmodule.c: In function `pygvfs_read_entire_file':
vfsmodule.c:774: warning: implicit declaration of function `gnome_vfs_rea=
d_entire_file'
vfsmodule.c: In function `register_constants':
vfsmodule.c:1654: `GNOME_VFS_XFER_FOLLOW_LINKS_RECURSIVE' undeclared (fir=
st 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]#


--------------060301090303070302090806
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gnome-redhat-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-redhat-list

--------------060301090303070302090806--