Page 1 of 1

CodeLite not envokingt the MinGW complier

Posted: Thu Oct 01, 2020 12:32 am
by jerryd
CodeLite,
Windows 7 Pro, CodeLite 14.0.2

Nothing happens when I try to build my program.

MinGW installed in C:\MinGW and it is selected in the CodeLite settings >
Build Settings and C:\MinGW\bin is in the environmental variables. When I
click on Build > Build project it is not invoking the compiler and always
displays ====0 errors, 0 warnings====

The Workspace looks correct and the main.cpp is displayed and also looks correct.

Any suggestions?

jerryd

Re: CodeLite not envokingt the MinGW complier

Posted: Thu Oct 01, 2020 2:51 pm
by LinusKer
What do you mean by "it is not working"?
==0 errors, 0 warnings==
is what everybody wishes to see after compiling.
What happens when you click "Build > Run" ?

Re: CodeLite not envokingt the MinGW complier

Posted: Thu Oct 01, 2020 2:57 pm
by eranif
what do you have in the project settings?
can you paste the complete log file of the build? (not just the last lines)

Re: CodeLite not envokingt the MinGW complier

Posted: Fri Oct 02, 2020 8:27 am
by jerryd
CodeLite forum,
Sorry, I should have said Build instead of compile. I discovered that MinGW-make
wasn't present. I downloaded one and build works.

Thanks,
jerryd