Hi! First I suppose you meant wxWindows version 2.4.2 :) Maybe check the bloodshed site and download the brandnew update for Dev-C++ 4.9.8.7 (works with gcc 3.3.1 now if you need it).
For your problem I can only say that this is weird. Looks like the makefile Dev-C++ generated is missing targets. Maybe try the following: Go to your program dir and delete makefile.win. In Dev-C++ check your project settings and go to "Compiler Options"->"Compiler" and disable "fast but imperfect dependency generation". That way a new makefile will be generated whenever it's needed (headers changed etc.). This will take longer, but leads to less trouble. I always have this disabled.
If the error doesn't go away, post your makefile here, because that's where the error is. Sure, another option would be to write a makefile on your own and try if this does the job...
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |