You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/py-openzwave$ python setup.py build
running build
running build_ext
skipping 'openzwave.cpp' Cython extension (up-to-date)
building 'openzwave' extension
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-i686-2.7/openzwave.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
openzwave.cpp: In function ‘void pyx_f_9openzwave_callback(const OpenZWave::Notification, void)’:
openzwave.cpp:2011:51: error: ‘Type_Error’ is not a member of ‘OpenZWave::Notification’
openzwave.cpp:2021:54: error: ‘class OpenZWave::Notification’ has no member named ‘GetErrorCode’
openzwave.cpp: In function ‘PyObject* pyx_pf_9openzwave_9PyManager_23getNodeNeighbors(PyObject, PyObject, PyObject_)’:
openzwave.cpp:3873:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
openzwave.cpp: In function ‘PyObject_ pyx_pf_9openzwave_9PyManager_48getAssociations(PyObject, PyObject, PyObject*)’:
openzwave.cpp:6582:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
error: command 'gcc' failed with exit status 1
Repository Root: http://open-zwave.googlecode.com/svn
Repository UUID: db0adee0-878e-11de-bed6-6d316fbe0868
Revision: 604
Node Kind: directory
Schedule: normal
Last Changed Author: glsatz
Last Changed Rev: 604
Last Changed Date: 2012-12-28 20:09:12 -0400 (Fri, 28 Dec 2012)
I'll do my best to help out in any way I can.
The text was updated successfully, but these errors were encountered:
Don't cut your teeth just yet.
I have a solution for this, py-openzwave is slightly out of sync with open-zwave. I have a fix for this.. let me push it.
~/py-openzwave$ python setup.py build
running build
running build_ext
skipping 'openzwave.cpp' Cython extension (up-to-date)
building 'openzwave' extension
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-i686-2.7/openzwave.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
openzwave.cpp: In function ‘void pyx_f_9openzwave_callback(const OpenZWave::Notification, void)’:
openzwave.cpp:2011:51: error: ‘Type_Error’ is not a member of ‘OpenZWave::Notification’
openzwave.cpp:2021:54: error: ‘class OpenZWave::Notification’ has no member named ‘GetErrorCode’
openzwave.cpp: In function ‘PyObject* pyx_pf_9openzwave_9PyManager_23getNodeNeighbors(PyObject, PyObject, PyObject_)’:
openzwave.cpp:3873:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
openzwave.cpp: In function ‘PyObject_ pyx_pf_9openzwave_9PyManager_48getAssociations(PyObject, PyObject, PyObject*)’:
openzwave.cpp:6582:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
error: command 'gcc' failed with exit status 1
Repository Root: http://open-zwave.googlecode.com/svn
Repository UUID: db0adee0-878e-11de-bed6-6d316fbe0868
Revision: 604
Node Kind: directory
Schedule: normal
Last Changed Author: glsatz
Last Changed Rev: 604
Last Changed Date: 2012-12-28 20:09:12 -0400 (Fri, 28 Dec 2012)
I'll do my best to help out in any way I can.
The text was updated successfully, but these errors were encountered: