Advertisement
Guest User

Untitled

a guest
Jan 30th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. C:\Users\termsgaming-i7\Desktop\PySnip>python build.py build_ext --inplace
  2. running build_ext
  3. building 'pyspades.vxl' extension
  4. C:\MinGW\bin\gcc.exe -mdll -O -Wall -I./pyspades -I.\pyspades -IC:\Python27\include -IC:\Python27\PC -c ./pyspades/vxl.cpp -o build\temp.win32-2.7\Release\.\pyspades\vxl.o -std=c++11
  5. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\math.h:36,
  6. from C:\Python27\include/pyport.h:325,
  7. from C:\Python27\include/Python.h:58,
  8. from ./pyspades/vxl.cpp:28:
  9. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cmath:1121:11: error: '::hypot' has not been declared
  10. using ::hypot;
  11. ^~~~~
  12. ./pyspades/vxl.cpp: In function 'void __Pyx_RaiseArgtupleInvalid(const char*, int, Py_ssize_t, Py_ssize_t, Py_ssize_t)':
  13. ./pyspades/vxl.cpp:10388:18: warning: unknown conversion type character 'z' in format [-Wformat=]
  14. "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)",
  15. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. ./pyspades/vxl.cpp:10388:18: warning: format '%s' expects argument of type 'char*', but argument 5 has type 'Py_ssize_t' {aka 'int'} [-Wformat=]
  17. ./pyspades/vxl.cpp:10388:18: warning: unknown conversion type character 'z' in format [-Wformat=]
  18. ./pyspades/vxl.cpp:10388:18: warning: too many arguments for format [-Wformat-extra-args]
  19. ./pyspades/vxl.cpp: In function 'void __Pyx_RaiseTooManyValuesError(Py_ssize_t)':
  20. ./pyspades/vxl.cpp:11159:18: warning: unknown conversion type character 'z' in format [-Wformat=]
  21. "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
  22. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. ./pyspades/vxl.cpp:11159:18: warning: too many arguments for format [-Wformat-extra-args]
  24. ./pyspades/vxl.cpp: In function 'void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t)':
  25. ./pyspades/vxl.cpp:11165:18: warning: unknown conversion type character 'z' in format [-Wformat=]
  26. "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack",
  27. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. ./pyspades/vxl.cpp:11165:18: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'Py_ssize_t' {aka 'int'} [-Wformat=]
  29. ./pyspades/vxl.cpp:11165:18: warning: too many arguments for format [-Wformat-extra-args]
  30. ./pyspades/vxl.cpp: In function 'PyTypeObject* __Pyx_ImportType(PyObject*, const char*, const char*, size_t, __Pyx_ImportType_CheckSize)':
  31. ./pyspades/vxl.cpp:11508:13: warning: unknown conversion type character 'z' in format [-Wformat=]
  32. "%.200s.%.200s size changed, may indicate binary incompatibility. "
  33. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34. "Expected %zd from C header, got %zd from PyObject",
  35. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36. ./pyspades/vxl.cpp:11508:13: warning: unknown conversion type character 'z' in format [-Wformat=]
  37. ./pyspades/vxl.cpp:11508:13: warning: too many arguments for format [-Wformat-extra-args]
  38. ./pyspades/vxl.cpp:11515:13: warning: unknown conversion type character 'z' in format [-Wformat=]
  39. "%.200s.%.200s size changed, may indicate binary incompatibility. "
  40. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41. "Expected %zd from C header, got %zd from PyObject",
  42. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43. ./pyspades/vxl.cpp:11515:13: warning: unknown conversion type character 'z' in format [-Wformat=]
  44. ./pyspades/vxl.cpp:11515:13: warning: too many arguments for format [-Wformat-extra-args]
  45. ./pyspades/vxl.cpp:11522:13: warning: unknown conversion type character 'z' in format [-Wformat=]
  46. "%s.%s size changed, may indicate binary incompatibility. "
  47. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. "Expected %zd from C header, got %zd from PyObject",
  49. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  50. ./pyspades/vxl.cpp:11522:13: warning: unknown conversion type character 'z' in format [-Wformat=]
  51. ./pyspades/vxl.cpp:11522:13: warning: too many arguments for format [-Wformat-extra-args]
  52. error: command 'C:\\MinGW\\bin\\gcc.exe' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement