Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » full paths in dependencies
full paths in dependencies [message #152602] Mon, 29 August 2005 20:27 Go to next message
Eclipse UserFriend
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] Mon, 29 August 2005 20:52 Go to previous message
Eclipse UserFriend
> 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: Wed Apr 16 14:21:21 EDT 2025

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

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

Back to the top