Hi, I try to install the ferret gem (in my windows 7), I got this : gem install ferret -v 0.11.6 --source http://gems.rubyforge.org/ Building native extensions. This could take a while... ERROR: Error installing ferret: ERROR: Failed to build gem native extension. C:/ruby/bin/ruby.exe extconf.rb creating Makefile make ''make'' is not recognized as an internal or external command, operable program or batch file. Could someone help me please ? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''ve never used ferret, but a quick google search turned up this: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/2def3b3133bb0ab According to that thread you should try version 0.11.5 -- Bob 2010/7/2 Mamadou Touré <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:> Hi, > > I try to install the ferret gem (in my windows 7), I got this : > > > gem install ferret -v 0.11.6 --source http://gems.rubyforge.org/ > Building native extensions. This could take a while... > ERROR: Error installing ferret: > ERROR: Failed to build gem native extension. > > C:/ruby/bin/ruby.exe extconf.rb > creating Makefile > > make > ''make'' is not recognized as an internal or external command, > operable program or batch file. > > Could someone help me please ? > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Bob Nadler wrote:> I''ve never used ferret, but a quick google search turned up this: > http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/2def3b3133bb0ab > > According to that thread you should try version 0.11.5 > > -- Bob > > 2010/7/2 Mamadou Tour� <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:Hi Bob, I Tried 0.11.5 even 0.11.4, I trie also a win32 versions of both (as suggested by some people on google), but I''m still experiencing the same problem -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Mamadou Touré wrote:> Hi, > > I try to install the ferret gem (in my windows 7), I got this : > > > gem install ferret -v 0.11.6 --source http://gems.rubyforge.org/ > Building native extensions. This could take a while... > ERROR: Error installing ferret: > ERROR: Failed to build gem native extension. > > C:/ruby/bin/ruby.exe extconf.rb > creating Makefile > > make > ''make'' is not recognized as an internal or external command, > operable program or batch file. > > Could someone help me please ?Simple. You need make in order to compile the native extensions. Make is a standard *nix tool, but I''m not sure about Windows versions of it (search the Web...). If you must use Windows for Rails development (which I do not recommend), you may want to install Cygwin. -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Download and unzip the current devkit into your ruby directory. It contains all necessary MinGW-tools for compiling native extensions. -Markus 2010/7/3 Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:> Mamadou Touré wrote: >> Hi, >> >> I try to install the ferret gem (in my windows 7), I got this : >> >> >> gem install ferret -v 0.11.6 --source http://gems.rubyforge.org/ >> Building native extensions. This could take a while... >> ERROR: Error installing ferret: >> ERROR: Failed to build gem native extension. >> >> C:/ruby/bin/ruby.exe extconf.rb >> creating Makefile >> >> make >> ''make'' is not recognized as an internal or external command, >> operable program or batch file. >> >> Could someone help me please ? > > Simple. You need make in order to compile the native extensions. Make > is a standard *nix tool, but I''m not sure about Windows versions of it > (search the Web...). If you must use Windows for Rails development > (which I do not recommend), you may want to install Cygwin. > > > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > Sent from my iPhone > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Markus Zywitza wrote:> Download and unzip the current devkit into your ruby directory. It > contains all necessary MinGW-tools for compiling native extensions. > > -Markus > > 2010/7/3 Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:Hi Markus, What devKit should I download ? do you have the link please ? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> What devKit should I download ? do you have the link please ?http://rubyforge.org/frs/download.php/66888/devkit-3.4.5r3-20091110.7z -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Markus Zywitza wrote:>> What devKit should I download ? do you have the link please ? > > http://rubyforge.org/frs/download.php/66888/devkit-3.4.5r3-20091110.7zThanks Markus, I''ll try it tonight and I''ll let you know. Regards -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Mamadou Touré wrote:> Markus Zywitza wrote: >>> What devKit should I download ? do you have the link please ? >> >> http://rubyforge.org/frs/download.php/66888/devkit-3.4.5r3-20091110.7z > > Thanks Markus, > > I''ll try it tonight and I''ll let you know. > > Regards10000000000000000000 thanks Markus, it worksssssss. Now I have the ferret installed -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.