Qt编译报错:error: LNK1181: cannot open input file 'debugmain.obj'
2024-07-09
101
问题描述
拿到一个别人提供的Qt工程,编译时报错:error: LNK1181: cannot open input file ‘debugmain.obj’,Google上搜索了一下,找到问题的原因,这里记录备忘。
解决办法
我这个项目报这个错误的主要原因是项目的路径包含了空格,将空格去掉,再编译就正常了。如果您的项目路径(任何文件夹的名称)包含空格,也会出现此问题。
更新于:6个月前赞一波!2
相关文章
- 【说站】css中删除input输入框的阴影
- 【说站】python input()的特性
- PHP 导出 Excel 报错: Formula Error: An unexpected error occurred
- VSCode 插件 Dyno File Utils 脱离鼠标管理文件
- MySQL5.7 中使用 group by 报错 this is incompatible with sql_mode=only_full_group_by
- linux中Qt工程编译报错: error: 找不到 -lGL
- PHP7.4命令行报错:VC运行库和PHP版本不兼容
- 打开vmware虚拟机报错—该虚拟机似乎正在使用中
- 前端请求PHP接口,报错跨域问题
- 如何判断file input的文件来自存储还是相机?
- Apache报错:无法使用可靠的服务器域名
- mysql报错xamp table 'pma__recent' is read only
- 浏览器报错 ERR_SSL_VERSION_OR_CIPHER_MISMATCH
- linux编译报错:/usr/include/c++/7/cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory
- Linux下编译libxml源码时,报错:/usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:4: error: call to '__open...
- Linux下编译libxml2的源码报错:you must specify a host type if you use `--no-verify'
- ENOENT: no such file or directory, lstat 'C:\Users\33612\AppData\Roaming\npm'
- vscode中通过ssh远程连接linux报错:Bad owner or permissions on C:\\Users\\用户名/.ssh/config
- layui输入框input只能输入数字和小数点
- Open SUSE Linux中编译内核模块报错
文章评论
评论问答