Installed Jetbrains Clion 2017.2.3. Installed MinGW. In the environment variable PATH indicated:

C:\MinGW\bin; C:\MinGW\MSYS\1.0\local\bin; C:\MinGW\MSYS\1.0\bin; 

In the settings, Clion registered the path to MinGW

enter image description here

Then, when starting the project, it displays the following error: enter image description here

Prior to this, put MinGW 64 ver 5.0, the result is the same. I have a bad idea how the project is going, so I don’t have any idea how to fix it. Maybe you need to specify something in the CMakeCache.txt file, please tell me? The same topic was published a month ago, but it was not answered, so I created another topic. Thanks in advance for your help.

  • Russian characters on the way to the project? Try to build a project in which there are no Russian characters on the way. - ixSci
  • Thank you very much, it helped! No Russian characters. The project is compiled and everything is compiled! - Elijah

0