My IDE doesn't work correct.

CodeLite installation/troubleshooting forum
Tim
CodeLite Curious
Posts: 3
Joined: Sat Aug 08, 2020 8:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

My IDE doesn't work correct.

Post by Tim »

Image
I Created a simplest project,Hello world. but it cant compile, please help me.thanks.
You do not have the required permissions to view the files attached to this post.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: My IDE doesn't work correct.

Post by DavidGH »

Hi,
C:/Program Files/CodeLite/MinGW/bin/g++.exe
I don't use Windows, but I've seen several times that mingw doesn't work if there is a space in its path. Try moving it somewhere else.

Regards,

David
Tim
CodeLite Curious
Posts: 3
Joined: Sat Aug 08, 2020 8:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: My IDE doesn't work correct.

Post by Tim »

Thank you very much, I have tried that , I move MinGW to C:\MinGW, but it doesnt work
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: My IDE doesn't work correct.

Post by DavidGH »

OK.

What happens if you try to compile main.c in a console? Does it succeed there? If not, are there any helpful error messages?
Tim
CodeLite Curious
Posts: 3
Joined: Sat Aug 08, 2020 8:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: My IDE doesn't work correct.

Post by Tim »

the problem dispeared after i change another compiler TDM-GCC.
Post Reply