Created
February 22, 2010 19:02
-
-
Save charlesroper/311354 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [H:\My Dropbox\Code\Projects\RailsTutorial\sample_app_4win]gem install thin | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing thin: | |
| ERROR: Failed to build gem native extension. | |
| C:/Ruby19/bin/ruby.exe extconf.rb | |
| TCC: Unknown command "C:" | |
| Gem files will remain installed in C:/Ruby19/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10 for inspection. | |
| Results logged to C:/Ruby19/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/ext/gem_make.out | |
| [H:\My Dropbox\Code\Projects\RailsTutorial\sample_app_4win]cmd | |
| Microsoft Windows XP [Version 5.1.2600] | |
| (C) Copyright 1985-2001 Microsoft Corp. | |
| H:\My Dropbox\Code\Projects\RailsTutorial\sample_app_4win>gem install thin | |
| Building native extensions. This could take a while... | |
| Building native extensions. This could take a while... | |
| Successfully installed eventmachine-0.12.10 | |
| Successfully installed daemons-1.0.10 | |
| [etc...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment