[Qt-iphone-developer] Unable to compile Sample App
Status: Pre-Alpha
Brought to you by:
greybird
|
From: Bruno T. <br...@te...> - 2012-04-18 19:48:31
|
Hi, I have downloaded the SDK from http://t.co/iHI8rI26 and configured Qt Creator to use the Gcc toolchain from /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-llvm-g++-4.2, but whenever I try to compile a sample application, I get the error: make: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-4.2: No such file or directory I'm using Qt Version from /Developer/Platforms/iPhoneOS.platform/Developer/usr/share/qt-everywhere-ios-4.8.0/bin/qmake. It seems that the mkspec is not pointing to arm-apple-darwin10-llvm-g++-4.2. Does anybody know how to solve this? I already tried to change the mkspec line to point to arm-apple-darwin10-llvm-g++-4.2, but I got a lot of other errors. Thank you, Bruno. |