Re: Header Search Paths / Multiple Header Files with the same name
Re: Header Search Paths / Multiple Header Files with the same name
- Subject: Re: Header Search Paths / Multiple Header Files with the same name
- From: Aaron Kobayashi <email@hidden>
- Date: Fri, 14 Jul 2006 15:53:03 -0500
I know of two ways of dealing with this:
- Rename one of the headers to have a distinctive name.
- Distinguish the header files by partial path, as in:
#include "Parser/File_a.h" #include "Conduit/File_a.h"
I was afraid that might be the case. I'm hoping someone else has some brilliant idea that I'm missing, but I fear you are correct. I just dread having to make changes to all those files as well as cause others on the team to have to make changes to their settings.
Thanks for the suggestion though, Stuart! If all else fails, That will probably be the direction I'll have to go.
Best, Aaron K.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden