문제

가능한 중복 :
Ruby 1.9 -로드 할 파일 없음 'Win32 / Open3'

Jammit Gem에 문제가 있습니다.내가 "rake"를 실행하면 메시지가 나타나면 메시지가 있습니다. 메시지의 일부 :

$ rake -t. (C : / RUBY187 / 테스트에서) 레이크가 중단되었습니다! Win32 / Open3로드 할 파일 없음 C : /ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.6/lib/actives_support/dependencies.rb : 239. : 필요에 따라 ' C : /ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.6/lib/actives_support/dependencies.rb : 239. : Inrequire '

환경에 대한 일부 정보 : OS : 윈도우 7 64 비트 루비 1.8.7. 보석 : Jammit (0.6.0) 폐쇄 - 컴파일러 (1.1.1) 유이 압축기 (0.9.6)

GEMFILE에서 JAMMIT를 제거하면 명령 RAKE가 문제없이 실행됩니다.

어떤 제안에 감사드립니다!

도움이 되었습니까?

해결책

Add this to your Gemfile:

gem 'win32-open3'

and bundle

다른 팁

The previous answer didn't work for me because it complained that my Ruby version must be less than 1.9 (on Windows 7 64-bit). However, this command worked and jammit started working after the gem was installed:

gem install win32-open3-19
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top