Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Building CDT under windows?
Building CDT under windows? [message #36192] Wed, 26 June 2002 19:10 Go to next message
Sam Robb is currently offline Sam RobbFriend
Messages: 4
Registered: July 2009
Junior Member
All,

I'm trying to build CDT under Windows + Cygwin. Following the
"Developing the CDT" doc, I've run into some problems:

- Many projects had dependencies on org.eclipse.swt.motif_2.0.0.
Changing these to reference org.eclipse.swt.win32_2.0.0 instead
seemed to work.

- org.eclipse.cdt.cpp.ui and org.eclipse.cdt.gdb.picl fail to build.
As as far as I can tell, the errors all stem from an inability to
resolve an import of com.ibm.debug.pdt.* :

"The import com.ibm.debug.pdt cannot be resolved"

So, the questions:

- Is the change from swt.motif_2.0.0 to swt.win32_2.0.0 reasonable?
- Is there any reason why the debug.pdt import is failing in these
two projects? Is it a known problem? Where would be the best
place to start investigating?

Thanks,

-Samrobb
Re: Building CDT under windows? [message #36226 is a reply to message #36192] Wed, 26 June 2002 21:32 Go to previous message
Sam Robb is currently offline Sam RobbFriend
Messages: 4
Registered: July 2009
Junior Member
> "The import com.ibm.debug.pdt cannot be resolved"

OK, it looks like I'm getting this error because while epdc.jar
and ibmdebug.jar are present in the project, they don't contain
anything expcet a manifest file and what looks like a build
timestamp.

Is debug.pdt suposed to generate these files, or are they built
elsewhere and checked in?

-Samrobb
Previous Topic:Saving a remote file
Next Topic:CDT web pages
Goto Forum:
  


Current Time: Fri Apr 26 10:25:31 GMT 2024

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

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

Back to the top