XCode cross platform maintainability issues
XCode cross platform maintainability issues
- Subject: XCode cross platform maintainability issues
- From: Mike Bellerby <email@hidden>
- Date: Thu, 29 Sep 2005 14:58:57 +0100
I have a String.h header file in a subdirectory of my project. When I try to do #include <string.h> it loads folder/String.h instead and gives a warning message 'warning: mismatched case in filenames, wanted "string.h" but found "String.h"' that it is doing this.
I cannot change the name of the header file as it is part of theĀ cross platform section of the code. All other platforms handle this correctly and select the correct header e.g. Windows, Solaris and Linux.
The problem seems to be caused by the -I directive for the hmap file, as when I manually invoke gcc without this directive the correct header file is selected.
I have looked through the documentation extensively and can find no way of turning this directive off.
Does anyone know of a way to do this?
|
_______________________________________________
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