I compiled Lazarus using:
make OPT="-dQT_NATIVE_DIALOGS" LCL_PLATFORM=qt bigide
Strange, I can't even build Lazarus "bigide". I get:
Compiling tadraweropengl.pas
tadraweropengl.pas(293,32) Error: Illegal expression
tadraweropengl.pas(302,32) Error: Identifier not found "GL_FONT"
tadraweropengl.pas(307) Fatal: There were 2 errors compiling module, stopping
"make all" works (with the other params included). Then Lazarus builds and runs normally.
Try running "make clean" first. You may have an old compiled unit somewhere.
Juha