-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
The module fails to install with the following error:
$ node -v
v7.10.1
$ npm install --save getdns
> getdns@2.0.0-alpha.1 install /Users/test/projects/test-getdnsapi/node_modules/getdns
> npm run --silent rebuild
CXX(target) Release/obj.target/getdns/src/GNContext.o
In file included from ../src/GNContext.cpp:28:
../src/GNContext.h:33:10: fatal error: 'getdns/getdns.h' file not found
#include <getdns/getdns.h>
^
1 error generated.
make: *** [Release/obj.target/getdns/src/GNContext.o] Error 1
I also tried with Node 6 and Node 9 and the result is the same. My machine is MacOS High Sierra, version 10.13.1 (17B1002)
flotwig