2013-04-09 3 views
1

저는 며칠 동안 이것을 성공적으로 설치하려고했습니다. 도움을 찾고, 나는이 사이트를 통해 여섯 번 시도하여 문제를 해결했지만 운이 좋지는 않습니다.caldecott 설치 문제, 작동 불능 명령 만들기

c:\Ruby193\DevKit>gem install caldecott --platform=ruby 
Temporarily enhancing PATH to include DevKit... 
Building native extensions. This could take a while... 
    ERROR: Error installing caldecott: 
    ERROR: Failed to build gem native extension. 

C:/Ruby193/bin/ruby.exe extconf.rb 
creating Makefile 

make 
'make' is not recognized as an internal or external command, 
operable program or batch file. 


Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/escape_ut 
ils-0.3.2 for inspection. 
Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/escape_utils-0.3.2/ext/esc 
ape_utils/gem_make.out 

나는이 게시물
의 지침에 따라 시도했습니다 -이 수행하여 Make Is Not Recognized as an internal or exernal command

:

c:\Ruby193>set make=mingw32-make 

나는 불행하게도 아직 얻을 :

c:\Ruby193>gem install caldecott --platform=ruby 
Temporarily enhancing PATH to include DevKit... 
Building native extensions. This could take a while... 
    ERROR: Error installing caldecott: 
    ERROR: Failed to build gem native extension. 

C:/Ruby193/bin/ruby.exe extconf.rb 
creating Makefile 

mingw32-make 
'mingw32-make' is not recognized as an internal or external command, 
operable program or batch file. 


Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/escape_ut 
ils-0.3.2 for inspection. 
Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/escape_utils-0.3.2/ext/esc 
ape_utils/gem_make.out 

I을 've also done :

c:\Ruby193\DevKit>gem install eventmachine --pre 

여기에 설명 된대로.
- Error Installing Caldecott

HALP !!! 내가 도대체 ​​뭘 잘못하고있는 겁니까? 관리자로
루비 v1.9.3
DevKit을 CMD를 실행

윈도우 7
는 - 루비 폴더에 설치하고, 설치 후는


업데이트

를 실행 :

나 ' mingw32-mak에게 make 명령을 전달해야하는 c :/ruby193/devkit/mingw/bin에 내 match.bat 파일을 만들려고했습니다. e, 여전히 성공적이지만 배치 (match.bat) 파일에 대한 나의 코드가있다.

이 포럼에서 설명한대로.
- make.bat

아직 운이 없다면, 해결책을 찾을 때까지 계속 키보드에서 얼굴을 굴릴 것입니다.

답변

0

당신은 단순히이 명령 당신은 지금 무엇을 얻을 오류

$ gem install caldecott 

, platform arugment없이 설치하려고 할 수 있습니까?

+0

아쉽게도. –

+0

Windows에 기본 보석을 설치하는 것은 항상 어려움이 있습니다. 어쩌면 버추얼 박스에서 Ubuntu 12.04를 스핀 업할 수 있습니다. 리눅스에서는 네이티브 젬을 설치하는 것이 아주 쉽고 잘 지원됩니다. – CuriousMind

+0

나는 그 시간을 좀 시도 할 수도 있습니다. 나는 새로운 데스크톱을 만들고 Windows 및 Ubuntu 부팅 가능을 원했습니다. 그냥 내가 원하는 것을 짓기 위해 돈을 가지고 있지 않았다. 오늘 밤까지 아무런 결과가 없으면 나는 VitrualBox가되어야한다고 생각합니다. 건배도 덜합니다. –