unneon/icie

"MinGW not installed"

Closed this issue · 4 comments

1.MInGW is installed and working fine with coderun extension and even i myself use mingw for default compilaton.
2. MInGW is installed using default settings, path is not changed and added to system paths.
3. did a restallation of compiler too.
HELP !

This message means the extension could not find MinGW, and it only looks in C:\MinGW and C:\MinGW\mingw32. Have you installed it following the instructions, or in some other way? If you installed it somewhere else, you can set the "ICIE Windows MinGW Path" config option (Ctrl, > Extensions > ICIE) to your C:\...something...\MinGW directory.

If you don't know where your MinGW is installed, you can try uninstalling it and installing using the instructions so that the extension will be able to find it.

i see you are replying to this issue of me and other simply by pasting paragraph.
did you checked the details i posted ?
i already checked every recommend instructions.

Ah, right. The entire MinGW detection code is less than 20 lines long. Basically, it just checks C:\MinGW\mingw32\bin\g++.exe, C:\MinGW\bin\g++.exe (or if you have set the "Compile: Windows Mingw Path" in the config to e.g D:\Unicorn, it only checks D:\Unicorn\bin\g++.exe), and if they exist it considers MinGW installed. Do these files actually exist at these locations?

ss-1 compilation path
ss-2 compilation error

yes these paths now exist and i am getting this new error. also creating a new issue in view of that. Please help.

Meanwhile my code is able to be compiled from other other extensions, cmd and ide-s