Guest User

Untitled

a guest
Feb 9th, 2012
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8,
  2. from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
  3. from xap_Cocoa_NSTableUtils.h:20,
  4. from xap_Cocoa_NSTableUtils.cpp:22:
  5. /System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:176: error: conflicting declaration 'typedef long int NSInteger'
  6. xap_CocoaCompat.h:36: error: 'NSInteger' has a previous declaration as 'typedef int NSInteger'
  7. /System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:177: error: conflicting declaration 'typedef long unsigned int NSUInteger'
  8. xap_CocoaCompat.h:37: error: 'NSUInteger' has a previous declaration as 'typedef unsigned int NSUInteger'
  9. xap_Cocoa_NSTableUtils.cpp: In function 'int -[XAP_StringListDataSource rowWithCString:](XAP_StringListDataSource*, objc_selector*, const char*)':
  10. xap_Cocoa_NSTableUtils.cpp:82: warning: comparison is always false due to limited range of data type
  11. make[5]: *** [xap_Cocoa_NSTableUtils.lo] Error 1
  12. make[4]: *** [all-recursive] Error 1
  13. make[3]: *** [all-recursive] Error 1
  14. make[2]: *** [all-recursive] Error 1
  15. make[1]: *** [all-recursive] Error 1
  16. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment