Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

... trying to cut my teeth on this. #10

Open
ctrlbreak- opened this issue Dec 29, 2012 · 2 comments
Open

... trying to cut my teeth on this. #10

ctrlbreak- opened this issue Dec 29, 2012 · 2 comments

Comments

@ctrlbreak-
Copy link

~/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.

@maartendamen
Copy link
Owner

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.

@maartendamen
Copy link
Owner

Ok, please try my latest commit..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants