Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] SWT in Luna

I figured out what this is our our Linux installations.  For the target description for the "Running Platform", edit it and go to the "Environment" tab.  In my case, the x86 architecture was selected whereas the x86_64 architecture matched my running installation. All the unresolved SWT symbols came because the org.eclipse.swt.gtk.linux.x86_64.jar file wasn't showing up in the plug-in dependencies of the UI plug-ins.

--Terry


On Wed, May 21, 2014 at 11:09 AM, Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx> wrote:
Selecting cdt-e4.4 target indeed fixed the compilation errors.

-sergey


On Tue, May 20, 2014 at 6:49 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
I've seen that in the past and really struggled with it and never did figure it out. Few rebuilds, and then restarts, and unfortunately sometimes nuking the workspace and it clears up.

Make sure you're using the cdt-e4.4 target file which should have RC1 in it.

I just upgraded both my Eclipse and reloaded the target and it was fine.

Sent from my BlackBerry 10 smartphone on the Rogers network.
From: Marc Khouzam
Sent: Tuesday, May 20, 2014 9:36 PM
To: CDT General developers list.
Reply To: CDT General developers list.
Subject: Re: [cdt-dev] SWT in Luna

I've been using Luna for a long time although I haven't upgraded to RC1 yet.

Sometimes after a new installation I had trouble with target descriptions. Try this: go to preferences and look for target descriptions. Delete the default one and create a new one based on the current installation.

You may also need to start eclipse and/or do a full clean and build.

I hope that helps.

BR,

Marc


----- Original Message -----
From: Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx>
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Sent: 20/05/2014 20:36
Subject: [cdt-dev] SWT in Luna


I tried to switch to Luna RC1 for CDT work, but encountered tons of compiler errors. All org.eclipse.swt.* imports are unresolved. Has anybody else tried to use Luna yet?

-sergey

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top