Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Absolute path for include compiler options makes project not exportable
Absolute path for include compiler options makes project not exportable [message #156133] Thu, 13 October 2005 06:54 Go to next message
Eclipse UserFriend
Hi,

When specifying a library or include path in the compiler options,the
associated path is stored as an absolute path in the Build project file
(.cdtbuild).

This makes the project not exportable from one machine to another because
the path
are wrong on the other machine. Should be a relative path.

Is there a way to do it ? Is there already a bugzilla for it ?

Regards,
Jerome
Re: Absolute path for include compiler options makes project not exportable [message #157225 is a reply to message #156133] Tue, 01 November 2005 23:47 Go to previous message
Eclipse UserFriend
Originally posted by: crecoskie.ti.com

Use a macro to specify the directories in which the files live, then
define that macro on each system on which you are going to build.

E.g. ${myMacro}/include



Chris

Jerome Correnoz wrote:

> Hi,

> When specifying a library or include path in the compiler options,the
> associated path is stored as an absolute path in the Build project file
> (.cdtbuild).

> This makes the project not exportable from one machine to another because
> the path
> are wrong on the other machine. Should be a relative path.

> Is there a way to do it ? Is there already a bugzilla for it ?

> Regards,
> Jerome
Previous Topic:Finding commnets using CDT parser
Next Topic:extending CDT new project wizard
Goto Forum:
  


Current Time: Sat May 03 11:57:12 EDT 2025

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

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

Back to the top