Windows x64 上的 jammit gem 问题

发布于 2024-11-07 23:30:35 字数 713 浏览 0 评论 0原文

可能的重复:
Ruby 1.9 - 没有这样的文件来加载“win32/open3” '

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感情废物 2024-11-14 23:30:35

之前的答案对我不起作用,因为它抱怨我的 Ruby 版本必须低于 1.9(在 Windows 7 64 位上)。然而,这个命令有效,并且 jammit 在安装 gem 后开始工作:

gem install win32-open3-19

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
雨的味道风的声音 2024-11-14 23:30:35

将其添加到您的 Gemfile:

gem 'win32-open3'

并捆绑

Add this to your Gemfile:

gem 'win32-open3'

and bundle

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文