No rule to make target

General questions regarding the usage of CodeLite
GCB-Toronto
CodeLite Enthusiast
Posts: 16
Joined: Tue Dec 20, 2011 10:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: No rule to make target

Post by GCB-Toronto »

Now I am seeing this - I notice that do not have a Debug sub-folder in the proect or workspace directory.

C:\WINDOWS\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f "gzip4.mk" Debug/deflate.o"
----------Building project:[ gzip4 - Debug ] (Single File Build)----------
<built-in>:0:0: fatal error: opening dependency file Debug/deflate.o.d: No such file or directory
compilation terminated.
mingw32-make.exe: *** [Debug/deflate.o.d] Error 1
gzip4.mk:111: recipe for target `Debug/deflate.o.d' failed
0 errors, 0 warnings
GCB-Toronto
CodeLite Enthusiast
Posts: 16
Joined: Tue Dec 20, 2011 10:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: No rule to make target

Post by GCB-Toronto »

OK I went ahead and created the Debug sub-folder and the compile is working. Thanks for the help.
Gerry
Post Reply