Closed enbug closed 14 years ago
node-proxy.h includes String, but it does not exist in my system, so the compilation fails. It solves the problem to simply remove this inclusion, because v8 has the class String.
Thanks, it was actually a typo, it shouldn't have been in there
Updated in repo and on npm
node-proxy.h includes String, but it does not exist in my system, so the compilation fails. It solves the problem to simply remove this inclusion, because v8 has the class String.