-
Notifications
You must be signed in to change notification settings - Fork 49
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
Build failed #7
Comments
Tried on node v0.4.8 and it also failed. On Ubuntu 11.04 32-bit |
Actually, it's working on v0.4.8 - I just had to delete the node-compress directory, download again and reinstall. |
I'm also not able to install compress on osx Lion/Node v0.5.3 which is causing issues with the 'gzippo' library. Here's the stack trace: |
May be related to this change in node v0.5.x: |
Getting the same error as bdicaskon.
Fresh make && make install of 0.5.x |
And now I can confirm that compress installs correctly with 0.4.x versions of node after reinstalling (again). |
../src/zlib.h:90:52: error: ‘class node::Buffer’ has no member named ‘data’
../src/zlib.h:90:52: error: ‘class node::Buffer’ has no member named ‘length’
/usr/local/include/node/ev/ev.h: At global scope:
/usr/local/include/node/ev/ev.h:565:1: warning: ‘ev_tstamp ev_now()’ defined but not used
/usr/local/include/node/ev/ev.h:574:1: warning: ‘int ev_is_default_loop()’ defined but not used
/usr/local/include/node/ev/ev.h:810:20: warning: ‘void ev_loop(int)’ defined but not used
/usr/local/include/node/ev/ev.h:811:20: warning: ‘void ev_unloop(int)’ defined but not used
/usr/local/include/node/ev/ev.h:812:20: warning: ‘void ev_default_destroy()’ defined but not used
/usr/local/include/node/ev/ev.h:813:20: warning: ‘void ev_default_fork()’ defined but not used
/usr/local/include/node/ev/ev.h:815:30: warning: ‘unsigned int ev_loop_count()’ defined but not used
/usr/local/include/node/ev/ev.h:816:30: warning: ‘unsigned int ev_loop_depth()’ defined but not used
/usr/local/include/node/ev/ev.h:817:30: warning: ‘void ev_loop_verify()’ defined but not used
Waf: Leaving directory `/home/hynese/backopt/node-compress/build'
Build failed: -> task failed (err #1):
{task: cxx compress.cc -> compress_1.o}
Can someone please let me know what's going on here?
I'm using node v0.5.0-pre
The text was updated successfully, but these errors were encountered: