Results 1 to 3 of 3

Thread: Insallation of Qt 4.1.5 on Mac 10.3.5?

  1. #1
    Join Date
    Dec 2006
    Posts
    211
    Thanks
    27
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Question Insallation of Qt 4.1.5 on Mac 10.3.5?

    Hi All,

    I want to Install Qt 4.1.5 on Mac 10.3.5 on my Power Pc.
    When I configure the Qt 4.1.5 with command

    ./configure -prefix /developer/qt -qt-zlib -qt-jpeg -qt-libpng -universal -sdk /developer/sdks/MacOSX10.3.9.sdk -release

    It give the error

    c++: cannot specify -o with -c or -S and multiple compilations.

    if any body knows then plz help me.
    Thanks.

  2. #2
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Insallation of Qt 4.1.5 on Mac 10.3.5?

    Quote Originally Posted by vishal.chauhan View Post
    Hi All,

    I want to Install Qt 4.1.5 on Mac 10.3.5 on my Power Pc.
    When I configure the Qt 4.1.5 with command

    ./configure -prefix /developer/qt -qt-zlib -qt-jpeg -qt-libpng -universal -sdk /developer/sdks/MacOSX10.3.9.sdk -release

    It give the error

    c++: cannot specify -o with -c or -S and multiple compilations.

    if any body knows then plz help me.
    Thanks.

    If Your result from terminal

    Qt Code:
    1. c++ oo
    To copy to clipboard, switch view to plain text mode 

    contains 4.0.1

    &&

    Qt Code:
    1. make -v
    To copy to clipboard, switch view to plain text mode 

    contains 3.80

    You can install so....
    Qt Code:
    1. cd /Developer
    2. curl -O ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-src-4.3.0beta.tar.gz
    3. tar -zxvf qt-mac-opensource-src-4.3.0beta.tar.gz
    4. mv qt-mac-opensource-src-4.3.0beta qt
    5. cd qt
    6. ./configure -qt-zlib -qt-sql-sqlite -qt-gif -qt-tif -qt-libpng -qt-libjpeg -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk
    To copy to clipboard, switch view to plain text mode 


    otherwise download && install Xcode 2.4.1 http://developer.apple.com/tools/download/

    https://connect.apple.com/cgi-bin/We...bundleID=19681

    < qt4.3 have only problem... on PPC but not on intel ... Why?

    Note MAC Tiger is not luxus 10.4.9 ... download it or buy ....

  3. #3
    Join Date
    Dec 2006
    Posts
    211
    Thanks
    27
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Question Re: Insallation of Qt 4.1.5 on Mac 10.3.5?

    Actually I already have Qt 4.2.2 but it doesnot give support to Mac OS 10.2 so I want to install Qt 4.1.5 on MAC OS 10.3 because it gives support to MAC OS 10.2.

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.