I cannot start programming in NetBeans 8.1 C ++ . IDE starts but cannot find the MinGW compiler.
The path is registered:
PATH = ...;d:\MinGW32\bin;d:\MinGW32\msys\bin... What else should I do?
I cannot start programming in NetBeans 8.1 C ++ . IDE starts but cannot find the MinGW compiler.
The path is registered:
PATH = ...;d:\MinGW32\bin;d:\MinGW32\msys\bin... What else should I do?
... in PATH you are purely symbolically set or or spelled out in a variable?D:\MinGW32\MSYS\1.0\bin - check if the path is specified correctly.Панель управления\Система и безопасность\Система\Дополнительные параметры системы\Переменные среды , find the desired Path in the Системные переменные section and add it (using the Изменить... button Изменить... ) to the end of its path for the MinGW and MSYS tools from clause 3) separated by a symbol ; (also put in front of them ; in order to separate it from the last path in this variable that was specified before you)It should earn, but if it does not work out, then try to reproduce exactly the actions from this guide .
Сервис -> Параметры -> С/С++ if the build is selected, then is everything written out and is it highlighted in red. - Max ZSEverything works after the task manager kills the mc.exe process (from Cygwin). If this is not done, the IDE just does something (I don’t know what) does ... And how does mc.exe find and run is not clear - does it find itself in the registry? ... Windows 8.1 is installed
Source: https://ru.stackoverflow.com/questions/489513/
All Articles