On Fri, Feb 10, 2012 at 18:46, steve johnston <[email protected]> wrote: > Trying v0.6.10. Make got much further, then it errored-out with > node_zlib.cc errors: > > (Red Hat Enterprise Linux ES release 4 (Nahant Update 9) > > .... > /usr/bin/g++ -pthread -m32 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" > -DPLATFORM="linux" -D__POSIX__=1 -Wno-unused-parameter > -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser > -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include > -IRelease/deps/uv/src/ares -I../deps/uv/src/ares > -IRelease/deps/v8/include -I../deps/v8/include -I/usr/kerberos/include > -Ideps/v8/include ../src/node_zlib.cc -c -o Release/src/node_zlib_5.o > ../src/node_zlib.cc: In static member function `static > v8::Handle<v8::Value> node::ZCtx<mode>::Init(const v8::Arguments&)': > ../src/node_zlib.cc:214: error: `Z_FIXED' was not declared in this scope > ../src/node_zlib.cc: In function `void > node::InitZlib(v8::Handle<v8::Object>)': > ../src/node_zlib.cc:341: error: `Z_FIXED' was not declared in this scope > Waf: Leaving directory `/usr/local/src/node-v0.6.10/out' > Build failed: -> task failed (err #1): > {task: cxx node_zlib.cc -> node_zlib_5.o} > make: *** [program] Error 1
Do you have zlib-devel installed? Its headers are probably clashing with the bundled zlib. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
