Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Get Eclipse to work with symlink in include path?
Get Eclipse to work with symlink in include path? [message #754077] Mon, 31 October 2011 16:33 Go to next message
Eclipse UserFriend
All,

Has anyone else tried adding symlinks to the include path in a C/C++
project? I can't get it working, so now I have a ton of unresolved
includes in eclipse. There's no error, eclipse just doesn't seem to
find any of the files.

In short I need to include a path using a different name then what's on
the actual file system, so I'm essentially trying to rename something
use a symlink.

Any ideas? Thanks.

- Daniel
Re: Get Eclipse to work with symlink in include path? [message #754089 is a reply to message #754077] Mon, 31 October 2011 17:27 Go to previous message
Eclipse UserFriend
On 10/31/2011 12:33 PM, Daniel Neuberger wrote:
> Has anyone else tried adding symlinks to the include path in a C/C++
> project? I can't get it working, so now I have a ton of unresolved
> includes in eclipse. There's no error, eclipse just doesn't seem to find
> any of the files.
>
> In short I need to include a path using a different name then what's on
> the actual file system, so I'm essentially trying to rename something
> use a symlink.
>
> Any ideas? Thanks.

Figured it out, it was an oversight on my part. I was adding to the
assembly include path rather than the C++ include path. Thanks.

- Daniel
Previous Topic:head less compilation using .cproject configuration
Next Topic:Guidance for Customize Coding style?
Goto Forum:
  


Current Time: Fri Mar 29 05:13:33 GMT 2024

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

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

Back to the top