I’m having a hard time building 32-bit Qt 4.8.x on Mavericks.
I understand that I should just march forward with 64-bit but I’d rather not abandon some paying customers.
Using the MacOSX10.6.sdk (arch x86), the compiler complains about a missing -lstdc++ .. Is there some way that I can use the 10.6 SDK to build Qt 4.8.4 on Mavericks?
Using the MacOSX10.9.sdk (arch x86), I hit a brick wall with this:
clang: error: invalid Xarch argument: ‘-Xarch_i386 -framework’, options requiring arguments are unsupported
I have tried to uninstall XCode and install Command Line Tools for previous versions of Mac on Mavericks but the installer always complains that I must install on that specific OS!
Is it possible to build 32-bit Qt 4.8 on Mavericks with clang? Is it possible to install gcc 4.2 on Mavericks for my older projects and also have the modern compiler(s) installed for future development? Doing this on Windows is quite easy but I don’t know how to do it on OS X.
Right now my only viable solution is to keep my old Mac box around but I’d rather have everything in one place.
↧