• 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: Resolving conflicting typedefs uint32
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Resolving conflicting typedefs uint32


  • Subject: Re: Resolving conflicting typedefs uint32
  • From: email@hidden
  • Date: Tue, 15 Jul 2008 10:38:43 +0200


On 15 Jul 2008, at 9:39am, email@hidden wrote:

I tried your suggestion in several places in my code but no luck. If I put it before #import <Cocoa/Cocoa.h> I get thousands of errors and If I put it after #import <Cocoa/Cocoa.h> I get the exact same 4 errors I got before. Since I don't explicitly import the security framework (must be an internal Cocoa thing) I can't really do the define anywhere sensible. Seems like a catch 22 where I can't compile the project without the Cocoa libraries but with Cocoa libraries, I get typedef conflicts.


In your prefix file, did you try:

#include "(Path to Quark Headers)/XP_XTplatE7.h"

#define _UINT32
#import <Cocoa/Cocoa.h>

Matt
_______________________________________________
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: 
 >Re: Resolving conflicting typedefs uint32 (From: email@hidden)

  • Prev by Date: Re: Xcode 3.1 problem checking dependencies
  • Next by Date: Re: Building a C library Objective-C wrapper framework
  • Previous by thread: Re: Resolving conflicting typedefs uint32
  • Next by thread: Re: Resolving conflicting typedefs uint32
  • Index(es):
    • Date
    • Thread