Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] unresolved references to org.eclipse.remote

Hi,
It seems you have the problem documented in 
the Bug 
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=430655

The work around from Marc-Andre mentions a sequence number, 
you will find this element in the second line of the target definition file, 

It would be nice if you add an entry to the bug above so the visibility / priority can be increased

/Alvaro




On Wed, May 7, 2014 at 12:26 AM, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
> You don't need to run 4.4 but you need to target 4.4. Here are some
> instructions that might help you:
> http://wiki.eclipse.org/Getting_started_with_CDT_development#Dependencies

I tried setting the target to 4.4, but it made things worse. It made my
project go from having 75 errors (related to org.eclipse.remote) to
having> 120000 errors, about everything from junit to org.eclipse.core.

Setting the target back to 4.3 brings me back to a state where I just
have the 75 errors related to org.eclipse.remote.

I notice that if I go to Window -> Preferences -> Plug-in Development ->
Target Platform, select cdt_e4.4 and click "Reload", I get an error
saying

    Problems were found with the selected target definition. You can
    still set the definition as the active target, but there may be
    problems building.

    Reason:
    Problems occurred getting the plug-ins in this container.

    Details:
    Unable to locate installable unit org.eclipse.remote.feature.group

Any ideas on how to fix this?

Thanks,
Nate

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


Back to the top