Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: hongxing on October 26, 2005, 08:47:38 am

Title: wxWidgets wizard project compile error
Post by: hongxing on October 26, 2005, 08:47:38 am
I use wxWidgets wizard to generate my project.
when use 'No head file options', is compiles well.

but when use 'with header file' option or 'use seperate wxApp, wxFrame files' option, when compiling, it says:
make: *** No rule to make target  '.deps/main.h.d' needed by 'depend_default'. stop.

why?
thanks!
Title: Re: wxWidgets wizard project compile error
Post by: hongxing on October 26, 2005, 09:26:20 am
in this bbs, someone say it can be resolved by set "invoke compiler directly", but when I set it, when compiling, it says:
"g++ cannot specify -o with -c or -S and multiple compilations"

seems that C::B 's make dependency has some problem?