I'm trying to build Qt 5.4.2 under OS X Yosemite using Xcode 6.1.1. I've run both "xcrun -f llvm-g++" and "xcrun -f clang", and only the latter is successfully located. So after setting "QMAKESPEC=macx-clang" into the environment, I run:

   ./configure -opensource -confirm-license -sdk
   
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
   -arch x86_64 -prefix /usr/local/qt/5.4.2/macx -release -nomake examples
   -nomake tests -openssl-linked -I /Users/bob/openssl-1.0.1h/include -L
   /Users/bob/openssl-1.0.1h/lib

After QMAKE is built, I'm getting this error:

   ...
   Running configuration tests...
   Failed to process makespec for platform 'macx-clang'
   Turn on verbose messaging (-v) to see the final report.

I set the '-v' flag, and I got the following additional output:

   Project ERROR: QMAKE_MAC_SDK can only contain short-form SDK names (eg.
   macosx, iphoneos)

Anybody have any insights here?
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to