Compile & build qt4 on ubuntu 12.04

五迷三道 提交于 2019-12-23 10:21:46

问题


I am trying to compile and build Qt 4.8.3 from source. When I do ./configure, I get the following error message :

./configure: 183: ./configure: /^(QMAKE_CXX)=/ { print substr($0, index($0, "=") + 1) }: not found
ERROR: Cannot set the compiler for the configuration tests

Is this happening because I need to explicitly set the QMAKE_CXX variable? Thanks

来源:https://stackoverflow.com/questions/13100276/compile-build-qt4-on-ubuntu-12-04

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!