I am trying to build Qt 5.2 on Linux (Debian 6) and it stopped when building QtWebKit:
flex --noline --nounistd --outfile=generated/glslang_lex.cpp /.../qt5/qtwebkit/Source/ThirdParty/ANGLE/src/compiler/glslang.l
flex: unknown flag '-'. For usage, try
flex --help
Is normal to build ANGLE, which I thought is Windows-only, on Linux? If so, how can I fix this? Thanks.
↧