PDA

View Full Version : Qt-App on macosx10.5(intel) not running under 10.3.9 with G4



hunsrus
2nd September 2009, 12:25
Hi Folks!

i tried several hours to figure out why i cant get my application running on a PowerPC G4 machine with Mac os x 10.3.9 - and i am shortly before giving up.

when attempting to run the small application (window, button and messagebox), the terminal says:



Last login: Wed Sep 2 12:02:08 on ttyp1
Welcome to Darwin!
/Users/localadmin/Desktop/qtmt.app/Contents/MacOS/Creation02:~ localadmin$ /User exitaladmin/Desktop/qtmt.app/Contents/MacOS/qtmt;
dyld: /Users/localadmin/Desktop/qtmt.app/Contents/MacOS/qtmt Undefined symbols:
/Users/localadmin/Desktop/qtmt.app/Contents/MacOS/qtmt undefined reference to __HIViewScrollRectWithOptions expected to be defined in Carbon
Trace/BPT trap

whereas searching for "__HIViewScrollRectWithOptions" brought no result.

i compile my application(s) on an Intel Mac with OSX10.5 using Qt 4.5.0, XCode 3.1 and GCC 4.0.1. i even did copy the OS10.3.9-SDK from an OS10.4-machine and edited the .pro file accordantly:


QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.3.9.sdk
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3
CONFIG+=x86 ppc


furthermore i edited the xcode project settings, hoping to win: "-mtune=G3"

did you face already a problem like that? do you know a solution?

Thank you very much in advance -

Sebastian