寻找大佬帮忙,这个错误从未碰到过,Linux下运行./configure
checking for a BSD-compatible install… /bin/install -c
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for gawk… (cached) gawk
checking for bison… bison -y
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking how to run the C preprocessor… gcc -E
checking for flex… no
checking for lex… no
checking for a BSD-compatible install… /bin/install -c
checking whether ln -s works… yes
checking whether make sets $(MAKE)… (cached) yes
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for x
寻找大佬帮忙,这个错误从未碰到过,Linux下运行./configure
最新推荐文章于 2021-05-19 13:08:26 发布
在Linux环境中运行./configure时遇到了问题,错误提示表明无法找到正确的Qt头文件。这可能影响到项目的构建过程。建议检查Qt库是否已安装,并尝试使用--enable-gui=no参数排除GUI相关问题。
摘要由CSDN通过智能技术生成