Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Stripping path from #include directive
Stripping path from #include directive [message #1743602] Fri, 16 September 2016 18:28
Victor Valencia is currently offline Victor ValenciaFriend
Messages: 3
Registered: January 2016
Junior Member
In my source file I have something like this:

#include "framework/test.h"

The pathname "framework" prepended to the filename "test.h" is the location
of the file during the build process but the source location of that file
is in a different directory that does not have "framework" as the parent
directory. This is an artifact of our build environment (not building using
eclipse).

Is there a way to configure eclipse to only look for "test.h" somewhere in
the include paths but ignore the parent "framework" ??

Victor
Previous Topic:Is there a 9.0.1 build of the Eclipse CDT?
Next Topic:launch failed. binary not found. Pls help
Goto Forum:
  


Current Time: Fri Apr 26 17:46:40 GMT 2024

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

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

Back to the top