CodeLite not envokingt the MinGW complier

General questions regarding the usage of CodeLite
jerryd
CodeLite Enthusiast
Posts: 15
Joined: Wed Oct 26, 2016 5:31 am
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite not envokingt the MinGW complier

Post 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
LinusKer
CodeLite Curious
Posts: 5
Joined: Fri May 05, 2017 10:25 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: CodeLite not envokingt the MinGW complier

Post 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" ?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite not envokingt the MinGW complier

Post 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)
Make sure you have read the HOW TO POST thread
jerryd
CodeLite Enthusiast
Posts: 15
Joined: Wed Oct 26, 2016 5:31 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite not envokingt the MinGW complier

Post 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
Post Reply