Eric Satterwhite

Results 209 comments of Eric Satterwhite

> fatal error: zmq.h: No such file or directory This project is the node bindings to Zeromq. You need to install czmq libraries first

@Kampfkarren I'm still getting this error on 0.24.0 w/ `lua52` as a base. Is there something special that needs to be done to enable this support?

I'd have to build one my self? do you have an example build command for this?

ok. that seems to have worked. I'm not sure its entirely right. ```toml # Cargo.toml [workspace.dependencies] full_moon = { version = "0.17.0", features = ["lua52"] } ``` ```toml #selene/Cargo.toml [features]...

Is there any reason not to?

[npm-debug.zip](https://github.com/zaro/node-htmlstrip-native/files/197994/npm-debug.zip)

no, arch. And all of that is installed. I build other native modules just fine

this does install with iojs v2.5, 3.4 and other versions of node. There is something you must not be accounting for with the 4.2.x version... (?)

``` > [email protected] install /home/esatterwhite/dev/js/fulfill/yarn/node_modules/htmlstrip-native > node-gyp rebuild gyp: /home/esatterwhite/.node-gyp/4.2.4/common.gypi not found (cwd: /home/esatterwhite/dev/js/fulfill/yarn/node_modules/htmlstrip-native) while reading includes of binding.gyp while trying to load binding.gyp gyp ERR! configure error gyp ERR!...