我得到在编译这个错误(其实这是一个非常简单的项目,语法是绝对OK)
E:\ proj1 \ Makefile.win [生成错误] [main.o]错误1
这是我的编译器日志(DEV C ++ v 4.9.9.2)
Compiler: Default compiler Building Makefile: "E:\proj1\Makefile.win" Executing make... make.exe -f "E:\proj1\Makefile.win" all g++.exe -c main.cpp -o main.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" 'C:\Users\r' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. make.exe: *** [main.o] Error 1 Execution terminated
我的用户路径为“C:\用户\ R&d”?,我认为“&”是makeing在编译过程中遇到问题,没有任何人有任何想法,我无法重新安装Windows,因为我有安装在我的当前窗口许多软件和这是非常耗时给我,我怎么能解决这个问题/