Created
October 23, 2013 06:42
-
-
Save asonas/7113623 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % brew install qt | |
| ==> Downloading http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz | |
| ######################################################################## 100.0% | |
| ==> ./configure -prefix /usr/local/Cellar/qt/4.8.5 -system-zlib -confirm-license -opensource -nomake demos -nomake examples -cocoa | |
| ==> make | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| make[3]: *** [../../../../../../lib/QtWebKit.framework/QtWebKit] Error 1 | |
| make[2]: *** [release] Error 2 | |
| make[1]: *** [sub-WebKit-qt-QtWebKit-pro-make_default-ordered] Error 2 | |
| make: *** [sub-webkit-make_default-ordered] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment