Guest User

Untitled

a guest
Jan 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. # /root/hg/pypy/pypy/translator/goal/pypy-c setup.pypy build
  2. running build
  3. running build_py
  4. copying overviewer_core/overviewer_version.py -> build/lib.linux-x86_64-2.7/overviewer_core
  5. running build_ext
  6. building 'overviewer_core.c_overviewer' extension
  7. cc -fPIC -Wimplicit -I. -I/root/hg/pypy/pypy/module/micronumpy -I/root/hg/pypy/include -c overviewer_core/src/main.c -o build/temp.linux-x86_64-2.7/overviewer_core/src/main.o
  8. In file included from overviewer_core/src/main.c:18:
  9. overviewer_core/src/overviewer.h:33:21: error: Imaging.h: No such file or directory
  10. In file included from /usr/include/numpy/ndarrayobject.h:18,
  11. from /usr/include/numpy/arrayobject.h:14,
  12. from overviewer_core/src/overviewer.h:34,
  13. from overviewer_core/src/main.c:18:
  14. /usr/include/numpy/numpyconfig.h:4:26: error: _numpyconfig.h: No such file or directory
  15. In file included from /usr/include/numpy/ndarrayobject.h:68,
  16. from /usr/include/numpy/arrayobject.h:14,
  17. from overviewer_core/src/overviewer.h:34,
  18. from overviewer_core/src/main.c:18:
  19. /usr/include/numpy/npy_common.h:840: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'npy_timedelta'
  20. /usr/include/numpy/npy_common.h:841: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'npy_datetime'
  21. In file included from /usr/include/numpy/ndarrayobject.h:1238,
  22. from /usr/include/numpy/arrayobject.h:14,
  23. from overviewer_core/src/overviewer.h:34,
  24. from overviewer_core/src/main.c:18:
  25. /usr/include/numpy/__multiarray_api.h: In function '_import_array':
  26. /usr/include/numpy/__multiarray_api.h:1202: error: 'NPY_ABI_VERSION' undeclared (first use in this function)
  27. /usr/include/numpy/__multiarray_api.h:1202: error: (Each undeclared identifier is reported only once
  28. /usr/include/numpy/__multiarray_api.h:1202: error: for each function it appears in.)
  29. /usr/include/numpy/__multiarray_api.h:1208: error: 'NPY_API_VERSION' undeclared (first use in this function)
  30. In file included from overviewer_core/src/main.c:18:
  31. overviewer_core/src/overviewer.h: At top level:
  32. overviewer_core/src/overviewer.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'imaging_python_to_c'
  33. error: command 'cc' failed with exit status 1
Add Comment
Please, Sign In to add comment