discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep-base on Darwin


From: LHelldorf
Subject: Re: GNUstep-base on Darwin
Date: Wed, 11 Apr 2001 20:30:36 +0200




Adam Fedor <fedor@doc.com>
Sent by: fedor@kabel.de

10.04.2001 18:10

       
        To:        LHelldorf@kabel.de
        cc:        
        Subject:        Re: GNUstep-base on Darwin


>LHelldorf@kabel.de wrote:
>>
>> ../Headers/gnustep/base/preface.h:70: objc/encoding.h: No such file or
>> directory
>> ../Headers/gnustep/base/preface.h:71: objc/sarray.h: No such file or
>> directory
>
>om preface.h, NeXT_runtime is spelled wrong on line 48. It should be
>NeXT_RUNTIME (see the compile line). That should fix that.

I did that, it worked. But isn't the right place to change this preface.h.in? (which would require another ./configure of course)

>> In file included from
>> ../Headers/Foundation/NSDistributedNotificationCenter.h:30,
>>                  from ../Headers/Foundation/Foundation.h:52,
>>                  from GSCompatibility.m:25:
>> ../Headers/Foundation/NSLock.h:35: objc/thr.h: No such file or
>> directory
>
>Well you'll have to start porting from here. Just try ifdefing that out
>(with NeXT_RUNTIME) or perhaps include what every thread header that
>Darwin needs (if any).

since I don't know the right syntax for ifdefing (especially the negative form, if something is not defined. Otherwise it would have been #if NeXT_RUNTIME ... some code ... #endif, but I need just the opposite of this.) I just commented out line 35 in gnustep-base-0.9.4/Headers/gnustep/base/NSLock.h and line 28 in gnustep-base-0.9.4/Headers/gnustep/base/NSThread.h (both read: #include <objc/thr.h>) as a first measure: it worked. Then I entered make library_combo=nx-gnu-gnu-xgps which resulted in the following:

rm -f Headers/Foundation
rm -f Source/Foundation
ln -s gnustep/base Headers/Foundation
Making all in Source...
Making all for library libgnustep-base...
cc GSCompatibility.m -c  -DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"powerpc/darwin1.0\" -DGNUSTEP_TARGET_CPU=\"powerpc\" -DGNUSTEP_TARGET_OS=\"darwin1.0\" -DLIBRARY_COMBO=\"nx-gnu-gnu-xgps\"   -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBRARY=1   -DNeXT_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime   -I../Headers/gnustep -I../Headers -I./powerpc/darwin1.0    -I. -I/opt/GNUstep/System/Headers -I/opt/GNUstep/System/Headers -I/Local/Users/Administrator/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/Local/Users/Administrator/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep  -I/opt/! GNUstep/Network/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers/powerpc/darwin1.0 -I/opt/GNUstep/Local/Hea
ders/powerpc/darwin1.0 -I/opt/GNUstep/System/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers  -o static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCClass':
In file included from ../Headers/Foundation/Foundation.h:29,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSObjCRuntime.h:92: structure has no member named `class_pointer'
../Headers/Foundation/NSObjCRuntime.h:93: warning: control reaches end of non-void function
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCIsInstance':
../Headers/Foundation/NSObjCRuntime.h:102: warning: implicit declaration of function `CLS_ISCLASS'
../Headers/Foundation/NSObjCRuntime.h:102: structure has no member named `class_pointer'
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCIsKindOf':
../Headers/Foundation/NSObjCRuntime.h:118: warning: implicit declaration of function `class_get_super_class'
../Headers/Foundation/NSObjCRuntime.h:118: warning: assignment makes pointer from integer without a cast
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCName':
../Headers/Foundation/NSObjCRuntime.h:126: invalid use of undefined type `struct objc_class'
../Headers/Foundation/NSObjCRuntime.h:126: dereferencing pointer to incomplete type
../Headers/Foundation/NSObjCRuntime.h:127: warning: control reaches end of non-void function
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCSelectorName':
../Headers/Foundation/NSObjCRuntime.h:132: warning: implicit declaration of function `sel_get_name'
../Headers/Foundation/NSObjCRuntime.h:132: warning: return makes pointer from integer without a cast
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCSelectorTypes':
../Headers/Foundation/NSObjCRuntime.h:138: warning: implicit declaration of function `sel_get_type'
../Headers/Foundation/NSObjCRuntime.h:138: warning: return makes pointer from integer without a cast
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCSuper':
../Headers/Foundation/NSObjCRuntime.h:144: warning: return makes pointer from integer without a cast
../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCVersion':
../Headers/Foundation/NSObjCRuntime.h:150: invalid use of undefined type `struct objc_class'
../Headers/Foundation/NSObjCRuntime.h:150: dereferencing pointer to incomplete type
../Headers/Foundation/NSObjCRuntime.h:151: warning: control reaches end of non-void function
../Headers/Foundation/NSZone.h: At top level:
In file included from ../Headers/Foundation/NSObjCRuntime.h:156,
                 from ../Headers/Foundation/Foundation.h:29,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSZone.h:37: parse error before `size_t'
../Headers/Foundation/NSZone.h:37: warning: no semicolon at end of struct or union
../Headers/Foundation/NSZone.h:38: warning: type defaults to `int' in declaration of `chunks_used'
../Headers/Foundation/NSZone.h:38: warning: data definition has no type or storage class
../Headers/Foundation/NSZone.h:39: parse error before `bytes_used'
../Headers/Foundation/NSZone.h:39: warning: type defaults to `int' in declaration of `bytes_used'
../Headers/Foundation/NSZone.h:39: warning: data definition has no type or storage class
../Headers/Foundation/NSZone.h:40: parse error before `chunks_free'
../Headers/Foundation/NSZone.h:40: warning: type defaults to `int' in declaration of `chunks_free'
../Headers/Foundation/NSZone.h:40: warning: data definition has no type or storage class
../Headers/Foundation/NSZone.h:41: parse error before `bytes_free'
../Headers/Foundation/NSZone.h:41: warning: type defaults to `int' in declaration of `bytes_free'
../Headers/Foundation/NSZone.h:41: warning: data definition has no type or storage class
../Headers/Foundation/NSZone.h:47: parse error before `size_t'
../Headers/Foundation/NSZone.h:48: parse error before `size_t'
../Headers/Foundation/NSZone.h:55: parse error before `size_t'
../Headers/Foundation/NSZone.h:55: warning: no semicolon at end of struct or union
../Headers/Foundation/NSZone.h:58: parse error before `}'
../Headers/Foundation/NSZone.h:60: parse error before `size'
../Headers/Foundation/NSZone.h:172: parse error before `start'
../Headers/Foundation/NSZone.h:190: parse error before `size_t'
../Headers/Foundation/NSZone.h:192: parse error before `size_t'
../Headers/Foundation/NSZone.h: In function `NSZoneMalloc':
../Headers/Foundation/NSZone.h:194: `zone' undeclared (first use in this function)
../Headers/Foundation/NSZone.h:194: (Each undeclared identifier is reported only once
../Headers/Foundation/NSZone.h:194: for each function it appears in.)
../Headers/Foundation/NSZone.h:196: `size' undeclared (first use in this function)
../Headers/Foundation/NSZone.h:197: warning: control reaches end of non-void function
../Headers/Foundation/NSZone.h: At top level:
../Headers/Foundation/NSZone.h:199: parse error before `size_t'
../Headers/Foundation/NSZone.h:202: parse error before `size_t'
../Headers/Foundation/NSZone.h:204: parse error before `size_t'
../Headers/Foundation/NSZone.h: In function `NSZoneRealloc':
../Headers/Foundation/NSZone.h:206: `zone' undeclared (first use in this function)
../Headers/Foundation/NSZone.h:208: `ptr' undeclared (first use in this function)
../Headers/Foundation/NSZone.h:208: `size' undeclared (first use in this function)
../Headers/Foundation/NSZone.h:209: warning: control reaches end of non-void function
../Headers/Foundation/NSZone.h: In function `NSRecycleZone':
../Headers/Foundation/NSZone.h:217: invalid use of incomplete typedef `NSZone'
../Headers/Foundation/NSZone.h:217: dereferencing pointer to incomplete type
../Headers/Foundation/NSZone.h: In function `NSZoneFree':
../Headers/Foundation/NSZone.h:226: invalid use of incomplete typedef `NSZone'
../Headers/Foundation/NSZone.h:226: dereferencing pointer to incomplete type
../Headers/Foundation/NSZone.h: In function `NSZoneName':
../Headers/Foundation/NSZone.h:237: invalid use of incomplete typedef `NSZone'
../Headers/Foundation/NSZone.h:237: dereferencing pointer to incomplete type
../Headers/Foundation/NSZone.h:238: warning: control reaches end of non-void function
../Headers/Foundation/NSZone.h: At top level:
../Headers/Foundation/NSZone.h:242: parse error before `size_t'
../Headers/Foundation/NSZone.h:244: parse error before `size_t'
../Headers/Foundation/NSZone.h: In function `NSZoneMallocAtomic':
../Headers/Foundation/NSZone.h:246: `zone' undeclared (first use in this function)
../Headers/Foundation/NSZone.h:248: `size' undeclared (first use in this function)
../Headers/Foundation/NSZone.h:249: warning: control reaches end of non-void function
../Headers/Foundation/NSZone.h: In function `NSZoneCheck':
../Headers/Foundation/NSZone.h:257: invalid use of incomplete typedef `NSZone'
../Headers/Foundation/NSZone.h:257: dereferencing pointer to incomplete type
../Headers/Foundation/NSZone.h:258: warning: control reaches end of non-void function
../Headers/Foundation/NSZone.h: At top level:
../Headers/Foundation/NSZone.h:263: return-type is an incomplete type
../Headers/Foundation/NSZone.h:263: conflicting types for `NSZoneStats'
../Headers/Foundation/NSZone.h:260: previous declaration of `NSZoneStats'
../Headers/Foundation/NSZone.h: In function `NSZoneStats':
../Headers/Foundation/NSZone.h:266: invalid use of incomplete typedef `NSZone'
../Headers/Foundation/NSZone.h:266: dereferencing pointer to incomplete type
../Headers/Foundation/NSZone.h:266: warning: `return' with a value, in function returning void
../Headers/Foundation/NSObject.h: At top level:
In file included from ../Headers/Foundation/NSDebug.h:28,
                 from ../Headers/Foundation/Foundation.h:31,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSObject.h:213: parse error before `TypedStream'
../Headers/Foundation/NSObject.h:214: parse error before `TypedStream'
In file included from ../Headers/Foundation/Foundation.h:44,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSConnection.h:160: parse error before `retval_t'
In file included from ../Headers/Foundation/Foundation.h:50,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSDistantObject.h:65: parse error before `arglist_t'
In file included from ../Headers/Foundation/NSDistributedNotificationCenter.h:30,
                 from ../Headers/Foundation/Foundation.h:52,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSLock.h:54: parse error before `objc_mutex_t'
../Headers/Foundation/NSLock.h:72: parse error before `objc_condition_t'
../Headers/Foundation/NSLock.h:118: parse error before `objc_mutex_t'
In file included from ../Headers/Foundation/Foundation.h:61,
                 from GSCompatibility.m:25:
../Headers/Foundation/NSInvocation.h:33: parse error before `arglist_t'
../Headers/Foundation/NSInvocation.h:84: parse error before `arglist_t'
../Headers/Foundation/NSInvocation.h:88: parse error before `arglist_t'
GSCompatibility.m:30: warning: static declaration for `rint' follows non-static
GSCompatibility.m: In function `encodeBase64':
GSCompatibility.m:134: warning: `dBuf' might be used uninitialized in this function
GSCompatibility.m: In function `XMLString':
GSCompatibility.m:193: warning: `base' might be used uninitialized in this function
GSCompatibility.m:194: warning: `map' might be used uninitialized in this function
GSCompatibility.m:335: warning: `ptr' might be used uninitialized in this function
make[3]: *** [static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o] Error 1
make[2]: *** [libgnustep-base.build] Error 2
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make: *** [internal-all] Error 2

Lots of errors and warnings from which I don't know which to ignore and which to fix. Can somebody give me a hint on this?

Thank you very much and happy Easter, Lars
rm -f Headers/Foundation rm -f Source/Foundation ln -s gnustep/base Headers/Foundation Making all in Source... Making all for library libgnustep-base... cc GSCompatibility.m -c -DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"powerpc/darwin1.0\" -DGNUSTEP_TARGET_CPU=\"powerpc\" -DGNUSTEP_TARGET_OS=\"darwin1.0\" -DLIBRARY_COMBO=\"nx-gnu-gnu-xgps\" -DHAVE_LIBXML=0 -Wall -DGNUSTEP -DGNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP_BASE_LIBRARY=1 -DNeXT_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime -I../Headers/gnustep -I../Headers -I./powerpc/darwin1.0 -I. -I/opt/GNUstep/System/Headers -I/opt/GNUstep/System/Headers -I/Local/Users/Administrator/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/Local/Users/Administrator/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers/powerpc/darwin1.0 -I/opt/GNUstep/Local/Headers/powerpc/darwin1.0 -I/opt/GNUstep/System/Headers/powerpc/darwin1.0 -I/Local/Users/Administrator/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers -o static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCClass': In file included from ../Headers/Foundation/Foundation.h:29, from GSCompatibility.m:25: ../Headers/Foundation/NSObjCRuntime.h:92: structure has no member named `class_pointer' ../Headers/Foundation/NSObjCRuntime.h:93: warning: control reaches end of non-void function ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCIsInstance': ../Headers/Foundation/NSObjCRuntime.h:102: warning: implicit declaration of function `CLS_ISCLASS' ../Headers/Foundation/NSObjCRuntime.h:102: structure has no member named `class_pointer' ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCIsKindOf': ../Headers/Foundation/NSObjCRuntime.h:118: warning: implicit declaration of function `class_get_super_class' ../Headers/Foundation/NSObjCRuntime.h:118: warning: assignment makes pointer from integer without a cast ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCName': ../Headers/Foundation/NSObjCRuntime.h:126: invalid use of undefined type `struct objc_class' ../Headers/Foundation/NSObjCRuntime.h:126: dereferencing pointer to incomplete type ../Headers/Foundation/NSObjCRuntime.h:127: warning: control reaches end of non-void function ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCSelectorName': ../Headers/Foundation/NSObjCRuntime.h:132: warning: implicit declaration of function `sel_get_name' ../Headers/Foundation/NSObjCRuntime.h:132: warning: return makes pointer from integer without a cast ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCSelectorTypes': ../Headers/Foundation/NSObjCRuntime.h:138: warning: implicit declaration of function `sel_get_type' ../Headers/Foundation/NSObjCRuntime.h:138: warning: return makes pointer from integer without a cast ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCSuper': ../Headers/Foundation/NSObjCRuntime.h:144: warning: return makes pointer from integer without a cast ../Headers/Foundation/NSObjCRuntime.h: In function `GSObjCVersion': ../Headers/Foundation/NSObjCRuntime.h:150: invalid use of undefined type `struct objc_class' ../Headers/Foundation/NSObjCRuntime.h:150: dereferencing pointer to incomplete type ../Headers/Foundation/NSObjCRuntime.h:151: warning: control reaches end of non-void function ../Headers/Foundation/NSZone.h: At top level: In file included from ../Headers/Foundation/NSObjCRuntime.h:156, from ../Headers/Foundation/Foundation.h:29, from GSCompatibility.m:25: ../Headers/Foundation/NSZone.h:37: parse error before `size_t' ../Headers/Foundation/NSZone.h:37: warning: no semicolon at end of struct or union ../Headers/Foundation/NSZone.h:38: warning: type defaults to `int' in declaration of `chunks_used' ../Headers/Foundation/NSZone.h:38: warning: data definition has no type or storage class ../Headers/Foundation/NSZone.h:39: parse error before `bytes_used' ../Headers/Foundation/NSZone.h:39: warning: type defaults to `int' in declaration of `bytes_used' ../Headers/Foundation/NSZone.h:39: warning: data definition has no type or storage class ../Headers/Foundation/NSZone.h:40: parse error before `chunks_free' ../Headers/Foundation/NSZone.h:40: warning: type defaults to `int' in declaration of `chunks_free' ../Headers/Foundation/NSZone.h:40: warning: data definition has no type or storage class ../Headers/Foundation/NSZone.h:41: parse error before `bytes_free' ../Headers/Foundation/NSZone.h:41: warning: type defaults to `int' in declaration of `bytes_free' ../Headers/Foundation/NSZone.h:41: warning: data definition has no type or storage class ../Headers/Foundation/NSZone.h:47: parse error before `size_t' ../Headers/Foundation/NSZone.h:48: parse error before `size_t' ../Headers/Foundation/NSZone.h:55: parse error before `size_t' ../Headers/Foundation/NSZone.h:55: warning: no semicolon at end of struct or union ../Headers/Foundation/NSZone.h:58: parse error before `}' ../Headers/Foundation/NSZone.h:60: parse error before `size' ../Headers/Foundation/NSZone.h:172: parse error before `start' ../Headers/Foundation/NSZone.h:190: parse error before `size_t' ../Headers/Foundation/NSZone.h:192: parse error before `size_t' ../Headers/Foundation/NSZone.h: In function `NSZoneMalloc': ../Headers/Foundation/NSZone.h:194: `zone' undeclared (first use in this function) ../Headers/Foundation/NSZone.h:194: (Each undeclared identifier is reported only once ../Headers/Foundation/NSZone.h:194: for each function it appears in.) ../Headers/Foundation/NSZone.h:196: `size' undeclared (first use in this function) ../Headers/Foundation/NSZone.h:197: warning: control reaches end of non-void function ../Headers/Foundation/NSZone.h: At top level: ../Headers/Foundation/NSZone.h:199: parse error before `size_t' ../Headers/Foundation/NSZone.h:202: parse error before `size_t' ../Headers/Foundation/NSZone.h:204: parse error before `size_t' ../Headers/Foundation/NSZone.h: In function `NSZoneRealloc': ../Headers/Foundation/NSZone.h:206: `zone' undeclared (first use in this function) ../Headers/Foundation/NSZone.h:208: `ptr' undeclared (first use in this function) ../Headers/Foundation/NSZone.h:208: `size' undeclared (first use in this function) ../Headers/Foundation/NSZone.h:209: warning: control reaches end of non-void function ../Headers/Foundation/NSZone.h: In function `NSRecycleZone': ../Headers/Foundation/NSZone.h:217: invalid use of incomplete typedef `NSZone' ../Headers/Foundation/NSZone.h:217: dereferencing pointer to incomplete type ../Headers/Foundation/NSZone.h: In function `NSZoneFree': ../Headers/Foundation/NSZone.h:226: invalid use of incomplete typedef `NSZone' ../Headers/Foundation/NSZone.h:226: dereferencing pointer to incomplete type ../Headers/Foundation/NSZone.h: In function `NSZoneName': ../Headers/Foundation/NSZone.h:237: invalid use of incomplete typedef `NSZone' ../Headers/Foundation/NSZone.h:237: dereferencing pointer to incomplete type ../Headers/Foundation/NSZone.h:238: warning: control reaches end of non-void function ../Headers/Foundation/NSZone.h: At top level: ../Headers/Foundation/NSZone.h:242: parse error before `size_t' ../Headers/Foundation/NSZone.h:244: parse error before `size_t' ../Headers/Foundation/NSZone.h: In function `NSZoneMallocAtomic': ../Headers/Foundation/NSZone.h:246: `zone' undeclared (first use in this function) ../Headers/Foundation/NSZone.h:248: `size' undeclared (first use in this function) ../Headers/Foundation/NSZone.h:249: warning: control reaches end of non-void function ../Headers/Foundation/NSZone.h: In function `NSZoneCheck': ../Headers/Foundation/NSZone.h:257: invalid use of incomplete typedef `NSZone' ../Headers/Foundation/NSZone.h:257: dereferencing pointer to incomplete type ../Headers/Foundation/NSZone.h:258: warning: control reaches end of non-void function ../Headers/Foundation/NSZone.h: At top level: ../Headers/Foundation/NSZone.h:263: return-type is an incomplete type ../Headers/Foundation/NSZone.h:263: conflicting types for `NSZoneStats' ../Headers/Foundation/NSZone.h:260: previous declaration of `NSZoneStats' ../Headers/Foundation/NSZone.h: In function `NSZoneStats': ../Headers/Foundation/NSZone.h:266: invalid use of incomplete typedef `NSZone' ../Headers/Foundation/NSZone.h:266: dereferencing pointer to incomplete type ../Headers/Foundation/NSZone.h:266: warning: `return' with a value, in function returning void ../Headers/Foundation/NSObject.h: At top level: In file included from ../Headers/Foundation/NSDebug.h:28, from ../Headers/Foundation/Foundation.h:31, from GSCompatibility.m:25: ../Headers/Foundation/NSObject.h:213: parse error before `TypedStream' ../Headers/Foundation/NSObject.h:214: parse error before `TypedStream' In file included from ../Headers/Foundation/Foundation.h:44, from GSCompatibility.m:25: ../Headers/Foundation/NSConnection.h:160: parse error before `retval_t' In file included from ../Headers/Foundation/Foundation.h:50, from GSCompatibility.m:25: ../Headers/Foundation/NSDistantObject.h:65: parse error before `arglist_t' In file included from ../Headers/Foundation/NSDistributedNotificationCenter.h:30, from ../Headers/Foundation/Foundation.h:52, from GSCompatibility.m:25: ../Headers/Foundation/NSLock.h:54: parse error before `objc_mutex_t' ../Headers/Foundation/NSLock.h:72: parse error before `objc_condition_t' ../Headers/Foundation/NSLock.h:118: parse error before `objc_mutex_t' In file included from ../Headers/Foundation/Foundation.h:61, from GSCompatibility.m:25: ../Headers/Foundation/NSInvocation.h:33: parse error before `arglist_t' ../Headers/Foundation/NSInvocation.h:84: parse error before `arglist_t' ../Headers/Foundation/NSInvocation.h:88: parse error before `arglist_t' GSCompatibility.m:30: warning: static declaration for `rint' follows non-static GSCompatibility.m: In function `encodeBase64': GSCompatibility.m:134: warning: `dBuf' might be used uninitialized in this function GSCompatibility.m: In function `XMLString': GSCompatibility.m:193: warning: `base' might be used uninitialized in this function GSCompatibility.m:194: warning: `map' might be used uninitialized in this function GSCompatibility.m:335: warning: `ptr' might be used uninitialized in this function make[3]: *** [static_obj/powerpc/darwin1.0/nx-gnu-gnu-xgps/GSCompatibility.o] Error 1 make[2]: *** [libgnustep-base.build] Error 2 make[1]: *** [libgnustep-base.all.library.variables] Error 2 make: *** [internal-all] Error 2
reply via email to

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