On 07/09/10 17:43, Ken Moffat wrote: > (long paste from log) > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../gobject > -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread > -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.0.9/include -O0 -O2 > -Wall -fno-strict-aliasing -std=c9x -MT repo_la-bank-argument.lo -MD > -MP -MF .deps/repo_la-bank-argument.Tpo -c bank-argument.c -fPIC > -DPIC -o .libs/repo_la-bank-argument.o > bank-argument.c: In function 'pyg_argument_from_pyobject': > bank-argument.c:46:10: error: 'GI_TYPE_TAG_UINT' undeclared (first > use in this function)
I see. It looks like the error is related to gobject-introspection-1.0. I can't find "bank-argument.c" in my buildlog, perhaps it's only compiled if gobject-introspection is present? A similar section from my buildlog looks like this: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../gobject -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/glib-2.0 -g -O2 -Wall -fno-strict-aliasing -std=c9x -MT testhelpermodule.lo -MD -MP -MF .deps/testhelpermodule.Tpo -c testhelpermodule.c -fPIC -DPIC -o .libs/testhelpermodule.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../gobject -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/glib-2.0 -g -O2 -Wall -fno-strict-aliasing -std=c9x -MT test-unknown.lo -MD -MP -MF .deps/test-unknown.Tpo -c test-unknown.c -fPIC -DPIC -o .libs/test-unknown.o mv -f .deps/test-thread.Tpo .deps/test-thread.Plo mv -f .deps/test-unknown.Tpo .deps/test-unknown.Plo mv -f .deps/testhelpermodule.Tpo .deps/testhelpermodule.Plo and so on... It's academic now that you've installed gobject-introspection and pygobject-2.21.5 but perhaps the build would succeed if you compiled pygobject-2.20.0 before you install gobject-introspection-1.0? Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
