Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Making all in scanner
  2. make[3]: Entering directory `/home/chergert/Projects/gobject-introspection/tests/scanner'
  3. PYTHONPATH=../..:$PYTHONPATH ../../tools/g-ir-scanner -v \
  4. --include=../../gir/GObject-2.0.gir \
  5. --library=utility \
  6. --namespace=utility \
  7. --nsversion=1.0 \
  8. --pkg gobject-2.0 \
  9. ./utility.c ./utility.h \
  10. --output utility-1.0.gir
  11. Traceback (most recent call last):
  12. File "../../tools/g-ir-scanner", line 38, in <module>
  13. from giscanner.glibtransformer import GLibTransformer
  14. File "/home/chergert/Projects/gobject-introspection/giscanner/glibtransformer.py", line 31, in <module>
  15. from .transformer import Names
  16. File "/home/chergert/Projects/gobject-introspection/giscanner/transformer.py", line 31, in <module>
  17. from giscanner.sourcescanner import (
  18. File "/home/chergert/Projects/gobject-introspection/giscanner/sourcescanner.py", line 25, in <module>
  19. from . import _giscanner
  20. ImportError: cannot import name _giscanner
  21. make[3]: *** [utility-1.0.gir] Error 1
  22. make[3]: Leaving directory `/home/chergert/Projects/gobject-introspection/tests/scanner'
  23. make[2]: *** [all-recursive] Error 1
  24. make[2]: Leaving directory `/home/chergert/Projects/gobject-introspection/tests'
  25. make[1]: *** [all-recursive] Error 1
  26. make[1]: Leaving directory `/home/chergert/Projects/gobject-introspection'
  27. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment