PDA

View Full Version : Insallation of Qt 4.1.5 on Mac 10.3.5?


vishal.chauhan
10th May 2007, 09:26
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.

patrik08
10th May 2007, 12:08
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


c++ oo


contains 4.0.1

&&


make -v


contains 3.80

You can install so....

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/WebObjects/MemberSite.woa/wa/getSoftware?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 ....

vishal.chauhan
10th May 2007, 14:47
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.