[wtr-general] Re: Failing to update gem

2009-04-07 Thread Chuck van der Linden

generally speaking, if it says 'nothing to update' then it's updated.

On Apr 7, 2:08 am, spike  wrote:
> when i'm using gem update --system
> it says nothing to update,
>
> On Apr 7, 1:22 pm, JArkelen  wrote:
>
>
>
> > If you want to do a general update on all your gems, use gem update --
> > system
> > If you want to update a specific gem use gem update 
>
> > Cheers,
> > John
>
> > On Apr 7, 9:24 am, spike  wrote:
>
> > > Hi
>
> > > I'm trying to update gem using the command
>
> > > gem update
>
> > > but its failing to update and i'm getting following error.
>
> > > ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)
> > >     ERROR: Failed to build gem native extension.
>
> > > rake RUBYARCHDIR=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> > > RUBYLIBDI
> > > R=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> > > ruby mkrf_conf.rb
> > > (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1)
> > > call rake --nosearch
> > > cl -nologo  -MD -Zi -O2b2xg- -G6  -DWIN32 -DRUBY_VERSION=186  -IC:/
> > > Ruby/include
> > > -IC:/Ruby/lib/ruby/1.8/i386-mswin32 -IC:/Ruby/lib/ruby/site_ruby/1.8 -
> > > I. -c gl-1
> > > .0-1.1.c
> > > (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/ext/gl)
> > > 'cl' is not recognized as an internal or external command,
> > > operable program or batch file.
> > > rake aborted!
> > > Command failed with status (1): [cl -nologo  -MD -Zi -O2b2xg- -G6  -
> > > DWIN32 ...]
>
> > > (See full trace by running task with --trace)
> > > rake aborted!
> > > Command failed with status (1): [call rake --nosearch...]
>
> > > (See full trace by running task with --trace)
>
> > > Gem files will remain installed in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-
> > > opengl-0.
> > > 60.1 for inspection.
> > > Results logged to C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/
> > > gem_make.out
>
> > > please suggest a solution
>
> > > thankingyou- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Failing to update gem

2009-04-07 Thread Bret Pettichord

Which gem are you trying to update? Are you trying to update the gem 
system? The command for that is "gem update --system".

Bret

spike wrote:
> Hi
>
> I'm trying to update gem using the command
>
> gem update
>
> but its failing to update and i'm getting following error.
>
> ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)
> ERROR: Failed to build gem native extension.
>
> rake RUBYARCHDIR=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> RUBYLIBDI
> R=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> ruby mkrf_conf.rb
> (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1)
> call rake --nosearch
> cl -nologo  -MD -Zi -O2b2xg- -G6  -DWIN32 -DRUBY_VERSION=186  -IC:/
> Ruby/include
> -IC:/Ruby/lib/ruby/1.8/i386-mswin32 -IC:/Ruby/lib/ruby/site_ruby/1.8 -
> I. -c gl-1
> .0-1.1.c
> (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/ext/gl)
> 'cl' is not recognized as an internal or external command,
> operable program or batch file.
> rake aborted!
> Command failed with status (1): [cl -nologo  -MD -Zi -O2b2xg- -G6  -
> DWIN32 ...]
>
> (See full trace by running task with --trace)
> rake aborted!
> Command failed with status (1): [call rake --nosearch...]
>
> (See full trace by running task with --trace)
>
>
> Gem files will remain installed in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-
> opengl-0.
> 60.1 for inspection.
> Results logged to C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/
> gem_make.out
>
> please suggest a solution
>
> thankingyou
> >
>   


-- 
Bret Pettichord
CTO, WatirCraft LLC, www.watircraft.com
Lead Developer, Watir, www.watir.com
Blog, www.io.com/~wazmo/blog
Twitter, www.twitter.com/bpettichord

Watir Training: Portland/Beaverton April 16-17
www.watircraft.com/training


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Failing to update gem

2009-04-07 Thread spike

when i'm using gem update --system
it says nothing to update,

On Apr 7, 1:22 pm, JArkelen  wrote:
> If you want to do a general update on all your gems, use gem update --
> system
> If you want to update a specific gem use gem update 
>
> Cheers,
> John
>
> On Apr 7, 9:24 am, spike  wrote:
>
>
>
> > Hi
>
> > I'm trying to update gem using the command
>
> > gem update
>
> > but its failing to update and i'm getting following error.
>
> > ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)
> >     ERROR: Failed to build gem native extension.
>
> > rake RUBYARCHDIR=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> > RUBYLIBDI
> > R=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> > ruby mkrf_conf.rb
> > (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1)
> > call rake --nosearch
> > cl -nologo  -MD -Zi -O2b2xg- -G6  -DWIN32 -DRUBY_VERSION=186  -IC:/
> > Ruby/include
> > -IC:/Ruby/lib/ruby/1.8/i386-mswin32 -IC:/Ruby/lib/ruby/site_ruby/1.8 -
> > I. -c gl-1
> > .0-1.1.c
> > (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/ext/gl)
> > 'cl' is not recognized as an internal or external command,
> > operable program or batch file.
> > rake aborted!
> > Command failed with status (1): [cl -nologo  -MD -Zi -O2b2xg- -G6  -
> > DWIN32 ...]
>
> > (See full trace by running task with --trace)
> > rake aborted!
> > Command failed with status (1): [call rake --nosearch...]
>
> > (See full trace by running task with --trace)
>
> > Gem files will remain installed in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-
> > opengl-0.
> > 60.1 for inspection.
> > Results logged to C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/
> > gem_make.out
>
> > please suggest a solution
>
> > thankingyou- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Failing to update gem

2009-04-07 Thread JArkelen

If you want to do a general update on all your gems, use gem update --
system
If you want to update a specific gem use gem update 

Cheers,
John

On Apr 7, 9:24 am, spike  wrote:
> Hi
>
> I'm trying to update gem using the command
>
> gem update
>
> but its failing to update and i'm getting following error.
>
> ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)
>     ERROR: Failed to build gem native extension.
>
> rake RUBYARCHDIR=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> RUBYLIBDI
> R=C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/lib
> ruby mkrf_conf.rb
> (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1)
> call rake --nosearch
> cl -nologo  -MD -Zi -O2b2xg- -G6  -DWIN32 -DRUBY_VERSION=186  -IC:/
> Ruby/include
> -IC:/Ruby/lib/ruby/1.8/i386-mswin32 -IC:/Ruby/lib/ruby/site_ruby/1.8 -
> I. -c gl-1
> .0-1.1.c
> (in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/ext/gl)
> 'cl' is not recognized as an internal or external command,
> operable program or batch file.
> rake aborted!
> Command failed with status (1): [cl -nologo  -MD -Zi -O2b2xg- -G6  -
> DWIN32 ...]
>
> (See full trace by running task with --trace)
> rake aborted!
> Command failed with status (1): [call rake --nosearch...]
>
> (See full trace by running task with --trace)
>
> Gem files will remain installed in C:/Ruby/lib/ruby/gems/1.8/gems/ruby-
> opengl-0.
> 60.1 for inspection.
> Results logged to C:/Ruby/lib/ruby/gems/1.8/gems/ruby-opengl-0.60.1/
> gem_make.out
>
> please suggest a solution
>
> thankingyou
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---