That one's beyond me. Have used node-usb which uses libuv and it works fine. Seems node-usb also had a similar problem and was fixed by changing the bindings from libev to libuv. Guess will have to wait till serialport updates.
Have already filed an issue on github. Hope that helps. Thanks. On Mon, May 7, 2012 at 11:54 PM, Ben Noordhuis <[email protected]> wrote: > 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 > -- 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
