Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] compiler errors in latest master

I'm seeing the following errors in the latest master:

Description	Resource	Path	Location	Type
The method getAttributes() is undefined for the type ILaunchTarget	CommonBuildTab.java	/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ui/corebuild	line 51	Java Problem
The method getAttributes() is undefined for the type ILaunchTarget	CoreBuildLaunchConfigDelegate.java	/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/launch	line 51	Java Problem
The method getAttributes() is undefined for the type ILaunchTarget	QtBuildTab.java	/org.eclipse.cdt.qt.ui/src/org/eclipse/cdt/internal/qt/ui/launch	line 100	Java Problem

Is anyone else seeing this? I resolved the latest target platform and these are still there.

Thanks,
Nate

Back to the top