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
CodeLite not envokingt the MinGW complier
-
- CodeLite Enthusiast
- Posts: 15
- Joined: Wed Oct 26, 2016 5:31 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- 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
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" ?
==0 errors, 0 warnings==
is what everybody wishes to see after compiling.
What happens when you click "Build > Run" ?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite not envokingt the MinGW complier
what do you have in the project settings?
can you paste the complete log file of the build? (not just the last lines)
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
-
- 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
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
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