level 1
我用Dev-C++当做编译器,遇到下面的错误信息:
====================[ 构建 | all | Debug ]========================================
"D:\C-C++\CLion 2021.1\bin\cmake\win\bin\cmake.exe" --build D:\文档\untitled\cmake-build-debug --target all -- -j 3
CMake Error: Target DependInfo.cmake file not found
CMake Error: Directory Information file not found
Scanning dependencies of target untitled
Building C object CMakeFiles/untitled.dir/main.c.obj
gcc.exe: error: D:\鏂囨。\untitled\main.c: No such file or directory
gcc.exe: fatal error: no input files
compilation terminated.
mingw32-make.exe[2]: *** [CMakeFiles/untitled.dir/main.c.obj] Error 1
mingw32-make.exe[1]: *** [CMakeFiles/untitled.dir/all] Error 2
mingw32-make.exe: *** [all] Error 2
CMakeFiles\untitled.dir\build.make:80: recipe for target 'CMakeFiles/untitled.dir/main.c.obj' failed
CMakeFiles\Makefile2:93: recipe for target 'CMakeFiles/untitled.dir/all' failed
Makefile:101: recipe for target 'all' failed
结果无法运行C程序,请问该怎么办?

2021年04月21日 09点04分
1
====================[ 构建 | all | Debug ]========================================
"D:\C-C++\CLion 2021.1\bin\cmake\win\bin\cmake.exe" --build D:\文档\untitled\cmake-build-debug --target all -- -j 3
CMake Error: Target DependInfo.cmake file not found
CMake Error: Directory Information file not found
Scanning dependencies of target untitled
Building C object CMakeFiles/untitled.dir/main.c.obj
gcc.exe: error: D:\鏂囨。\untitled\main.c: No such file or directory
gcc.exe: fatal error: no input files
compilation terminated.
mingw32-make.exe[2]: *** [CMakeFiles/untitled.dir/main.c.obj] Error 1
mingw32-make.exe[1]: *** [CMakeFiles/untitled.dir/all] Error 2
mingw32-make.exe: *** [all] Error 2
CMakeFiles\untitled.dir\build.make:80: recipe for target 'CMakeFiles/untitled.dir/main.c.obj' failed
CMakeFiles\Makefile2:93: recipe for target 'CMakeFiles/untitled.dir/all' failed
Makefile:101: recipe for target 'all' failed
结果无法运行C程序,请问该怎么办?
