INSTALLING ON MAC 10.6.8
-
Hi All.
I'm installing QT 5.2.1 on a MAC running 10.6.8. All components are checked - clang 64-bit, Source Components, ToolsDuring the process, I get a dialog box stating "Error during installation process (qt.521.clang_64.essentials): Command install_name_tool_failed. Arguments: - Change" followed by a bunch of paths
When I launch QT, create a project and run it (with default code), I get a yellow dialog with: "Using Qt Quick 1 code model instead of Qt Quick 2. (M324) (3:1)"
Has anyone experienced this?
Any advice is appreciated.
- J
-
Hi and welcome to devnet,
What version of Xcode have you installed ?
-
A bit old…
Also, can you show an example to the error message you got while installing ?
-
Certainly...
The component installation dialog box:
!http://engineeredvisions.com/qt/Components.gif!The error during installation:
!http://engineeredvisions.com/qt/Error.gif!And the error when doing the first run/execution:
!http://engineeredvisions.com/qt/GoToError.gif!Should I upgrade my Xcode immediately?
Thanks again,
-
Just remembered something: installing 5.2 and onward might have been dropped for 10.6 (however you can still create application that will run on 10.6)
What you can do if you can't update your OS, is to build Qt 5.2 directly on 10.6, AFAIK that is still supported.
-
IIRC the latest in the 5.1 series
But you should really consider building 5.2, it's not really that hard on OS X and depending on your needs, you don't have to build every module
-
Then just download Qt Creator, and the 5.2.1 sources from there you should be able to build Qt and use it in Qt Creator (after the usual configuration steps for add a new Qt version)
-
I get the same error doing a vanilla install on 10.6.8 . :
Error during installation process (qt.521.clang_64.essentials):
Command install_name_tool failed.
Arguments: -id /Users/jdp/Qt5.2.1/5.2.1/clang_64/lib/QtHelp.framework/Versions/5/QtHelp /Users/jdp/Qt5.2.1/5.2.1/clang_64/lib/QtHelp.framework/Versions/5/QtHelp
Output:This happens twice. I ignore it and the app installs.
There are no example projects available from the GUI.
I am able to create a new project. Whenever I do anything, I get:
:-1: error: The Qt version is invalid: Qt version is not properly installed, please run make install
This is not a very helpful message. I did not download the source.
Hey guys, this really should work out of the box. If this version does not work for 10.6.8, you should state that somewhere; usually there is a system requirements link. I couldn't find one on your site.
For the record, Lion and Mountain Lion don't support multiple monitors very well and I'm not ready for Mavericks.
Please explain how to get this working.
--Jim -
Thanks for the quick reply.
I am using Xcode 4.2. Why does this matter? Is Qt using Xcode somehow?
What about the "install_name_tool failed" message? Isn't that a bug in the Qt installer? Could that explain the "Qt version is invalid" problem? Or are these two separate problems?
--Jim -
I think I did a full install of Xcode. How do I check for command line tools?
-
-
I don't see command line tools for Xcode under preferences: downloads tab.
install_name_tool appears to be there. I get the following in the Terminal:MacMini:~ jdp$ install_name_tool
Usage: install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input