[Interest] kernel/qdnd_mac.mm:628: error: ‘SetRect’ was not declared in this scope
Pavel Koshevoy
pkoshevoy at gmail.com
Mon Apr 23 15:00:14 CEST 2012
On 4/23/2012 12:58 AM, Raul Metsma wrote:
> With 4.8 if you build carbon version on lion then you still hit the
> error and you have to set SDK to 10.6
>
> and yes I need carbon support
> http://doc-snapshot.qt-project.org/5.0/developing-on-mac.html
> Note: There is no accessibility support in the Cocoa version. This is
> planned for Qt 4.8.
>
> Second there are some path problems with XCode 4.3
> Apple has bundled all SDK in App bundle now,
> Bye Bye /Develeoper folder
> new path is
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk
> and Qt Creator cannot find by default toolchains
>
> Raul
>
You can install Xcode 3.2.6 on Lion. Make sure to turn back the date to
2011 before you start the installer, otherwise it will fail due to an
expired certificate. Also, follow these instructions --
http://stackoverflow.com/questions/10052921/how-to-install-xcode-3-2-x-on-lion
With Xcode 3.2.6 you will get the /Developer folder back. Xcode 3.2.6
can coexist with Xcode 4.3, and you can use 'sudo xcode-select -switch
/Developer' or 'sudo xcode-select -switch
/Applications/Xcode.app/Contents/Developer' to switch between them.
Pavel
More information about the Interest
mailing list