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…

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to