ruby - watir install report failed to build gem native extension -



ruby - watir install report failed to build gem native extension -

i've installed instantrail2.0. want install watir 1.65

first installed watir-1.6.5.gem said 302 fetching http://gems.r....

then downlord rubygems-update-1.3.7.gem , type

gem install --local rubygems-update-1.3.7.gem

successfully installed. type in update_rubygems

next type in gem install watir-1.6.5.gem appears error:failed build gem native extension

i searched , found reply 1.3.7 doesn't back upwards win32. type

gem install sqlite3-ruby -v 1.3.0 gem install watir-1.6.5.gem error:failed build gem native extension gem install sqlite3-ruby -v 1.2.3 gem install watir-1.6.5.gem error:failed build gem native extension

how can next??

use more current version of watir

ruby rubygems watir

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -