Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] [bloody newbie] how to build cdt ?

> > Hi,
> > 
> > here comes a simple newbie question:
> > how do I build cdt ?
> > I got the sources, found the code I'm interested in, 
> changed some lines, =
> > but now I have no idea how to build this thing.
> > I am new to eclipse, don't have much experience with java, 
> and new to =
> > cdt.
> > I installed eclipse 3.0 with sdk, the cdt sdk, apache-ant.
> > I didn't find a guide or howto on the cdt homepage.
> > 
> > So, how do I compile and install my modified version of cdt ?
> > 
> 
> Try
> www.eclipse.org/cdt
> 
> Follow the FAQ link

Ok, at least I'm making progress.
I imported the installed cdt plugins, selected also the source plugins, and via the package browser I am now able to open GCCErrorParser.java. But now the file is read-only and I have no idea how to make it read-write :-/
What did eclipse do ? Did it extract the files from the zip and put them on disk or does it just show me the contents of the file extracted to memory from the zip file ? Do I have to unzip the ziip files manually ?

Thanks
Alex


Back to the top