• 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
Re: beginner's xcode question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: beginner's xcode question


  • Subject: Re: beginner's xcode question
  • From: Scott Tooker <email@hidden>
  • Date: Tue, 9 Dec 2003 12:09:05 -0800

My guess is that when you include these files you have

#include "limits.h"

but the includes are case sensitive.

What you should have is
#include "Limits.H"

(personally I'd just rename the files if you can to be different).

Scott

On Dec 9, 2003, at 11:44 AM, Simon P wrote:

>> Do you have header files in your project that happen
>> to have identical
>> names to system header files?
>
> Yes, some of my header files (Math.H or Limits.H) have
> the same names as system headers files.
>
> Is there a way around this problem (ie can I turn the
> -header-mapfile option off) or do I have to rename my
> header files?
>
> Thanks,
>
> Simon
>
> __________________________________
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing.
> http://photos.yahoo.com/
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.

[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: beginner's xcode question (From: Simon P <email@hidden>)

  • Prev by Date: Meaning of "Pre-compiled symbol file "AppKit.syms" is out of date"?
  • Next by Date: Re: Including frameworks
  • Previous by thread: Re: beginner's xcode question
  • Next by thread: Re: beginner's xcode question
  • Index(es):
    • Date
    • Thread