Windows x64 上的 jammit gem 问题
我在 jammit gem 方面遇到了问题。当我运行“rake”时,我收到一条消息,告诉我出现问题 - 消息的一部分:
$ rake -t (在 c:/Ruby187/test 中) 耙子中止! 没有要加载的文件——win32/open3 c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.6/lib/active_support/dependency.rb:239 :在要求' c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.6/lib/active_support/dependency.rb:239 :inrequire'
有关环境的一些信息: 操作系统:Windows 7 64位 红宝石 1.8.7 宝石: 果酱 (0.6.0) 闭包编译器 (1.1.1) yui-compressor (0.9.6)
如果我从 Gemfile 中删除 jammit,命令 rake -t 运行不会出现问题。
谢谢您的任何建议!
Possible Duplicate:
Ruby 1.9 - no such file to load 'win32/open3'
I am having a problem with jammit gem. When I run "rake", I get a message telling me, there is a problem - part of message:
$ rake -t
(in c:/Ruby187/test)
rake aborted!
no such file to load -- win32/open3
c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.6/lib/active_support/dependencies.rb:239
:in require'
c:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-3.0.6/lib/active_support/dependencies.rb:239
:inrequire'
Some info about environment:
OS: Windows 7 64bit
Ruby 1.8.7
GEMS:
jammit (0.6.0)
closure-compiler (1.1.1)
yui-compressor (0.9.6)
If I remove jammit from Gemfile, command rake -t runs without problems.
Thank you for any suggestion!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
之前的答案对我不起作用,因为它抱怨我的 Ruby 版本必须低于 1.9(在 Windows 7 64 位上)。然而,这个命令有效,并且 jammit 在安装 gem 后开始工作:
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:
将其添加到您的 Gemfile:
并捆绑
Add this to your Gemfile:
and bundle