Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. checking for python3.1... (cached) /usr/bin/python
  2. checking for a version of Python >= '2.1.0'... File "<string>", line 1
  3. import sys, string; ver = string.split(sys.version)[0]; print ver >= '2.1.0'
  4. ^
  5. SyntaxError: invalid syntax
  6. no
  7. configure: error: in `/home/maria/Downloads/libimobiledevice-git/src/libimobiledevice-build':
  8. configure: error:
  9. This version of the AC_PYTHON_DEVEL macro
  10. doesn't work properly with versions of Python before
  11. 2.1.0. You may need to re-run configure, setting the
  12. variables PYTHON_CPPFLAGS, PYTHON_LDFLAGS, PYTHON_SITE_PKG,
  13. PYTHON_EXTRA_LIBS and PYTHON_EXTRA_LDFLAGS by hand.
  14. Moreover, to disable this check, set PYTHON_NOVERSIONCHECK
  15. to something else than an empty string.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement