On Dec 6, 2012, at 10:34 PM, Stephen Chu <[email protected]> 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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
