Skip to main content

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

PS If you are using Neon(.0 or .1) there are a few bugs related to
target platform changes, they are being resolved for Oxygen (and some
Neon.2) (e.g. Bug 499486 and Bug 475797). The result is that sometimes
I have to restart Eclipse for it to pick up the changes to target
platforms as expected.
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 27 November 2016 at 00:51, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
> I am fine on master (e5c63c7cd802220d8293f52c89c855c442d9c9fc), I
> reloaded my target platform just to make sure.
>
> My ILaunchTarget does have getAttributes(). I am using
> org.eclipse.launchbar.core_2.1.0.201611242101.jar which is the most
> recent in https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/
>
> HTH
> Jonah
> ~~~
> Jonah Graham
> Kichwa Coders Ltd.
> www.kichwacoders.com
>
>
> On 27 November 2016 at 00:13, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
>> 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
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top