[Development] 5.0 RC1 fails to build qtwebkit using macx-clang-libc++-32
Sorvig Morten
Morten.Sorvig at digia.com
Fri Dec 7 08:12:22 CET 2012
On Dec 6, 2012, at 10:34 PM, Stephen Chu <stephen at ju-ju.com> wrote:
> Trying to build RC1 using macx-clang-libc++-32 and got these errors.
> It's probably more to do with different struct sizes in 32-bit API:
>
> redefinition with different types ('struct _NSPoint' vs 'struct
> CGPoint')
> } NSPoint;
I think you are correct, at least according to stackoverflow (stackoverflow.com/a/3538493):
"NSRect is the same type as CGRect if building for iOS, for a 64-bit Mac architecture, or a 32-bit Mac architecture with the macro NS_BUILD_32_LIKE_64 is defined as 1 at the command line or in a prefix header."
- Morten
More information about the Development
mailing list