[Interest] Correct 5.8 static, debug config options for iphonesimulator?
Patrick Stinson
patrickkidd at gmail.com
Thu Feb 23 19:58:57 CET 2017
Configuring Qt-5.8 with the following command line:
./configure -sdk iphonesimulator
produces the following error:
ERROR: The OpenGL functionality tests failed!
You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
Then adjusting configure with:
./configure -sdk iphonesimulator -no-opengl
produces this warning on every call to clang:
using sysroot for 'iPhoneSimulator' but targeting ‘MacOSX’
and then bails with this compile error:
tools/qcollator_macx.cpp:55:5: error: unknown type name 'LocaleRef'; did you mean 'CFLocaleRef'?
LocaleRef localeRef
I tested it with 5.7.1 to _at least reduce_ the chances that it was a problem on my machine, but that 5.7.1 configure worked. Has anyone else seen this error?
Thanks!
-P
P.S. Is it redundant and annoying to submit a bug to bugreports.qt.io and then also seek help here? I’m still re-orienting myself to the new community organization after 7 years of hiatus…
More information about the Interest
mailing list