Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. env LPATH=.libs PYTHONPATH=..:.. UNINSTALLED_INTROSPECTION_SRCDIR=.. UNINSTALLED_INTROSPECTION_BUILDDIR=.. ../g-ir-scanner --verbose -I.. --add-include-path=. --add-include-path=../gir --add-include-path=. --add-include-path=../gir --warn-all --warn-error --reparse-validate \
  2. --namespace=Everything --nsversion=1.0 \
  3. --libtool="/bin/bash ../libtool" \
  4. --add-include-path=../gir --include=Gio-2.0 \
  5. --library=libeverything-1.0.la --output=Everything-1.0.gir \
  6. everything.h everything.c
  7. Couldn't find include 'Gio-2.0.gir' (search path: ['.', '../gir', '.', '../gir', '../gir', '/home/jon/gnome-shell/install/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gnome/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/home/jon/gnome-shell/install/share/gir-1.0', '/usr/share/gir-1.0', '/home/jon/gnome-shell/install/share/gir-1.0'])
  8. make[2]: *** [Everything-1.0.gir] Error 1
  9. make[2]: *** Waiting for unfinished jobs....
  10. mv -f .deps/gimarshallingtests.Tpo .deps/gimarshallingtests.Plo
  11. make[2]: Leaving directory `/home/jon/gnome-shell/source/gobject-introspection/tests'
  12. make[1]: *** [all-recursive] Error 1
  13. make[1]: Leaving directory `/home/jon/gnome-shell/source/gobject-introspection'
  14. make: *** [all] Error 2
  15. *** Error during phase build of gobject-introspection: ########## Error running make V=1 -j5 *** [2/25]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement