Code::Blocks Forums
User forums => Help => Topic started by: hongxing on October 26, 2005, 09:36:33 am
-
I add a test.h file to my simplest console app, but when compiling, it says:
make: *** No rule to make target: .deps/test.h.d needed by 'depend_default' . stop.
I use cvs head C::B in Linux, how to resolve it, thanks!
-
Try using the "invoke compiler directly".
Does it work? If not, please post the errors here.
If it does work, Then please use the "generate makefile" option to export to a makefile. Then try compiling with that makefile (select "use custom makefile" in the project properties), and see if it can compile.
In both cases, please post the full commandline log here.