Author Topic: wxWidgets wizard project compile error  (Read 3932 times)

hongxing

  • Guest
wxWidgets wizard project compile error
« 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!

hongxing

  • Guest
Re: wxWidgets wizard project compile error
« Reply #1 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?