node-pru icon indicating copy to clipboard operation
node-pru copied to clipboard

Compatibility changes for Angstrom / Node 0.8

Open adamhaile opened this issue 11 years ago • 0 comments

Angstrom for Beaglebone Black is still at version 0.8.22 of node.js. I had to make a few changes to build node-pru. These follow the guidelines from https://github.com/joyent/node/wiki/Api-changes-between-v0.8-and-v0.10 and should be compatible with 0.10.

  • add explicit cast to (uv_after_work_cb) to 4th arg of call to uv_queue_work
  • use backwards-compatible version of Init, that doesn't receive a handle to module

adamhaile avatar Jan 23 '14 16:01 adamhaile