Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Warning when changing file name
Warning when changing file name [message #215387] Fri, 02 May 2008 14:24 Go to next message
Eclipse UserFriend
Originally posted by: jeffrey.1.newman.lmco.com

Hi,

I am having an issue with a makefile CDT project. Eclipse properly uses
our makefiles to find the include paths and adds them to the top-level
psuedo-folder "Includes." However, when one of these files has their name
changed (which is then updated in the makefiles), the file reference
remains in the list of included files. When building, this creates a
warning of "Invalid project path: Include path not found
(/src/old_file_name.h)".

Does anyone know how I can get the old filenames out of the "Includes"
folder? I have search everywhere I can think of and have not been able to
locate where this information is stored.


Thanks!
Re: Warning when changing file name [message #215449 is a reply to message #215387] Mon, 05 May 2008 02:54 Go to previous message
Eclipse UserFriend
Jeff Newman wrote:

> Hi,

> I am having an issue with a makefile CDT project. Eclipse properly uses
> our makefiles to find the include paths and adds them to the top-level
> psuedo-folder "Includes." However, when one of these files has their name
> changed (which is then updated in the makefiles), the file reference
> remains in the list of included files. When building, this creates a
> warning of "Invalid project path: Include path not found
> (/src/old_file_name.h)".

> Does anyone know how I can get the old filenames out of the "Includes"
> folder? I have search everywhere I can think of and have not been able to
> locate where this information is stored.

See bug #206372 for a workaround.

Axel
Previous Topic:Default include paths for MacOSX GCC build?
Next Topic:UML2 with cdt
Goto Forum:
  


Current Time: Thu May 08 02:09:48 EDT 2025

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

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

Back to the top