On Mon, May 7, 2012 at 5:38 PM, Anand George <[email protected]> wrote: > Running with Node versions upto 06.13 gave a different run-time error > > "Unable to load shared library ... serialport_native.node"
That's because error messages got improved recently. > Regarding the fix, the source file, serialport_native.cc does not seem to > contain any reference to ev_rt_now. Is there something I'm missing? It's possibly that ev_rt_now is used indirectly through, for example, a link-time dependency or a misconfiguration like -DEV_MULTIPLICITY=0. Ideally, node-serialport should switch from using libev to libuv. -- 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
