Problem with Typhoeus

45 views
Skip to first unread message

Cane

unread,
Jan 24, 2011, 12:18:45 AM1/24/11
to Service Oriented Design With Ruby
Hello, I am trying to get the environment up and running on Windows,
through RubyInstaller (http://rubyinstaller.org/). The only gem that
wont install properly is Typhoeus.

Any help would be appreciated.

Clarence Bakirtzidis

unread,
Jan 31, 2011, 8:12:25 PM1/31/11
to service-oriented...@googlegroups.com
I just installed Ruby Installer (1.8.7-p330) on Windows XP and then tried 
"gem install typhoeus" from the command prompt.  I got this error:

ERROR:  Error installing typhoeus:
        The 'typhoeus' native gem requires installed build tools.

Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions

Is this similar to the error you got?

However, when I installed "msysgit" (Git for Windows - http://code.google.com/p/msysgit/) and opened a bash shell it worked fine for me:

$ gem install typhoeus

$ gem install typhoeus
Building native extensions.  This could take a while...
Successfully installed mime-types-1.16
Successfully installed typhoeus-0.2.1
2 gems installed
Installing ri documentation for mime-types-1.16...
Installing ri documentation for typhoeus-0.2.1...
Installing RDoc documentation for mime-types-1.16...
Installing RDoc documentation for typhoeus-0.2.1...

$ gem list

*** LOCAL GEMS ***

mime-types (1.16)
typhoeus (0.2.1)

If you don't mind using a UNIX shell (bash) then this might be an option for you.  Also, you get Git which is another reason to install msysgit.

To open a msysgit shell window, execute: C:\msysgit\msysgit\msys.bat (if you chose the default install location).

The version of msysgit I installed was "msysGit-fullinstall-1.7.3.1-preview20101002.exe" (Description: Full installer (self-contained) if you want to hack on Git).  Here is the direct link: http://code.google.com/p/msysgit/downloads/detail?name=msysGit-fullinstall-1.7.3.1-preview20101002.exe&can=2&q=


Regards,

Clarence.




--
You received this message because you are subscribed to the Google Groups "Service Oriented Design With Ruby" group.
To post to this group, send email to service-oriented...@googlegroups.com.
To unsubscribe from this group, send email to service-oriented-desig...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/service-oriented-design-with-ruby?hl=en.


Cane

unread,
Feb 2, 2011, 3:10:26 AM2/2/11
to Service Oriented Design With Ruby
Thanks for the tip!
Reply all
Reply to author
Forward
0 new messages