Advertisement
Guest User

py-openzwave cython build

a guest
May 3rd, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. python setup.py build
  2. running build
  3. running build_ext
  4. skipping 'openzwave.cpp' Cython extension (up-to-date)
  5. building 'openzwave' extension
  6. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Iopenzwave/cpp/src -Iopenzwave/cpp/src/value_classes -Iopenzwave/cpp/src/platform -I/usr/include/python2.7 -c openzwave.cpp -o build/temp.linux-armv7l-2.7/openzwave.o
  7. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  8. openzwave.cpp: In function ‘PyObject* __pyx_pf_9openzwave_5PyLog_3Write(PyObject*, PyObject*)’:
  9. openzwave.cpp:2165:76: error: no matching function for call to ‘OpenZWave::Log::Write(const char*&)’
  10. openzwave.cpp:2165:76: note: candidates are:
  11. openzwave/cpp/src/platform/Log.h:151:15: note: static void OpenZWave::Log::Write(OpenZWave::LogLevel, const char*, ...)
  12. openzwave/cpp/src/platform/Log.h:151:15: note: candidate expects 2 arguments, 1 provided
  13. openzwave/cpp/src/platform/Log.h:162:15: note: static void OpenZWave::Log::Write(OpenZWave::LogLevel, uint8, const char*, ...)
  14. openzwave/cpp/src/platform/Log.h:162:15: note: candidate expects 3 arguments, 1 provided
  15. openzwave.cpp: In function ‘PyObject* __pyx_pf_9openzwave_9PyManager_11setPollInterval(PyObject*, PyObject*)’:
  16. openzwave.cpp:2717:94: error: no matching function for call to ‘OpenZWave::Manager::SetPollInterval(__pyx_t_9openzwave_uint8&)’
  17. openzwave.cpp:2717:94: note: candidate is:
  18. openzwave/cpp/src/Manager.h:341:8: note: void OpenZWave::Manager::SetPollInterval(int32, bool)
  19. openzwave/cpp/src/Manager.h:341:8: note: candidate expects 2 arguments, 1 provided
  20. openzwave.cpp: In function ‘PyObject* __pyx_pf_9openzwave_9PyManager_23getNodeNeighbors(PyObject*, PyObject*, PyObject*)’:
  21. openzwave.cpp:3931:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  22. openzwave.cpp: In function ‘PyObject* __pyx_pf_9openzwave_9PyManager_48getAssociations(PyObject*, PyObject*, PyObject*)’:
  23. openzwave.cpp:6628:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  24. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement