gpt4 book ai didi

c++ - 优胜美地 g++ : error: unrecognized command line option '-Xarch_x86_64' 上的 capybara-webkit

转载 作者:行者123 更新时间:2023-11-28 06:34:55 26 4
gpt4 key购买 nike

我在 OS X 10.10 Yosemite 上安装时遇到问题,通过 Brew 安装了 gcc4.9.2 和 qt 4.8.6。

gem install capybara-webkit

Building native extensions. This could take a while...
ERROR: Error installing capybara-webkit:
ERROR: Failed to build gem native extension.

/usr/local/var/rbenv/versions/2.1.4/bin/ruby extconf.rb
cd src/ && /usr/local/bin/qmake /usr/local/rbenv/gem/gems/capybara-webkit-1.3.1/src/webkit_server.pro -spec /usr/local/Cellar/qt/4.8.6/mkspecs/macx-g++ -o Makefile.webkit_server
cd src/ && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.webkit_server
g++ -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtWebKit.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtWebKit.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -Ibuild -F/usr/local/Cellar/qt/4.8.6/lib -x c++-header -c stable.h -o build/webkit_server.gch/c++

g++: error: unrecognized command line option '-Xarch_x86_64'

make[1]: *** [build/webkit_server.gch/c++] Error 1

make: *** [sub-src-webkit_server-pro-make_default-ordered] Error 2

Command 'make' failed

最佳答案

我在使用通过 MacPorts 安装的 GCC 时遇到了同样的问题(测试了高达 gcc5 的几个版本)。我的解决方案是使用随 XCode 命令行工具提供的 g++。我卸载了所有 MacPorts GCC 版本。以下是有效的 g++ 命令的版本详细信息。

$ g++ --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix

此处提出了类似的问题:QT Creator adds -Xarch .

关于c++ - 优胜美地 g++ : error: unrecognized command line option '-Xarch_x86_64' 上的 capybara-webkit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26922412/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com