现在可以编译了。但是运行报错?不知道什么意思?怎么解决?

来源:12-2 项目环境的安装和部署

雪兔儿

2020-06-01

08:58:21: 为项目MYPlayer执行步骤 …
08:58:21: 配置没有改变, 跳过 qmake 步骤。
08:58:21: 正在启动 “C:\MinGW\bin\mingw32-make.exe” -j4

C:/MinGW/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory 'D:/mooc/C++Mooc/Publish/CodeForMoocC++Course/quickzhao_Codes/Muying/MYPlayer/src/build-MYPlayer-Desktop_Qt_5_9_8_MSVC2015_64bit-Debug’
mingw32-make[1]: Leaving directory 'D:/mooc/C++Mooc/Publish/CodeForMoocC++Course/quickzhao_Codes/Muying/MYPlayer/src/build-MYPlayer-Desktop_Qt_5_9_8_MSVC2015_64bit-Debug’
mingw32-make[1]: *** No rule to make target ‘D:/qt/5.9.8/msvc2015_64/lib/libQt5OpenGLExtensionsd.a’, needed by ‘…\bin\debug\x64\MYPlayer.exe’. Stop.
Makefile:36: recipe for target ‘debug’ failed
mingw32-make: *** [debug] Error 2
08:58:22: 进程"C:\MinGW\bin\mingw32-make.exe"退出,退出代码 2 。
Error while building/deploying project MYPlayer (kit: Desktop Qt 5.9.8 MSVC2015 64bit)
The kit Desktop Qt 5.9.8 MSVC2015 64bit has configuration issues which might be the root cause for this problem.
When executing step "Make"
08:58:22: Elapsed time: 00:01.

写回答

1回答

quickzhao

2020-06-01

项目的配置过程中细节很多,没法根据你提供的这个信息判断错误原因。最好的选择是根据文档手册,对照视频,step by step的进行环境安装配置和验证。这样好定位到底是哪一步的问题,一般来说按照文档配置不会有问题的。

1
3
雪兔儿
非常感谢!问题还不能解决。我在云服务器搭建了环境。您能帮我看一眼问题在哪里吗?
2020-06-01
共3条回复

重学C++ ,重构你的C++知识体系

一部大片,一段历史,构建C++知识框架的同时重塑你的编程思维

3884 学习 · 1103 问题

查看课程