Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Remote CDT project: unable to parse includes

To get a fully functional remote project, you may want to try using the Remote Development Tools (RDT) from the Parallel Tools Project (PTP). In the scenario you are trying, the files are hosted by RSE, but CDT on its own doesn't know how to parse remote files. RDT provides remote builds and remote parsing.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Dmitry Smirnov ---01/14/2011 09:55:22 AM---Hi, I had tried to create a remote CDT project using SSH (Dmitry Smirnov ---01/14/2011 09:55:22 AM---Hi, I had tried to create a remote CDT project using SSH ("Create Remote


From:

Dmitry Smirnov <divis1969@xxxxxxxxx>

To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

Date:

01/14/2011 09:55 AM

Subject:

[cdt-dev] Remote CDT project: unable to parse includes

Sent by:

cdt-dev-bounces@xxxxxxxxxxx




Hi,

I had tried to create a remote CDT project using SSH ("Create Remote
Project" and "Convert to C/C++ project"). The source code is located
on Linux machine, Eclipse is running on Windows.
The project was created successfully, but opening a source file causes
included files to be marked as "unresolved inclusion"
Adding a path to the include files into "Paths and Symbols" (as
workspace path, all configurations, all languages) does not resolve
the problem. Also, "Includes" tree in Project explorer contains the
added directory, but does not show any file within it.

I'm using a simple project source tree:

- include
 - main.h
- src
 - main.c

main.c includes the main.h

Is this a bug? Is this a CDT bug or DSDP/RSE problem?

Eclipse/CDT 7.0.1 (Eclipse Version: Helios Service Release 1, Build
id: 20100917-0705, CDT Version: 7.0.1.201009241320, Build id:
201009241320)

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


GIF image

GIF image


Back to the top