My IDE doesn't work correct.
-
- 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.
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.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: My IDE doesn't work correct.
Hi,
Regards,
David
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.C:/Program Files/CodeLite/MinGW/bin/g++.exe
Regards,
David
-
- 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.
Thank you very much, I have tried that , I move MinGW to C:\MinGW, but it doesnt work
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: My IDE doesn't work correct.
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?
What happens if you try to compile main.c in a console? Does it succeed there? If not, are there any helpful error messages?
-
- 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.
the problem dispeared after i change another compiler TDM-GCC.