[
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
|
Did you install CDT itself? In most cases it is enough to check out just the plugin you are interested in. So it would be this way:
1. Install 3.6M5 Eclipse SDK
3. Check out the plugin you are interested in (org.eclipse.cdt.make.core?). For a good measure also check out org.eclipse.cdt.core (in case any dependency was introduced since last build).
4. It should compile automatically. Do "Debug as Eclipse Application" to test it.
Andrew
On Thu, Mar 11, 2010 at 2:57 PM, Tim Black
<timblaktu@xxxxxxxxx> wrote:
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?
TimOn 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".
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev