Results 1 to 1 of 1

Thread: Failure compiling Qt Creator on Mac OSx Solved!

  1. #1
    Join Date
    Dec 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Smile Failure compiling Qt Creator on Mac OSx Solved!

    I am trying to compile Qt Creator which I pulled from GitHub as it is needed for creating Android applications. I am using Qt5 also pulled from GitHub which compiled with no problems. According to the Qt Creator README a simple "qmake -r" is all that is needed. However this fails with the following error.
    Qt Code:
    1. Reading /Users/shaneshields/Qt/qtCreatorBuild/share/share.pro
    2. Reading /Users/shaneshields/Qt/qtCreatorBuild/share/qtcreator/static.pro
    3. xcrun: error: unable to find utility "\@\:", not a developer tool or in PATH
    4. Reading /Users/shaneshields/Qt/qtCreatorBuild/share/qtcreator/translations/translations.pro
    5. xcrun: error: unable to find utility "\@\:", not a developer tool or in PATH
    6. Reading /Users/shaneshields/Qt/qtCreatorBuild/lib/qtcreator/qtcomponents/qtcomponents.pro
    7. xcrun: error: unable to find utility "\@\:", not a developer tool or in PATH
    To copy to clipboard, switch view to plain text mode 
    I have tried googling but found no information on what to do.

    What could be causing this error and how do I fix it to be able to compile Qt Creator? The computer is a MacBook Pro Version 10.7.5.

    Edit: I found out that the version of qtbase pulled from github was too old. Doing a "git pull" was not good enough I also had to do "git submodule update".
    Last edited by Locutus; 29th April 2013 at 12:28. Reason: updated contents

Similar Threads

  1. Compiling asm file within Qt Creator
    By Jedive in forum Qt Tools
    Replies: 3
    Last Post: 9th July 2017, 18:43
  2. SSH connection failure N9 Qt Creator
    By et3rnal in forum Installation and Deployment
    Replies: 3
    Last Post: 21st May 2012, 19:53
  3. Compiling Qt Creator with mingw
    By psykoprof in forum Qt Programming
    Replies: 1
    Last Post: 29th January 2011, 13:21
  4. Replies: 1
    Last Post: 25th December 2010, 07:38
  5. error compiling Qt Creator
    By gt.beta2 in forum Qt Tools
    Replies: 3
    Last Post: 6th April 2009, 14:49

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.