• 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: 10.2.8 SDK won't compile <Carbon/Carbon.h>
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>


  • Subject: Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
  • From: Chris Espinosa <email@hidden>
  • Date: Fri, 14 Oct 2005 12:52:10 -0700


On Oct 14, 2005, at 10:50 AM, David Dunham wrote:

In file included from /usr/include/machine/_types.h:26,

                 from /usr/include/sys/_types.h:27,

                 from /usr/include/_types.h:27,

                 from /usr/include/string.h:60,

                 from /Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:46,

                 from /Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:20,

                 from /Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,

                 from /Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,

                 from /Volumes/david-3/GameHouse/Acropolis/AcropolisPrefix.h:1:

/usr/include/ppc/_types.h:73: error: conflicting types for `typedef union __mbstate_t __mbstate_t'

/Developer/SDKs/MacOSX10.2.8.sdk/usr/include/ppc/ansi.h:95: error: previous declaration as `typedef union __mbstate_t __mbstate_t'


The SDK version of CoreFoundation.h is #including "string.h" and finding the one in /usr/include, not /Developer/SDKs/MacOSX10.2.8.sdk/usr/include, so it's mixing 10.2.8 and 10.4 headers.  That'll never work.

Could you paste the compiler invocation line that preceded this error?

Chris
 _______________________________________________
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

References: 
 >10.2.8 SDK won't compile <Carbon/Carbon.h> (From: David Dunham <email@hidden>)

  • Prev by Date: Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
  • Next by Date: Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
  • Previous by thread: Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
  • Next by thread: Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
  • Index(es):
    • Date
    • Thread