Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on node 0.11 #33

Closed
rlidwka opened this issue Sep 10, 2014 · 1 comment
Closed

Doesn't work on node 0.11 #33

rlidwka opened this issue Sep 10, 2014 · 1 comment

Comments

@rlidwka
Copy link
Contributor

rlidwka commented Sep 10, 2014

I don't know what they changed, but it doesn't compile anymore:

$ ~/node-crypt3/node-v0.11.13-linux-x64/bin/node `which npm` install fs-ext 
npm http GET https://registry.npmjs.org/fs-ext
npm http 200 https://registry.npmjs.org/fs-ext

> fs-ext@0.3.2 install /tmp/node_modules/fs-ext
> node-gyp configure build

make: Entering directory `/tmp/node_modules/fs-ext/build'
  CXX(target) Release/obj.target/fs-ext/fs-ext.o
../fs-ext.cc:91:23: error: variable or field ‘EIO_After’ declared void
 static void EIO_After(uv_work_t *req) {
                       ^
../fs-ext.cc:91:23: error: ‘uv_work_t’ was not declared in this scope
../fs-ext.cc:91:34: error: ‘req’ was not declared in this scope
 static void EIO_After(uv_work_t *req) {
                                  ^
make: *** [Release/obj.target/fs-ext/fs-ext.o] Error 1
make: Leaving directory `/tmp/node_modules/fs-ext/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2

Node 0.12 is probably going to be released soon, so it'd be nice to be ready for that.

@baudehlo
Copy link
Owner

They changed the C++ API completely... I just haven't had time to port it
to use NAN: https://github.com/rvagg/nan

On Wed, Sep 10, 2014 at 2:05 PM, Alex Kocharin notifications@github.com
wrote:

I don't know what they changed, but it doesn't compile anymore:

$ ~/node-crypt3/node-v0.11.13-linux-x64/bin/node which npm install fs-ext
npm http GET https://registry.npmjs.org/fs-ext
npm http 200 https://registry.npmjs.org/fs-ext

fs-ext@0.3.2 install /tmp/node_modules/fs-ext
node-gyp configure build

make: Entering directory /tmp/node_modules/fs-ext/build' CXX(target) Release/obj.target/fs-ext/fs-ext.o../fs-ext.cc:91:23: error: variable or field ‘EIO_After’ declared void static void EIO_After(uv_work_t *req) { ^../fs-ext.cc:91:23: error: ‘uv_work_t’ was not declared in this scope../fs-ext.cc:91:34: error: ‘req’ was not declared in this scope static void EIO_After(uv_work_t *req) { ^make: *** [Release/obj.target/fs-ext/fs-ext.o] Error 1make: Leaving directory/tmp/node_modules/fs-ext/build'
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2

Node 0.12 is probably going to be released soon, so it'd be nice to be
ready for that.


Reply to this email directly or view it on GitHub
#33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants