Skip to main content

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

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


Back to the top