Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Problem with 2019-09 M2

> I guess there's something wrong with the manifest change of org.eclipse.cdt.core.

I added a dependency to "org.eclipse.jdt.annotation" in order to import the @Nullable annotation. We can undo that if it is a problem.


Von: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> im Auftrag von marco <marco.stornelli@xxxxxxxxx>
Gesendet: Freitag, 9. August 2019 18:11:37
An: CDT
Betreff: Re: [cdt-dev] Problem with 2019-09 M2
 
It doesn't seem a platform problem. Reverting commit "Bug 522200:
[C++17] Add support for structured binding declarations" it seems did
the trick. Now we need to understand what's the problem here. I guess
there's something wrong with the manifest change of org.eclipse.cdt.core.

Il 09/08/19 17:42, marco ha scritto:
> Hi,
>
> I'm now on 2019-09 M2. I setup everything again but when I try to
> compile CDT I see the error "ASTInclusionStatement class is alredy
> defined". This class is inside ASTPreprocessorNode.java in project
> org.eclipse.cdt.core pacakge
> org.eclipse.cdt.internal.core.parser.scanner. Any tips?
>
> Thanks.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top