mingw32-make.exe[1]: *** No rule to make target 'Debug/main.

CodeLite installation/troubleshooting forum
rro4785
CodeLite Curious
Posts: 7
Joined: Sun Mar 03, 2013 3:31 am
Genuine User: Yes
IDE Question: C++
Location: Caracas, Edo. Miranda. Venezuela
Contact:

mingw32-make.exe[1]: *** No rule to make target 'Debug/main.

Post by rro4785 »

Hello!

I'm new in this the wxWidgets app development, I installed the precompiled wxWidgets libraries but when i compile the sample app then CodeLite shows me this error message:

Code: Select all

mingw32-make.exe[1]: *** No rule to make target 'Debug/main.o', needed by 'Debug'.  Stop.
How can I do? :roll:
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: mingw32-make.exe[1]: *** No rule to make target 'Debug/m

Post by eranif »

Can you please explain how did you try to compile?
Can you also post the entire build log?
See the HOW TO POST thread

Eran
Make sure you have read the HOW TO POST thread
rro4785
CodeLite Curious
Posts: 7
Joined: Sun Mar 03, 2013 3:31 am
Genuine User: Yes
IDE Question: C++
Location: Caracas, Edo. Miranda. Venezuela
Contact:

Re: mingw32-make.exe[1]: *** No rule to make target 'Debug/m

Post by rro4785 »

Thanks for reply, but I resolved the problem was the configuration of MinGW, which was wrong. I was going to remove the post
Post Reply