Can't run Makefile Clion 2020.2.1 Windows 10
Answered
HI) Please, help! I can't run Makefile:
What should I do?
Please sign in to leave a comment.
Hello!
I see that you have both CMakeLists.txt and Makefile in the project. On what build system is the project based originally? How did you open the project in CLion?
Yes, I have both CMake and Makefile, and they both work (Makefile works in terminal). In the school we usually use Makefile, but I love CLion - so I had to do both things. Now I want to learn to do project without CMake. My project was built by CMake. Should I delete all cmake-files and try to reopen project?
Please close the project (File | Close Project), delete all the cmake-build-*** folders, the .idea folder and the CMakeLists.txt file, and open your Makefile project - https://www.jetbrains.com/help/clion/makefiles-support.html#open-prj.
I have exactly the same problem. But on attempt to build I'm getting following error:
"'uname' is not recognized as an internal or external command,
operable program or batch file."
Hi f1am3d!
Run | Edit Configurations
).