• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
XCode cross platform maintainability issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: XCode cross platform maintainability issues
      • From: Andreas Grosam <email@hidden>
References: 
 >Help needed with install path and bundling libraries (From: Sean Heber <email@hidden>)
 >Re: Help needed with install path and bundling libraries (From: j o a r <email@hidden>)

  • Prev by Date: Re: Finder won't open Xcode projects
  • Next by Date: Re: just C++ in xcode
  • Previous by thread: Re: Help needed with install path and bundling libraries
  • Next by thread: Re: XCode cross platform maintainability issues
  • Index(es):
    • Date
    • Thread