minimal configure如下:
./configure -xplatform linux-arm-g++ -qconfig minimal -no-qvfb -depths 16,32 -thread
但是编译的时候遇到错误:
kernel/qwindowsystem_qws.cpp:1454: error: expected initializer before '*' token
kernel/qwindowsystem_qws.cpp:1455: error: `km' was not declared in this scope
哪位遇到过类似问题?如何解决的?