Making eclipse work with wxWindows [message #143950] |
Mon, 25 April 2005 21:40 |
Eclipse User |
|
|
|
Originally posted by: confused.someplace.com
Hello,
I have been using CDT (with Cygwin, specifically the one that came
with the Palm OS Developer Kit) for some time (with managed make) to
compile standalone programs. However I would like to begin using CDT with
wxWindows. I found a tutorial here:
http://howtos.mrcam.org/guides/development/cppguiprogramming .html , but
the program will not compile at the end. It exists with very very many
errors ( hundreds, I think, ), which seem to be for practically every
class in wxwindows. The makefile given in examples (which, using command
line tools, does work) usually looks something like this:
WXDIR = ../..
TARGET=minimal
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95
I suspect my problem is because the file makeprog.g95 is not being
included in the makefile used by eclipse. Am I correct? What am I doing
wrong? What can I do to take care of this problem?
Also, is there any way to save the configuration so that I do not have
to do the entire configuration given in the tutorial?
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.07944 seconds