Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Compilation error QtPDOMLinkage

No worries. Sounds reasonable. The whole QtPDOMLinkage was a neat trick, but I'll eventually get back to figuring out how to properly add Qt "language" features to the index to support navigation and content assist.

From: Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx>
Date: Thu Feb 05 2015 00:41:43 GMT-0500 (EST)
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Compilation error QtPDOMLinkage

I've added an abstract method to PDOMLinkage to fix https://bugs.eclips​e.org/bugs/show_bug.​cgi?id=459179.

QtPDOMLinkage.java is fixed now. Sorry for the breakage.

-sergey

On Wed, Feb 4, 2015 at 9:35 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
Also, what are you changing?

Sent from my BlackBerry 10 smartphone on the Rogers network.
From: Doug Schaefer
Sent: Thursday, February 5, 2015 12:33 AM
To: Sergey Prigogin; CDT General developers list.
Subject: Re: [cdt-dev] Compilation error QtPDOMLinkage

C++

Sent from my BlackBerry 10 smartphone on the Rogers network.
From: Sergey Prigogin
Sent: Thursday, February 5, 2015 12:32 AM
To: CDT General developers list.
Reply To: CDT General developers list.
Subject: Re: [cdt-dev] Compilation error QtPDOMLinkage

This is a result of my change. In order to fix it properly I'd need to understand whether QT linkage is a C or a C++ one.

-sergey

On Wed, Feb 4, 2015 at 9:27 PM, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
It looks like there was a recent change in PDOMLinkage in master that causes a compilation error. I can't look into it right now but I thought I'd give people a heads up:

.../org.eclipse.cdt​/qt/org.eclipse.cdt.​qt.core/src/org/ecli​pse/cdt/internal/qt/​core/pdom/QtPDOMLink​age.java:[36]
[ERROR] public class QtPDOMLinkage extends PDOMLinkage {
[ERROR] ^^^^^^^^^^^^^
[ERROR] The type QtPDOMLinkage must implement the inherited abstract method PDOMLinkage.getGlobalScope()
[ERROR] 1 problem (1 error)

Marc-Andre

_______________________________________________
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


_______________________________________________
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