[solved] unable to install Qt 5.2.1 besides Xcode 5.1 on Mac OSX 10.9.2. error: command install_name_tool failed.
-
i get the error below when running the installer. anyone understand the problem?
Error during installation process (qt.521.clang_64.essentials):
Command install_name_tool failed.
Arguments: -change /work/build/PADDING/lib/QtQuick.framework/Versions/5/QtQuick /Users/stijn/Qt5.2.1/5.2.1/clang_64/lib/QtQuick.framework/Versions/5/QtQuick -change /work/build/PADDING/lib/QtQml.framework/Versions/5/QtQml /Users/stijn/Qt5.2.1/5.2.1/clang_64/lib/QtQml.framework/Versions/5/QtQml -change /work/build/PADDING/lib/QtNetwork.framework/Versions/5/QtNetwork /Users/stijn/Qt5.2.1/5.2.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork -change /work/build/PADDING/lib/QtCore.framework/Versions/5/QtCore /Users/stijn/Qt5.2.1/5.2.1/clang_64/lib/QtCore.framework/Versions/5/QtCore -change /work/build/PADDING/lib/QtGui.framework/Versions/5/QtGui /Users/stijn/Qt5.2.1/5.2.1/clang_64/lib/QtGui.framework/Versions/5/QtGui -change /work/build/PADDING/lib/QtWebKit.framework/Versions/5/QtWebKit /Users/stijn/Qt5.2.1/5.2.1/clang_64/lib/QtWebKit.framework/Versions/5/QtWebKit -change /work/build/PADDING/lib/QtPositioning.framework/Versions/5/QtPositioning /Users/stijn/Qt5.2.1/5.2.1/clang_64/lib/QtPositioning.framework/Versions/5/QtPositioning /Users/stijn/Qt5.2.1/5.2.1/clang_64/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.dylib
Output: -
double clicked on a .pro file, this is the result:
Error while parsing file /Users/stijn/Desktop/Life/Life.pro. Giving up.
Could not find qmake configuration file default.
Cannot read /work/build/PADDING/mkspecs/macx-clang/qmake.conf: No such file or directory
Could not read qmake configuration file /work/build/PADDING/mkspecs/macx-clang/qmake.conf.
Could not find qmake configuration file macx-clang.
Error while parsing file /Users/stijn/Desktop/Life/Life.pro. Giving up. -
Hi,
IIRC, re-starting Xcode once the command line tools are installed and before installing the Qt package might help
-
Before you had to install them by hand, with the latest version of Xcode you can download/install them directly from Xcode. But AFAIK, they are not by default
-
-
Good !
You're welcome !
Since you have everything working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)