[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] Re: Re: questions about building and modifying CDT plugins
|
Thanks for the feedback, Dave.
I just did a fresh install of 3.6M5 Eclipse SDK, then from CVS HEAD checked out all the necessary CDT projects listed at
http://wiki.eclipse.org/Getting_started_with_CDT_development, and I get lots of "cannot be resolved to type" errors in org.eclipse.cdt.managedbuilder.gnu.ui. (can't resolve BuildEnvVar, BuildException, BuildEnvironmentVariable, ...)
Assuming this error isn't a transient due to some non-atomic commit, I'm guessing the wiki list is just out of date and I don't really have all the necessary projects. The project set appears to be a superset of the wiki list. I started over and this time imported the project set, and now I get almost no errors. Progress! But I am getting 5 errors in org.eclipse.cdt.dsf.gdb.ui. (all related to resolving IResumeWithoutSignalHandler) This is much better, but does anyone know why I'm getting this error using CVS HEAD and 3.6M5 Eclipse SDK? Dave, did you get this error?
Tim
On Thu, Mar 11, 2010 at 7:56 AM, Dave Korn
<dave.korn.cygwin@xxxxxxxxxxxxxx> wrote:
> and everything "just worked" first time for me.
Sorry, I forgot one little thing: I had to(*) manually edit the .psf file to
replace ":extssh:dev.eclipse.org:" with ":pserver:anonymous@xxxxxxxxxxxxxxx:",
because it's designed for devs who have write access to the repository. Apart
from that it was all plain sailing.
cheers,
DaveK
--
(*) - There's probably a way to change this in the UI, but I don't know well
enough, which is why I say I "had to".