gdk-pixbuf and gir
- From: Patrick Welche <prlw1 cam ac uk>
- To: gtk-list gnome org
- Subject: gdk-pixbuf and gir
- Date: Fri, 10 Feb 2012 16:37:36 +0000
I'm not sure which list to post this too...
When compiling gdk-pixbuf 2.24.1 with gobject-introspection 1.30.0,
python 2.6.7 has the following problem:
libtool: link: gcc -std=gnu99 -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -I/usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/include -Wall -Wl,-R/usr/pkg/lib -o .libs/test-gdk-pixbuf test-gdk-pixbuf.o -pthread -L/usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib ./.libs/libgdk_pixbuf-2.0.so /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libgio-2.0.so /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libgobject-2.0.so /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libffi.so /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libgmodule-2.0.so /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libgthread-2.0.so /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libglib-2.0.so /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libpcre.so -lintl /usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib/libpng15.so -lz -lm -pthread -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkgsrc/graphics/gdk-pixbuf2/work.x86_64/.buildlink/lib
LOADERS=`echo libpixbufloader-*.la` ; \
if test "x$LOADERS" != 'xlibpixbufloader-*.la' ; then \
echo "Writing a loaders.cache file to use when running examples before installing gdk-pixbuf."; \
../gdk-pixbuf/gdk-pixbuf-query-loaders $LOADERS > ./loaders.cache ;\
else \
echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
touch loaders.cache; \
fi
Traceback (most recent call last):
File "/usr/pkg/bin/g-ir-scanner", line 46, in <module>
sys.exit(scanner_main(sys.argv))
File "/usr/pkg/lib/gobject-introspection/giscanner/scannermain.py", line 407, in scanner_main
ss = create_source_scanner(options, args)
File "/usr/pkg/lib/gobject-introspection/giscanner/scannermain.py", line 332, in create_source_scanner
ss.parse_files(filenames)
File "/usr/pkg/lib/gobject-introspection/giscanner/sourcescanner.py", line 249, in parse_files
Writing a loaders.cache file to use when running examples before installing gdk-pixbuf.
self._parse(headers)
File "/usr/pkg/lib/gobject-introspection/giscanner/sourcescanner.py", line 282, in _parse
stdout=subprocess.PIPE)
File "/usr/pkg/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/usr/pkg/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
gmake[4]: *** [GdkPixbuf-2.0.gir] Error 1
I don't really know where to start - does this ring a bell?
Cheers,
Patrick
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]