Unable to compile Qt4.8.6 on OSX 10.9.4
-
For the sdk.
-
Hi,
My latest command:
@./configure -release -opensource -nomake tests -no-qt3support -prefix /Users/myApps/Qt-4.8.6-clang-503.0.41 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -arch x86_64@Unfortunately with no luck.
By the way, sandy.martel is right about the -sdk flag, did not work when I used only "macosx10.8", as seen above, had to provide the full path.
But anyway, still no success. Incomplete build and a partial install to the prefix folder. No working Qt4 at the end of the process.
I would like to thank all of you for trying to help me, I think I will try to make things work with the default Qt4 install. Although having Qt4 as a framework in "/Library/Frameworks" seems to be destine for other issues.
-
What version of Xcode are you using ?