No need to Cc me when posting to the list.
On 09/02/12 05:23 AM, Fabiano Fidêncio wrote:
>
>>
>> Modified: abiword/trunk/src/af/xap/cocoa/xap_CocoaCompat.h
>> ===================================================================
>> --- abiword/trunk/src/af/xap/cocoa/xap_CocoaCompat.h 2011-12-29 03:36:35 UTC (rev 30564)
>> +++ abiword/trunk/src/af/xap/cocoa/xap_CocoaCompat.h 2011-12-29 04:28:33 UTC (rev 30565)
>> @@ -30,4 +30,11 @@
>> typedef float CGFloat;
>> #endif
>>
>> +
>> +#if NSINTEGER_DEFINED
>> +#else
>> +typedef int NSInteger;
>> +typedef unsigned int NSUInteger;
>> #endif
>
> When you have time, take a look at this:
> http://pastebin.com/9LZqULev
>
> I think it's an OS X 10.6 running.
> Which kind of infos do you need?
As I replied privately, for the record:
Try adding in src/af/xap/cocoa/xap_CocoaCompat.h
#import <Foundation/Foundation.h>
This should be enough (I haven't tried)
I still build with the 10.4 SDK (on 10.6)
Feel free to commit a fix if that work.
Hub
Received on Thu Feb 9 21:13:13 2012
This archive was generated by hypermail 2.1.8 : Thu Feb 09 2012 - 21:13:13 CET