折腾了一周的环境问题,终于搞定:)
安装webrat/nokogiri的时候一直报错
Error: Cannot install *** for the arch(s) 'x86_64' because
Error: its dependency gettext is only installed for the archs 'i386 ppc'.
Error: Unable to execute port: architecture mismatch
前不久系统刚升级到MAC OS X 10.6.5,xcode 也是最新版本3.2.5
https://trac.macports.org/wiki/Migration,正如第一段话所说我真的很不幸。。。
“If you upgrade to a new OS version (e.g. from Leopard to Snow Leopard) or migrate to a new machine with a different type of CPU (e.g. PowerPC to Intel), you may get lucky and have your ports keep working, but in general, things will break.”
没办法,重装xcode跟macports吧
1. XCODE 卸载与安装
sudo /Developer/Library/uninstall-devtools -mode=all
sudo rm -rf /Developer/Library/Xcode/
之后去http://developer.apple.com/technologies/xcode.html下载最新版本,3.6G。。
安装
2. Ports重装
先导出已安装的sudo port installed >installed_ports.txt
卸载:sudo port -f uninstall installed
安装,按之前txt中的列表安装, sudo port install x1 x2 x3
3. 保险起见按照官方文档里的说法注释掉了macports.conf文件中下面一行
universal_archs i386 ppc
4. 收工,安装webrat跟nokogiri,成功!
分享到:
相关推荐
ruby 进行BDD时要用到的gem包,主要在Simulated Browser时起到作用
Cucumber纳吉奥斯 Cucumber-nagios允许您编写Web应用程序的高级行为测试,并将结果插入Nagios。 正如布拉德利·泰勒(Bradley Taylor): “Instead of writing boring monitoring plugins from scratch, ...
因此,在考虑自动化测试解决方案时,应当考虑寻找其他替代工具,比如提到的webrat。 TCL(Tool Command Language)是一种动态编程语言,以其简洁和强大的文本处理能力而闻名。在TCLWebtest中,TCL语言被用来编写...
- **Albert Liu**(Achievo Corporation高级经理)提到该书不仅涵盖了Rails的知识点,还涉及了Git、Heroku、RSpec、Webrat等工具,并特别强调了测试驱动开发的重要性。 - **Ron Bingham**(SounDBuytz CEO)表示这...
此示例项目设置使用Capybara和Poltergeist,但是您可以通过编辑features / support / env.rb轻松将其切换为使用Webdriver(Selenium)或Culerity或Webrat。 始终欢迎带有更新/增强/错误修复的请求请求!项目布局 ...
在内部,使用了出色的Webrat框架,因此该引擎功能强大且经过了良好的测试。 用例 使用TinyMon监视您的现场搜索功能是否按预期工作 填写登录表格并使用测试帐户登录 为您的网上商店完成交易 监视您的注册过程(例如...
- **测试驱动开发**:强调了测试驱动开发的重要性,教程中详细介绍了RSpec和Webrat等测试工具的使用,帮助开发者养成良好的测试习惯,确保代码质量。 ### 5. Addison-Wesley Professional Ruby Series - **系列...