Results 1 to 3 of 3

Thread: Where is "configure" on Macintosh ?

  1. #1
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Where is "configure" on Macintosh ?

    Hello,

    I have experience with Qt on Linux and Windows. But today, I got access to a Macintosh machine and I am completely lost. I downloaded the "Qt 4.6 Beta for Macintosh" .dmg file. I installed it. But for the love of god, I can't find the "configure" utility, which I need to build Qt statically. Also, I can't figure out what the Qt path is. There's no centralised "c:\qt" or "/usr/local/TrollTech" folder on Macintosh : everything seems scattered all over the place ! The Qt documentation for Mac deployment is of no help at all, as it's copied from the Windows and Linux documentation. Please help me build Qt statically on Macintosh. Thanks in advance ! I have Snow Leopard.
    Last edited by kimfujiyama; 3rd November 2009 at 20:43.

  2. #2
    Join Date
    Nov 2009
    Posts
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Where is "configure" on Macintosh ?

    The sdk releases for OSX scatter things around under /Developer/ and other locations.
    If you you want to have the familiar unix way of building Qt ( configure; make; make install)

    Try the Single Source Code Package:
    http://qt.nokia.com/developer/qt-4.6...oad-the-qt-4-1

  3. The following user says thank you to cyglor for this useful post:

    kimfujiyama (4th November 2009)

  4. #3
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Where is "configure" on Macintosh ?

    Thanks to your reply, I got everything working. Apparently, the .dmg package was not appropriate. I used the sources instead. I took note of every step I followed, and I give those notes here.

    1) Uninstall the inappropriate .dmg package :

    sudo /Developer/Tools/uninstall-qt.py

    2) Optional : Delete directories forgotten by uninstaller :

    sudo rm -R /Developer/
    sudo rm -R /Library/Frameworks/QtDesigner.framework

    3) Download and install Xcode from Apple. A free registration is required :

    http://developer.apple.com/technology/xcode.html

    4) Download latest stable Qt from Public Repository :

    http://qt.gitorious.org/qt/qt

    5) Build Qt statically. Optional : Use -i to ignore errors :

    ./configure -static -debug-and-release -no-sql-sqlite
    make -i
    sudo make install -i

    6) Install Qt Creator and specify in its preferences the Qt path.

Similar Threads

  1. cannot handle macintosh end-of-line
    By gaboo in forum Qt Programming
    Replies: 8
    Last Post: 28th September 2006, 13:59

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.