Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » full paths in dependencies
full paths in dependencies [message #152602] Tue, 30 August 2005 00:27 Go to next message
Anthony Knittel is currently offline Anthony KnittelFriend
Messages: 16
Registered: July 2009
Junior Member
i'm using autogenerated make files & would like to be able to move my
build directories to another platform and be able to compile there, but
it adds full paths to externally linked libraries in dependencies (.d)
files so i can't build it elsewhere without modifying those files by hand.

* can you tell eclipse NOT to include external library includes in
dependency lists somewhere?

basically the library (boost/regex) is included in one of the files
using #include <boost/regex.hpp> and the include path is set using the
environment variable INCLUDE_PATH.


A
Re: full paths in dependencies [message #152611 is a reply to message #152602] Tue, 30 August 2005 00:52 Go to previous message
Anthony Knittel is currently offline Anthony KnittelFriend
Messages: 16
Registered: July 2009
Junior Member
> basically the library (boost/regex) is included in one of the files
> using #include <boost/regex.hpp> and the include path is set using the
> environment variable INCLUDE_PATH.

correction- using environment variable CPATH which is set in
preferences->C/C++->Managed Build->Environment


A
Previous Topic:How to add include paths in managed make projects?
Next Topic:cdt 3.0.0 under linux : Could not install bundle
Goto Forum:
  


Current Time: Sat Jul 27 16:52:28 GMT 2024

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

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

Back to the top