Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. cd xapian-bindings && make all
  2. make[1]: Entering directory '/home/vaibhav/xapian/xapian-bindings'
  3. make all-recursive
  4. make[2]: Entering directory '/home/vaibhav/xapian/xapian-bindings'
  5. Making all in .
  6. make[3]: Entering directory '/home/vaibhav/xapian/xapian-bindings'
  7. make[3]: Leaving directory '/home/vaibhav/xapian/xapian-bindings'
  8. Making all in python
  9. make[3]: Entering directory '/home/vaibhav/xapian/xapian-bindings/python'
  10. make all-am
  11. make[4]: Entering directory '/home/vaibhav/xapian/xapian-bindings/python'
  12. make[4]: Nothing to be done for 'all-am'.
  13. make[4]: Leaving directory '/home/vaibhav/xapian/xapian-bindings/python'
  14. make[3]: Leaving directory '/home/vaibhav/xapian/xapian-bindings/python'
  15. Making all in python3
  16. make[3]: Entering directory '/home/vaibhav/xapian/xapian-bindings/python3'
  17. stampletor='xapianletor_wrap.stamp' /usr/bin/perl '..'/swig-depcomp /home/vaibhav/xapian/swig/preinst-swig -Werror -I. -I'.' -I/home/vaibhav/xapian/xapian-core/include -DSWIG_PYTHON_LEGACY_BOOL -I/home/vaibhav/xapian/xapian-letor/include -c++ \
  18. -python -threads -shadow -O \
  19. -o xapianletor_wrap.cc './'pythonletor.i
  20. /home/vaibhav/xapian/xapian-letor/include/xapian-letor/letor_error.h:44: Warning 401: Nothing known about base class 'RuntimeError'. Ignored.
  21. /home/vaibhav/xapian/xapian-letor/include/xapian-letor/letor_error.h:89: Warning 401: Nothing known about base class 'RuntimeError'. Ignored.
  22. /home/vaibhav/xapian/xapian-letor/include/xapian-letor/letor_error.h:131: Warning 401: Nothing known about base class 'RuntimeError'. Ignored.
  23. Died at ../swig-depcomp line 35.
  24. make[3]: *** No rule to make target 'xapianletor_wrap.stamp', needed by 'xapianletor_wrap.cc'. Stop.
  25. make[3]: Leaving directory '/home/vaibhav/xapian/xapian-bindings/python3'
  26. Makefile:520: recipe for target 'all-recursive' failed
  27. make[2]: *** [all-recursive] Error 1
  28. make[2]: Leaving directory '/home/vaibhav/xapian/xapian-bindings'
  29. Makefile:442: recipe for target 'all' failed
  30. make[1]: *** [all] Error 2
  31. make[1]: Leaving directory '/home/vaibhav/xapian/xapian-bindings'
  32. Makefile:7: recipe for target 'all' failed
  33. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement