Hi all,

I'm trying to compile a recent dev branch of Qt (85d30ddaa31fc) for an iPhone 
on a Mac. What I want is to try out qml on iPhone/iPad.

Here is my configure:
configure -prefix ~/Qt5-iOS-sim -opensource -xplatform 
unsupported/macx-ios-clang -developer-build -nomake examples -nomake tests -sdk 
iphonesimulator -skip qtwebkit -skip qtwebkit-examples -confirm-license

Problem:
/Users/lla2hi/Qt/qt5/qtdeclarative/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp:1843:67:
 error: use of undeclared identifier 'GL_DOUBLE'
            GLboolean normalize = a.type != GL_FLOAT && a.type != GL_DOUBLE;

There is no include error that would easiliy explain the undeclared identifier.

Alexander Lanin

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

Reply via email to