在 Ruby 1.9.2 中安装 hpricot 遇到困难
我正在使用 Ruby 1.9.2,并且我有一个使用 hpricot 的任务。我尝试安装 hpricot gem,但收到错误消息。 extconf.rb 失败。无法创建 makefile。检查 mkmf.log。但我找不到 mkmf.log。
我检查了其他答案并尝试使用 gem install hpricot-platform=mswin32 进行安装。那也没用。
我应该重新安装 Ruby 1.8 版吗?
I am using Ruby 1.9.2 and i have an assignment to use hpricot. I have tried to install hpricot gem and I get error messages. extconf.rb failed. Could not create makefile. Check the mkmf.log. But I cannot find mkmf.log.
I checked the other answers and tried to install using gem install hpricot-platform=mswin32. that didnt work either.
Should I reinstall Ruby version 1.8?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是否需要 hpricot? Nokogiri 应该适合你,并且 IIRC,它有一个兼容层,因此如果需要它可以作为 hpricot 的直接替代品。
Is hpricot required? Nokogiri should work for you, and IIRC, it has a compatibility layer so that it can act as a drop-in replacement for hpricot if needed.