Closed WeeJeWel closed 9 years ago
Hi, I'm not a contributor to this module but I do use it myself. I am not surprised the problems you report. The V8 engine changed and there were many changes to the v8.h and related headers. So all of my C++ addon code broke with the update to node v0.12.0 (and also io.js 1.0.* too). I have not yet tried to correct. In my own addon code it looks like at least a full day's work. Just letting you know this isn't a surprise and will probably happen with any code that has embedded C/C++ addons.
Looking at the messages here it looks like a single C++ macro and a single method are responsible for all the errors. Probably a 10 minute fix once you understand the V8.h changes.
thx
Can you try v0.2.5 of node-speaker?
i had the exact same errors at build time. I tried v0.2.5 as suggested by @TooTallNate and it works perfectly !