swarm-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [swarm-hackers] Old autoconf build process is broken in current trun


From: Bill Northcott
Subject: Re: [swarm-hackers] Old autoconf build process is broken in current trunk
Date: Wed, 25 Nov 2009 21:57:21 +1100

On 25/11/2009, at 9:36 PM, Bill Northcott wrote:
> On 25/11/2009, at 9:12 PM, Bill Northcott wrote:
>>>>> ../../../../src/collections/../defobj/Swarm/DefObject.h:36:0 
>>>>> ../../../../src/collections/../defobj/Swarm/DefObject.h:36: error: cannot 
>>>>> find interface declaration for 'NSObject', superclass of 'Object_s'
>>>>> In file included from ./Swarm/Collection.h:27,
>>>>>              from ../../../../src/collections/../collections/Array.h:26,
>>>>>              from ../../../../src/collections/Array.m:26:
>>>>> ./Swarm/collections.h:1238:36 ./Swarm/collections.h:1238:36: error: 
>>>>> Swarm/collections_types.h: No such file or directory
>>> 
>> 
>> Unfortunately it is not the cause of the error above.
> 
> You don't get this error in your build because you have the Foundation 
> framework in your Xcode build.  A linux build would use Object.h which in the 
> GNU Objective-C stuff.  So I need to add an include for it somewhere.  I will 
> see if I can fix it tomorrow.

I think I fixed the NSObect issue:
Added to defobj.h
#ifdef __APPLE__
#import <Cocoa/Cocoa.h>
#endif

Added to OBJCFLAGS in case Darwin in configure.in:
-F Cocoa

I expect I will need some thing like "-f Cocoa -f CoreData -f AppKit -f 
Foundation" in the link flags.

Do you think it needs any more?

Still in trouble with collections_types.h.

Nuff for today

Bill

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]