I have got exactly same error after upgrade watir (watir-classic) from 3.0.0 to latest and grates 3.1.0 :) After downgrade this problem has gone.
downgrade steps: gem uninstall watir-classic -v 3.1.0 gem install watir-classic -v 3.0.0 gem uninstall win32-process -v 0.7.0 gem install win32-process -v 0.6.6 On Friday, 7 September 2012 17:49:04 UTC-4, Željko Filipin wrote: > > On Fri, Sep 7, 2012 at 5:15 PM, Emanuele Mandaglio > <[email protected]<javascript:>> > wrote: > > ffi (1.1.5) > > C:/Ruby193/lib/ruby/gems/1.9.1/gems/*watir-classic-3.1.0/*lib/watir-classic/browser.rb:89:in > > > `eval': Function '_get_errno' not found in [msvcrt.dll] (FFI::NotFoundError) > > This looks like a problem with ffi gem. We had problems with that gem > before. Try upgrading or downgrading the gem. Let us know if you do not > know how to do that. > > Željko > -- > filipin.eu > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
