dabuddha
Lifer
I have an issue regarding header files.
Working in my own sandbox, I copied one header file over from our central development area (our source code repository) and made some modifications to it.
I guess the question is, is there a gcc flag I can use that will tell the compiler to go through the list of include dirs from the top down everytime it encounters a header file? Reason is, it's including my modified one just fine but when it gets to another header file that includes my modified one, it's pulling in the old version of the header file from the central repository instead of my modified one even though my sandbox is the first directory listed in the include dirs list.
Any help would be appreciated or a suggestion for a different place to post this would be good too.
TIA!
Working in my own sandbox, I copied one header file over from our central development area (our source code repository) and made some modifications to it.
I guess the question is, is there a gcc flag I can use that will tell the compiler to go through the list of include dirs from the top down everytime it encounters a header file? Reason is, it's including my modified one just fine but when it gets to another header file that includes my modified one, it's pulling in the old version of the header file from the central repository instead of my modified one even though my sandbox is the first directory listed in the include dirs list.
Any help would be appreciated or a suggestion for a different place to post this would be good too.
TIA!