Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开始使用 Emacs 进行 c++ 编程。对于编译器,我下载了 TDM-GCC-64。但是当我输入M-x compile它时它会要求,make -k然后它会抛出一个错误 not identify make。于是我就下载了mingw32-make。一切正常,但我想使用 C++17,但它不支持,所以我读到了关于编辑的内容makefile,但我找不到:唯一的就是make.exe. 我现在该怎么办?
M-x compile
make -k
make
mingw32-make
makefile
make.exe