Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Chuck van der Linden
What's on line 6 of this file: c2p_test_whats_new_dev.rb On Tuesday, March 27, 2012 11:00:59 AM UTC-7, Shlomit Gazit wrote: > > So I moved back now to the new ruby installation 193 with the new watir > and it is successfully installed watir. > > I am trying to run now watir tests I have, which I

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Oscar Rieken
sorry I am not familiar with Test::Unit On Tue, Mar 27, 2012 at 2:00 PM, Shlomit Gazit wrote: > So I moved back now to the new ruby installation 193 with the new watir > and it is successfully installed watir. > > I am trying to run now watir tests I have, which I used to run with older > watir v

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Shlomit Gazit
So I moved back now to the new ruby installation 193 with the new watir and it is successfully installed watir. I am trying to run now watir tests I have, which I used to run with older watir version, and I am getting errors: First they were compile error, for 'BREAK', older version was working wi

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Oscar Rieken
reboot then try gem update --system also that is a different error from before got to love progress On Tue, Mar 27, 2012 at 1:38 PM, Shlomit Gazit wrote: > That's what I did, but then trying to do gem install watir, I got the > error. > > See below: now I am getting a different error: > > C:\

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Shlomit Gazit
That's what I did, but then trying to do gem install watir, I got the error. See below: now I am getting a different error: C:\devkit>dk.rb install [INFO] RubyGems override already in place for c:/Ruby, skipping. [WARN] DevKit helper library already exists for c:/Ruby, skipping. C:\devkit>gem in

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Oscar Rieken
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit you have to install devkit in order to do that you have to download it and extract it then go into that folder that you extracted devkit to thru the command prompt type dk.rb init in the command line then type dk.rb install then you c

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Shlomit Gazit
After installing devkit, I am still getting an error installing watir: After I failed with the above installation, I downgrade ruby and watir but still failing with the same error: C:\devkit>gem install watir --no-ri --no-rdoc Temporarily enhancing PATH to include DevKit... Building native extensi

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-27 Thread Shlomit Gazit
I dont remember doing it in the past, is that a new step? Shlomit. On Wed, Mar 21, 2012 at 12:30 PM, Željko Filipin wrote: > Did you install devkit? > > > https://github.com/zeljkofilipin/watirbook/blob/master/installation/windows.md > > > Željko > -- > watir.com/book - author > > > > On Wed, Ma

Re: [wtr-general] ERROR: Failed to build gem native extension.

2012-03-21 Thread Željko Filipin
Did you install devkit? https://github.com/zeljkofilipin/watirbook/blob/master/installation/windows.md Željko -- watir.com/book - author On Wed, Mar 21, 2012 at 12:44 PM, Shlomit Gazit wrote: > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents

[wtr-general] ERROR: Failed to build gem native extension.

2012-03-21 Thread Shlomit Gazit
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Administrator>ruby -e 'require "watir";puts Watir::IE: :VERSION' -e:1: warning: toplevel constant VERSION referenced by Watir::IE::VERSION 1.8.6 C:\Documents and Settings\Administrator>gem u