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.
Re: Insallation of Qt 4.1.5 on Mac 10.3.5?
Quote:
Originally Posted by
vishal.chauhan
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
contains 4.0.1
&&
contains 3.80
You can install so....
Code:
cd /Developer
curl -O ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-src-4.3.0beta.tar.gz
tar -zxvf qt-mac-opensource-src-4.3.0beta.tar.gz
mv qt-mac-opensource-src-4.3.0beta qt
cd qt
./configure -qt-zlib -qt-sql-sqlite -qt-gif -qt-tif -qt-libpng -qt-libjpeg -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk
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 ....
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.