Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Compiling CDT from CVS sources

You currently need Eclipse 3.1 M6 to build the head of CDT (CDT 3.0 M6).
M7 of CDT should match up to Eclipse M7.

___________________________________________
 
Chris Recoskie
Software Designer
IDE Frameworks Group
Texas Instruments, Toronto
 
 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On
> Behalf Of Quentin Ochem
> Sent: Thursday, May 05, 2005 5:22 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Compiling CDT from CVS sources
> 
> Hi !
> 
> I' trying to get (slowly) into the code of CDT and, I'd like to be
able
> to compile it from the CVS sources. Unfortunately, after having
> downloaded the sources, I get a lot of strange errors everywhere,
> apparently related to things missing in the eclipse API. Here are some
> of them (at least, there are more than one hundred)
> 
>
AbstractDecoratedTextEditorPreferenceConstants.EDITOR_DISABLE_OVERWRITE_
MO
> DE
> cannot be resolved    CUIPreferenceInitializer.java
> org.eclipse.cdt.ui/src/org/eclipse/cdt/ui    line 84
> 
> The method getResourceAttributes() is undefined for the type
> IResource    Resources.java
> org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util    line 104
> 
> The import org.eclipse.core.resources.ResourceAttributes cannot be
> resolved    Resources.java
> org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util    line 26
> 
> I'm using Eclipse 3.0.2 with a sun java SDK 1.4.2. Is there anything
> obviously wrong here ? I didn't find any recent documentation about
> compiling CDT (the only one I got has been released on January 2003).
Is
> there any update anywhere ?
> 
> Regards,
> 
> Quentin Ochem
> 
> PS : I hope this list is the right one to ask such a question. There
not
> seems to be any component on the bugzilla list that fit to it. Am I
wrong
> ?
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top