Havn't dug into it yet, but getting these errors on a CentOS 5 host when building 0.1.19
[14/22] cxx: src/node_events.cc -> build/default/src/node_events_7.o
../src/node_dns.cc: In function ‘void node::set_timeout()’:
../src/node_dns.cc:26: warning: passing ‘ev_tstamp’ for argument 3 to ‘int dns_timeouts(dns_ctx*, int, time_t)’
../src/node_dns.cc: In function ‘void node::ioevent(ev_io*, int)’:
../src/node_dns.cc:46: warning: passing ‘ev_tstamp’ for argument 2 to ‘void dns_ioevent(dns_ctx*, time_t)’
[15/22] cxx: src/node_file.cc -> build/default/src/node_file_7.o
../src/node_file.cc: In static member function ‘static int node::EIOPromise::After(eio_req*)’:
../src/node_file.cc:123: warning: deleting ‘void*’ is undefined
../src/node_file.cc:150: warning: deleting ‘void*’ is undefined
[16/22] cxx: src/node_http.cc -> build/default/src/node_http_7.o
[17/22] cxx: src/node_net.cc -> build/default/src/node_net_7.o
[18/22] cxx: src/node_signal_handler.cc -> build/default/src/node_signal_handler_7.o
../src/node_net.cc: In static member function ‘static v8::Handle<v8::Value> node::Connection::VerifyPeer(const v8::Arguments&)’:
/me digs in and starts the investigation...
> --
>
> You received this message because you are subscribed to the Google Groups "nodejs" group.
> To post to this group, send email to
nod...@googlegroups.com.
> To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en.
>
>