2014-10-21 2 views
3

cmakerugged 보석을 설치하려고합니다. 내 루비는 193이고 내 DevKit은이 버전에 따라 설치됩니다. 나는 PATH 시스템을 수정하고 DevKit을 설치했다.cmake를 설치할 수 없습니다 - 보석 기본 확장을 빌드하지 못했습니다

는 지금은 gem install cmake를 실행하려고, 난 오류가 받고 있어요 :

> gem install cmake 
Temporarily enhancing PATH to include DevKit... 
Building native extensions. This could take a while... 
ERROR: Error installing cmake: 
     ERROR: Failed to build gem native extension. 

     C:/Ruby193/bin/ruby.exe extconf.rb 
*** extconf.rb failed *** 
Could not create Makefile due to some reason, probably lack of 
necessary libraries and/or headers. Check the mkmf.log file for more 
details. You may need configuration options. 

Provided configuration options: 
     --with-opt-dir 
     --without-opt-dir 
     --with-opt-include 
     --without-opt-include=${opt-dir}/include 
     --with-opt-lib 
     --without-opt-lib=${opt-dir}/lib 
     --with-make-prog 
     --without-make-prog 
     --srcdir=. 
     --curdir 
     --ruby=C:/Ruby193/bin/ruby 
extconf.rb:5:in `chdir': No such file or directory - C:/Ruby193/lib/ruby/gems/1.9.1/gems/ 
OENT) 
     from extconf.rb:5:in `<main>' 


Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/cmake-2.8.7 for in 
Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/cmake-2.8.7/ext/cmake/gem_make.out 

어떻게 해야할지 모르겠어요, 나는 이전 루비 새로운 사용하고 문제가 동일했다. 내가 무엇을 할 수 있을지?

+0

이 작업을 끝내셨습니까? 나는 지금 같은 문제가있다. – ECH

+0

3 년 전, 응? 그러나 아마 내가하지 않으면, 나는 대답을 쓸 것이다 :) –

+0

나는 실제로 그것을 작동시켰다! 방금 답변을 올렸습니다. – ECH

답변

0

installer을 다운로드 한 다음 UI를 통해 설치하여 설치했습니다. 내 목적을 위해, 필자는 PATH에 변수를 추가 한 상자가 선택되었는지 확인해야했습니다.

관련 문제