Page 1 of 1
My IDE doesn't work correct.
Posted: Sat Aug 08, 2020 8:20 pm
by Tim
I Created a simplest project,Hello world. but it cant compile, please help me.thanks.
Re: My IDE doesn't work correct.
Posted: Sat Aug 08, 2020 8:37 pm
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
Re: My IDE doesn't work correct.
Posted: Sat Aug 08, 2020 8:46 pm
by Tim
Thank you very much, I have tried that , I move MinGW to C:\MinGW, but it doesnt work
Re: My IDE doesn't work correct.
Posted: Sat Aug 08, 2020 11:00 pm
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?
Re: My IDE doesn't work correct.
Posted: Sun Aug 09, 2020 4:53 am
by Tim
the problem dispeared after i change another compiler TDM-GCC.