kelly / node-i2c

Node.js native bindings for i2c-dev. Plays well with Raspberry Pi and Beaglebone.
Other
216 stars 91 forks source link

building on v0.11 #16

Closed seriousManual closed 8 years ago

seriousManual commented 10 years ago

i made a testbuild on travis on node v0.11.3 which failed.

i did not investigate further, maybe that will be an issue when 0.12 is released.

seriousManual commented 10 years ago

any plans for 0.12?

kelly commented 10 years ago

It will be supported. It appears Buffers have changed which breaks the current version.

bchr02 commented 8 years ago

@kelly when do you think this will be complete? We still can't install cylon-i2c on any version of Node greater than 0.10.x .

bchr02 commented 8 years ago

Looks like https://github.com/kelly/node-i2c/issues/69 is a duplicate of this issue.

kelly commented 8 years ago

@bchr02 the current i2c version works on 0.12.9 and under.

bchr02 commented 8 years ago

Thanks but when will it work with 0.4.x and 0.5.x?

kelly commented 8 years ago

@bchr02 since it requires a full re-write of the c++ code, it's not an immediately a priority for me. If anyone wants to take a shot at it, submit a pull request using NAN and i'll merge it in.

EMCP commented 7 years ago

Guessing nothing has changed on this issue since January. I just tried to install this library on a raspbian running pi2, node v6.x.x, and nada

kelly commented 7 years ago

@EMCP this is closed, so your issues aren't related to this bug.

EMCP commented 7 years ago

I'm just trying to get the status of this project running on versions beyond node .12

EMCP commented 7 years ago

strangely, the project that used this library was on an older version 0.1.1 .. after upgrading the errors have dropped away on my platform.