Qt编译过程出现错误process_begin: CreateProcess(NULL, rm -f debug/moc_predefs.h, ...) failed的解决办法

Phemia ·
更新时间:2024-11-13
· 979 次阅读

最近运行QtWindows版本,发现无法copy,动态库生成后没法放到指定的位置。目前尚未解决,先记录一下。有知道的朋友不妨留言告知,谢谢。

Makefile.Debug:168: recipe for target 'compiler_moc_predefs_clean' failed process_begin: CreateProcess(NULL, rm -f debug/moc_predefs.h, ...) failed. make (e=2): 系统找不到指定的文件。 Makefile.Debug:174: recipe for target 'compiler_moc_header_clean' failed process_begin: CreateProcess(NULL, rm -f debug/moc_commontable.cpp debug/moc_xmlhandler.cpp debug/moc_searchdialog.cpp debug/moc_checkboxwidget.cpp debug/moc_utility.cpp debug/moc_tablewidget.cpp debug/moc_lineeditwidget.cpp, ...) failed. make (e=2): 系统找不到指定的文件。 mingw32-make[1]: [compiler_moc_header_clean] Error 2 (ignored)
作者:趣奇多科技



debug createprocess process rm begin null

需要 登录 后方可回复, 如果你还没有账号请 注册新账号