mathiask88 / node-snap7

node.js wrapper for snap7
MIT License
162 stars 59 forks source link

1.0.1 break nodejs 6 build completely #42

Closed Apollon77 closed 6 years ago

Apollon77 commented 6 years ago

see https://travis-ci.org/ioBroker/ioBroker.s7/jobs/401666320#L604

In file included from ../src/node_snap7.cpp:7:0:
../src/node_snap7_server.h:76:3: error: ‘AsyncResource’ in namespace ‘Nan’ does not name a type
   Nan::AsyncResource async_resource;
   ^
Apollon77 commented 6 years ago

works when using prebuild binaries instaead of "build-from-source"