Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Making eclipse work with wxWindows
Making eclipse work with wxWindows [message #143950] Mon, 25 April 2005 21:40
Eclipse UserFriend
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
Previous Topic:Editor integration with Eclipse CDT
Next Topic:Can't build C++ project.
Goto Forum:
  


Current Time: Thu Jul 17 10:21:29 EDT 2025

Powered by FUDForum. Page generated in 0.07944 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top