Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从源代码编译和构建 Qt 4.8.3。当我执行 ./configure 时,我收到以下错误消息:
./configure: 183: ./configure: /^(QMAKE_CXX)=/ { print substr($0, index($0, "=") + 1) }: not found ERROR: Cannot set the compiler for the configuration tests
这是因为我需要显式设置 QMAKE_CXX 变量吗?谢谢