-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to build #6
Comments
👍 |
Im also unable to build, although on raspbian wheezy. npm http GET https://registry.npmjs.org/telldus-core-js
make: Entering directory |
The current version of telldus-core-js is not compatible with node.js >= 0.10.x. I made a quick adaption ( Pull request #8 ) currently available at https://github.com/hexagon/telldus-core-js |
I'm unable to build using node v0.10.3, not sure if I'm missing something or if it isn't compatible with my node version...?
npm http GET https://registry.npmjs.org/telldus-core-js
npm http 304 https://registry.npmjs.org/telldus-core-js
CXX(target) Release/obj.target/telldus-core-js/telldus.o
../telldus.cc:1:9: warning: 'BUILDING_NODE_EXTENSION' macro redefined
define BUILDING_NODE_EXTENSION
:4:9: note: previous definition is here
define BUILDING_NODE_EXTENSION 1
../telldus.cc:205:34: error: unknown type name 'eio_req'
int DeviceEventCallbackAfter(eio_req req) {
^
../telldus.cc:225:17: error: use of undeclared identifier 'EIO_PRI_DEFAULT'
eio_nop(EIO_PRI_DEFAULT, DeviceEventCallbackAfter, batton);
^
../telldus.cc:239:34: error: unknown type name 'eio_req'
int SensorEventCallbackAfter(eio_req *req) {
^
../telldus.cc:271:17: error: use of undeclared identifier 'EIO_PRI_DEFAULT'
eio_nop(EIO_PRI_DEFAULT, SensorEventCallbackAfter, batton);
^
../telldus.cc:285:35: error: unknown type name 'eio_req'
int RawDataEventCallbackAfter(eio_req *req) {
^
../telldus.cc:306:17: error: use of undeclared identifier 'EIO_PRI_DEFAULT'
eio_nop(EIO_PRI_DEFAULT, RawDataEventCallbackAfter, batton);
^
1 warning and 6 errors generated.
make: ** [Release/obj.target/telldus-core-js/telldus.o] Error 1
The text was updated successfully, but these errors were encountered: