Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT Relative Include Paths
CDT Relative Include Paths [message #145094] Fri, 13 May 2005 10:52
Eclipse UserFriend
Originally posted by: me.privacy.net

We are using Eclipse V3.1 with the milestone (M6) build of CDT 3.0, on
the Linux platform.

Our project is a Managed Make C++ Project, we have a few of issues with
using relative paths.

1) Header paths that are defined in the Include Paths (-I) field as
relative (i.e. ../../include/) do not appear in the Includes folder on
the Project tree. As a result of this, header file modifications do not
get checked in the dependancies

2) When I attempt to open these header files from the Outline view, the
editor jumps to the #include statement, but no file is opened. System
include files, and headers included in the project are opened sucessfully.

3) In the generated makefiles, absolute paths are used to the source
files, so the makefile are not portable, they have the regenerated on
each platform.


Has anyone got any ideas on how to get round these problems?


Cheers

Nick
Previous Topic:Code completion
Next Topic:Unable to run and debug an executable binary within Eclipse CDT on AIX 5.3
Goto Forum:
  


Current Time: Thu Apr 25 04:17:08 GMT 2024

Powered by FUDForum. Page generated in 0.02493 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top