Created
October 15, 2008 02:07
-
-
Save chergert/16838 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making all in scanner | |
make[3]: Entering directory `/home/chergert/Projects/gobject-introspection/tests/scanner' | |
PYTHONPATH=../..:$PYTHONPATH ../../tools/g-ir-scanner -v \ | |
--include=../../gir/GObject-2.0.gir \ | |
--library=utility \ | |
--namespace=utility \ | |
--nsversion=1.0 \ | |
--pkg gobject-2.0 \ | |
./utility.c ./utility.h \ | |
--output utility-1.0.gir | |
Traceback (most recent call last): | |
File "../../tools/g-ir-scanner", line 38, in <module> | |
from giscanner.glibtransformer import GLibTransformer | |
File "/home/chergert/Projects/gobject-introspection/giscanner/glibtransformer.py", line 31, in <module> | |
from .transformer import Names | |
File "/home/chergert/Projects/gobject-introspection/giscanner/transformer.py", line 31, in <module> | |
from giscanner.sourcescanner import ( | |
File "/home/chergert/Projects/gobject-introspection/giscanner/sourcescanner.py", line 25, in <module> | |
from . import _giscanner | |
ImportError: cannot import name _giscanner | |
make[3]: *** [utility-1.0.gir] Error 1 | |
make[3]: Leaving directory `/home/chergert/Projects/gobject-introspection/tests/scanner' | |
make[2]: *** [all-recursive] Error 1 | |
make[2]: Leaving directory `/home/chergert/Projects/gobject-introspection/tests' | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory `/home/chergert/Projects/gobject-introspection' | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment