Hi Guys, I need help to installed RMagick into my window laptop... I run a command and i got this error... ==============================================================================D:\myrails\test>gem install rmagick Bulk updating Gem source index for: http://gems.rubyforge.org Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby gem_extconf.rb install rmagick sh configure gem_extconf.rb:38: undefined method `exitstatus'' for nil:NilClass (NoMethodError ) Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/ rmagick-1.15.1 0 for inspection. Results logged to c:/ruby/lib/ruby/gems/1.8/gems/rmagick-1.15.10/ gem_make.out D:\myrails\test> ============================================================== please help..thks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
<cliveharber-q/Bov5K/xQpeoWH0uzbU5w@public.gmane.org>
2007-Sep-18 11:06 UTC
Re: Need help to install RMagick...
Hi To use RMagick you need to have ImageMagick or GraphicsMagick installed. All you need a c compiler to compile the extension natively. This involves installing Mingw to get gcc on Windows - or if you have access to MS Visual Studio/ MS Visual C++. Either that or you download and install the RMagick-win32 gem, see: http://rmagick.rubyforge.org/install-faq.html#gcc Follow the link for installation instructions. HTH Clive ---- pacochin <pacochin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi Guys, > > I need help to installed RMagick into my window laptop... > > I run a command and i got this error... > ==============================================================================> D:\myrails\test>gem install rmagick > Bulk updating Gem source index for: http://gems.rubyforge.org > Building native extensions. This could take a while... > ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) > ERROR: Failed to build gem native extension. > > ruby gem_extconf.rb install rmagick > > sh configure > > gem_extconf.rb:38: undefined method `exitstatus'' for nil:NilClass > (NoMethodError > ) > > > Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/ > rmagick-1.15.1 > 0 for inspection. > Results logged to c:/ruby/lib/ruby/gems/1.8/gems/rmagick-1.15.10/ > gem_make.out > > D:\myrails\test> > ==============================================================> > please help..thks > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
pacochin wrote:> Hi Guys, > > I need help to installed RMagick into my window laptop... >http://rmagick.rubyforge.org/install-faq.html#win -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---