Hello again, On Wednesday, February 23, 2011 09:23:49 am Sebastian Reitenbach wrote: > On Wednesday, February 23, 2011 08:38:20 am Richard Frith-Macdonald wrote: > > On 22 Feb 2011, at 18:07, Sebastian Reitenbach wrote: > > > Hi, > > > > > > this happens on OpenBSD/i386 for the base tests: > > > > > > 4989 Passed tests > > > 140 Failed files > > > 108 Failed builds > > > > > > 2 Failed tests > > > 2 Dashed hopes > > >
I ran again the base tests with the --verbose option same system (gcc 4.2.1, gcc runtime) 4993 Passed tests 141 Failed files 110 Failed builds 6 Failed tests 2 Dashed hopes manually killed tests which were running for a long time: diningPhilosophers -- despite a lot of output all the time KVC/basic.m -- no output for a long time KVC/nil.m -- no output for a long time NSData/general.m -- no output for a long time NSDictionary/create.m -- no output for a long time NSException/basic.m -- no output for a long time NSFileManager/general.m -- no output for a long time NSInvocation/test01.m -- no output for a long time NSKeyedArchiver/basic.m -- no output for a long time NSNumber/basic.m -- no output for a long time NSOperation/basic.m -- no output for a long time NSOperation/threads.m -- no output for a long time NSProxy/basic.m -- no output for a long time NSString/test00.m -- no output for a long time NSURL/basic.m -- no output for a long time below and excerpt of failed files and failed builds, a full logfile is also available. All the XML tests do not build, because the libxml2 headers are not found, They are installed below /usr/local/include/libxml2 I can also send the complete log file if requested. Many of the failed file tests (those that I not aborted) look like this: Testing CXXException.m... Running Source/CXXException.m... GNUSTEP Internal Error: The GNUstep function to establish the argv and environment variables could not find the main function of your program. Perhaps your program failed to #include <Foundation/NSObject.h> or <Foundation/Foundation.h> (or included/imported a different version of the header from the one supplied with this copy of the gnustep-base library)? If that is not the case, Please report the error to [email protected]. Failed file: CXXException.m aborted without running all tests! failed build: Testing GSConcreteValueTemplate.m... Failed build: late.m:30: error: cannot find interface declaration for 'NSValue', superclass of 'GSNonretainedObjectValue' GSConcreteValueTemplate.m: In function '+[GSNonretainedObjectValue initialize]': GSConcreteValueTemplate.m:91: error: no super class declared in @interface for 'GSNonretainedObjectValue' GSConcreteValueTemplate.m:91: warning: 'GSNonretainedObjectValue' may not respond to '+setVersion:' GSConcreteValueTemplate.m:91: warning: (Messages without a matching method signature GSConcreteValueTemplate.m:91: warning: will be assumed to return 'id' and accept GSConcreteValueTemplate.m:91: warning: '...' as arguments.) GSConcreteValueTemplate.m: In function '-[GSNonretainedObjectValue initWithBytes:objCType:]': GSConcreteValueTemplate.m:110: error: no super class declared in @interface for 'GSNonretainedObjectValue' GSConcreteValueTemplate.m: In function '-[GSNonretainedObjectValue getValue:]': GSConcreteValueTemplate.m:124: error: 'NSException' undeclared (first use in this function) GSConcreteValueTemplate.m:124: error: (Each undeclared identifier is reported only once GSConcreteValueTemplate.m:124: error: for each function it appears in.) GSConcreteValueTemplate.m:124: error: 'NSInvalidArgumentException' undeclared (first use in this function) GSConcreteValueTemplate.m:125: error: cannot find interface declaration for 'NSConstantString' GSConcreteValueTemplate.m:128: warning: implicit declaration of function 'memcpy' GSConcreteValueTemplate.m:128: warning: incompatible implicit declaration of built-in function 'memcpy' GSConcreteValueTemplate.m:128: warning: implicit declaration of function 'objc_sizeof_type' GSConcreteValueTemplate.m:128: warning: 'GSNonretainedObjectValue' may not respond to '-objCType' GSConcreteValueTemplate.m: At top level: GSConcreteValueTemplate.m:131: error: expected ')' before 'BOOL' GSConcreteValueTemplate.m: In function '-[GSNonretainedObjectValue isEqual:]': GSConcreteValueTemplate.m:133: error: 'nil' undeclared (first use in this function) GSConcreteValueTemplate.m:133: warning: implicit declaration of function 'GSObjCIsInstance' GSConcreteValueTemplate.m:133: error: 'YES' undeclared (first use in this function) GSConcreteValueTemplate.m:134: warning: implicit declaration of function 'GSObjCIsKindOf' GSConcreteValueTemplate.m:134: warning: implicit declaration of function 'object_getClass' GSConcreteValueTemplate.m:136: warning: 'GSNonretainedObjectValue' may not respond to '-isEqualToValue:' GSConcreteValueTemplate.m:138: error: 'NO' undeclared (first use in this function) GSConcreteValueTemplate.m: At top level: GSConcreteValueTemplate.m:141: error: expected ')' before 'BOOL' GSConcreteValueTemplate.m:141: error: expected ')' before 'NSValue' GSConcreteValueTemplate.m: In function '-[GSNonretainedObjectValue isEqualToValue:]': GSConcreteValueTemplate.m:145: error: 'nil' undeclared (first use in this function) GSConcreteValueTemplate.m:145: error: 'YES' undeclared (first use in this function) GSConcreteValueTemplate.m:148: warning: no '-nonretainedObjectValue' method found GSConcreteValueTemplate.m:181: error: 'NO' undeclared (first use in this function) GSConcreteValueTemplate.m: At top level: GSConcreteValueTemplate.m:184: error: expected ')' before 'NSUInteger' GSConcreteValueTemplate.m:242: error: expected ')' before 'NSString' GSConcreteValueTemplate.m: In function '-[GSNonretainedObjectValue description]': GSConcreteValueTemplate.m:245: error: 'NSString' undeclared (first use in this function) GSConcreteValueTemplate.m: At top level: GSConcreteValueTemplate.m:260: error: expected ')' before 'NSCoder' GSConcreteValueTemplate.m: In function '-[GSNonretainedObjectValue encodeWithCoder:]': GSConcreteValueTemplate.m:263: error: 'NSException' undeclared (first use in this function) GSConcreteValueTemplate.m:263: error: 'NSInternalInconsistencyException' undeclared (first use in this function) Testing GSFFIInvocation.m... Failed build: om GSFFIInvocation.m:34: cifframe.h:44:44: error: GNUstepBase/DistributedObjects.h: No such file or directory Testing GSHTTPURLHandle.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//cc4tPt1c.o(.data.rel.ro+0x8): In function `-[GSHTTPURLHandle setDebug:]': /home/sebastia/gnustep/modules/core/base/Source/GSHTTPURLHandle.m:1216: undefined reference to `_NS_id_retain' /tmp//cc4tPt1c.o(.data.rel.ro+0xc):/home/sebastia/gnustep/modules/core/base/Source/GSHTTPURLHandle.m:1217: undefined reference to `_NS_id_release' /tmp//cc4tPt1c.o(.data.rel.ro+0x10): In function `-[GSHTTPURLHandle setReturnAll:]': /home/sebastia/gnustep/modules/core/base/Source/GSHTTPURLHandle.m:1220: undefined reference to `_NS_id_describe' collect2: ld returned 1 exit status Testing GSLocale.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccpf0QYs.o(.text+0x37d): In function `GSSetLocale': /home/sebastia/gnustep/modules/core/base/Source/GSLocale.m:83: undefined reference to `GSPrivateNativeCStringEncoding' /tmp//ccpf0QYs.o(.text+0x4e9): In function `GSDomainFromDefaultLocale': /home/sebastia/gnustep/modules/core/base/Source/GSLocale.m:122: undefined reference to `GSPrivateNativeCStringEncoding' /tmp//ccpf0QYs.o(.text+0x611):/home/sebastia/gnustep/modules/core/base/Source/GSLocale.m:129: undefined reference to `GSPrivateNativeCStringEncoding' /tmp//ccpf0QYs.o(.text+0x731):/home/sebastia/gnustep/modules/core/base/Source/GSLocale.m:136: undefined reference to `GSPrivateNativeCStringEncoding' /tmp//ccpf0QYs.o(.text+0x851):/home/sebastia/gnustep/modules/core/base/Source/GSLocale.m:143: undefined reference to `GSPrivateNativeCStringEncoding' /tmp//ccpf0QYs.o(.text+0x90b):/home/sebastia/gnustep/modules/core/base/Source/GSLocale.m:147: more undefined references to `GSPrivateNativeCStringEncoding' follow collect2: ld returned 1 exit status Testing GSString.m... Failed build: om GSString.m:52: /usr//include/malloc.h:4:2: warning: #warning "<malloc.h> is obsolete, use <stdlib.h>" /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccO2IIR7.o(.text+0x12f5): In function `-[GSPlaceholderString initWithBytes:length:encoding:]': /home/sebastia/gnustep/modules/core/base/Source/GSString.m:473: undefined reference to `GSPrivateIsEncodingSupported' /tmp//ccO2IIR7.o(.text+0x1f8a): In function `isByteEncoding': /home/sebastia/gnustep/modules/core/base/Source/GSString.m:64: undefined reference to `GSPrivateIsByteEncoding' /tmp//ccO2IIR7.o(.text+0x2379): In function `-[GSPlaceholderString initWithBytesNoCopy:length:encoding:freeWhenDone:]': /home/sebastia/gnustep/modules/core/base/Source/GSString.m:520: undefined reference to `GSPrivateIsEncodingSupported' /tmp//ccO2IIR7.o(.text+0x2836): In function `-[GSMutableString initWithFormat:locale:arguments:]': /home/sebastia/gnustep/modules/core/base/Source/GSString.m:4256: undefined reference to `GSPrivateFormat' /tmp//ccO2IIR7.o(.text+0x28b5):/home/sebastia/gnustep/modules/core/base/Source/GSString.m:4256: undefined reference to `GSPrivateFormat' /tmp//ccO2IIR7.o(.text+0x29ed): In function `-[GSPlaceholderString initWithFormat:locale:arguments:]': /home/sebastia/gnustep/modules/core/base/Source/GSString.m:776: undefined reference to `GSPrivateFormat' /tmp//ccO2IIR7.o(.text+0x30d4): In function `setup': /home/sebastia/gnustep/modules/core/base/Source/GSString.m:266: undefined reference to `GSPrivateDefaultCStringEncoding' /tmp//ccO2IIR7.o(.text+0x5f20): In function `GSeq_normalize': /home/sebastia/gnustep/modules/core/base/Source/GSeq.h:171: undefined reference to `GSPrivateUniCop' /tmp//ccO2IIR7.o(.text+0x5f30):/home/sebastia/gnustep/modules/core/base/Source/GSeq.h:173: undefined reference to `GSPrivateUniCop' /tmp//ccO2IIR7.o(.text+0x5f3e):/home/sebastia/gnustep/modules/core/base/Source/GSeq.h:173: undefined reference to `GSPrivateUniCop' /tmp//ccO2IIR7.o(.text+0x5f8d):/home/sebastia/gnustep/modules/core/base/Source/GSeq.h:182: undefined reference to `GSPrivateUniCop' /tmp//ccO2IIR7.o(.text+0x5f9b):/home/sebastia/gnustep/modules/core/base/Source/GSeq.h:182: undefined reference to `GSPrivateUniCop' /tmp//ccO2IIR7.o(.text+0x7172): In function `-[GSMutableString appendFormat:]': /home/sebastia/gnustep/modules/core/base/Source/GSString.m:3761: undefined reference to `GSPrivateFormat' collect2: ld returned 1 exit status Testing NSBundle.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccTNWdpa.o(.text+0x41fa): In function `+[NSBundle(Private) _addFrameworkFromClass:]': /home/sebastia/gnustep/modules/core/base/Source/NSBundle.m:554: undefined reference to `GSPrivateSymbolPath' /tmp//ccTNWdpa.o(.text+0x5950): In function `-[NSBundle load]': /home/sebastia/gnustep/modules/core/base/Source/NSBundle.m:1603: undefined reference to `GSPrivateLoadModule' /tmp//ccTNWdpa.o(.text+0x73b2): In function `+[NSBundle bundleForClass:]': /home/sebastia/gnustep/modules/core/base/Source/NSBundle.m:1235: undefined reference to `GSPrivateSymbolPath' /tmp//ccTNWdpa.o(.text+0x2754): In function `-[NSBundle executablePath]': /home/sebastia/gnustep/modules/core/base/Source/NSBundle.m:2211: undefined reference to `GSPrivateSymbolPath' collect2: ld returned 1 exit status Testing NSCalendarDate.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /tmp//ccrgce4h.o(.text+0xc82): In function `outputValueWithFormat': /home/sebastia/gnustep/modules/core/base/Source/NSCalendarDate.m:1867: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccrgce4h.o(.text+0x209d): In function `-[NSCalendarDate initWithString:calendarFormat:locale:]': /home/sebastia/gnustep/modules/core/base/Source/NSCalendarDate.m:1127: undefined reference to `GSPrivateDefaultsFlag' /tmp//ccrgce4h.o(.text+0x3639):/home/sebastia/gnustep/modules/core/base/Source/NSCalendarDate.m:712: undefined reference to `GSPrivateDefaultLocale' /tmp//ccrgce4h.o(.text+0x5898): In function `-[NSCalendarDate descriptionWithCalendarFormat:locale:]': /home/sebastia/gnustep/modules/core/base/Source/NSCalendarDate.m:2407: undefined reference to `GSPrivateDefaultLocale' /tmp//ccrgce4h.o(.text+0x70cc): In function `-[NSCalendarDate _format:locale:info:]': /home/sebastia/gnustep/modules/core/base/Source/NSCalendarDate.m:2183: undefined reference to `GSPrivateDefaultsFlag' collect2: ld returned 1 exit status Testing NSConcreteHashTable.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccOabTpo.o(.data.rel.ro+0x0): In function `-[NSConcreteHashTable anyObject]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:876: undefined reference to `_NS_int_hash' /tmp//ccOabTpo.o(.data.rel.ro+0x4):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:876: undefined reference to `_NS_int_is_equal' /tmp//ccOabTpo.o(.data.rel.ro+0x8): In function `-[NSConcreteHashTable anyObject]': /usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:619: undefined reference to `_NS_int_retain' /tmp//ccOabTpo.o(.data.rel.ro+0xc):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:619: undefined reference to `_NS_int_release' /tmp//ccOabTpo.o(.data.rel.ro+0x10): In function `-[NSConcreteHashTable anyObject]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:884: undefined reference to `_NS_int_describe' /tmp//ccOabTpo.o(.data.rel.ro+0x14): In function `-[NSConcreteHashTable anyObject]': /usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:621: undefined reference to `_NS_non_owned_void_p_hash' /tmp//ccOabTpo.o(.data.rel.ro+0x18):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:644: undefined reference to `_NS_non_owned_void_p_is_equal' /tmp//ccOabTpo.o(.data.rel.ro+0x1c):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:646: undefined reference to `_NS_non_owned_void_p_retain' /tmp//ccOabTpo.o(.data.rel.ro+0x20):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:646: undefined reference to `_NS_non_owned_void_p_release' /tmp//ccOabTpo.o(.data.rel.ro+0x24):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:647: undefined reference to `_NS_non_owned_void_p_describe' /tmp//ccOabTpo.o(.data.rel.ro+0x28):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:646: undefined reference to `_NS_non_retained_id_hash' /tmp//ccOabTpo.o(.data.rel.ro+0x2c):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:647: undefined reference to `_NS_non_retained_id_is_equal' /tmp//ccOabTpo.o(.data.rel.ro+0x30):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:651: undefined reference to `_NS_non_retained_id_retain' /tmp//ccOabTpo.o(.data.rel.ro+0x34):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:644: undefined reference to `_NS_non_retained_id_release' /tmp//ccOabTpo.o(.data.rel.ro+0x38):/usr/GNUstep/Local/Library/Headers/GNUstepBase/GSIMap.h:644: undefined reference to `_NS_non_retained_id_describe' /tmp//ccOabTpo.o(.data.rel.ro+0x3c): In function `-[NSConcreteHashTable anyObject]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:883: undefined reference to `_NS_id_hash' /tmp//ccOabTpo.o(.data.rel.ro+0x40):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:883: undefined reference to `_NS_id_is_equal' /tmp//ccOabTpo.o(.data.rel.ro+0x44):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:883: undefined reference to `_NS_id_retain' /tmp//ccOabTpo.o(.data.rel.ro+0x48):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:883: undefined reference to `_NS_id_release' /tmp//ccOabTpo.o(.data.rel.ro+0x4c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:883: undefined reference to `_NS_id_describe' /tmp//ccOabTpo.o(.data.rel.ro+0x50): In function `-[NSConcreteHashTable count]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:906: undefined reference to `_NS_owned_void_p_hash' /tmp//ccOabTpo.o(.data.rel.ro+0x54):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:906: undefined reference to `_NS_owned_void_p_is_equal' /tmp//ccOabTpo.o(.data.rel.ro+0x58):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:906: undefined reference to `_NS_owned_void_p_retain' /tmp//ccOabTpo.o(.data.rel.ro+0x5c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:908: undefined reference to `_NS_owned_void_p_release' /tmp//ccOabTpo.o(.data.rel.ro+0x60): In function `-[NSConcreteHashTable countByEnumeratingWithState:objects:count:]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:913: undefined reference to `_NS_owned_void_p_describe' /tmp//ccOabTpo.o(.data.rel.ro+0x64):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:913: undefined reference to `_NS_int_p_hash' /tmp//ccOabTpo.o(.data.rel.ro+0x68):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:913: undefined reference to `_NS_int_p_is_equal' /tmp//ccOabTpo.o(.data.rel.ro+0x6c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:917: undefined reference to `_NS_int_p_retain' /tmp//ccOabTpo.o(.data.rel.ro+0x70):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:917: undefined reference to `_NS_int_p_release' /tmp//ccOabTpo.o(.data.rel.ro+0x74):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteHashTable.m:918: undefined reference to `_NS_int_p_describe' collect2: ld returned 1 exit status Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccY6wcvp.o(.data.rel.ro+0x0): In function `equalPointers': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:189: undefined reference to `_NS_int_hash' /tmp//ccY6wcvp.o(.data.rel.ro+0x4):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:189: undefined reference to `_NS_int_is_equal' /tmp//ccY6wcvp.o(.data.rel.ro+0x8):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:189: undefined reference to `_NS_int_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0xc):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:189: undefined reference to `_NS_int_release' /tmp//ccY6wcvp.o(.data.rel.ro+0x10):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:191: undefined reference to `_NS_int_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0x18):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:191: undefined reference to `_NS_non_owned_void_p_hash' /tmp//ccY6wcvp.o(.data.rel.ro+0x1c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:191: undefined reference to `_NS_non_owned_void_p_is_equal' /tmp//ccY6wcvp.o(.data.rel.ro+0x20): In function `-[NSConcreteMapTable count]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1166: undefined reference to `_NS_non_owned_void_p_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0x24):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1166: undefined reference to `_NS_non_owned_void_p_release' /tmp//ccY6wcvp.o(.data.rel.ro+0x28):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1166: undefined reference to `_NS_non_owned_void_p_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0x30): In function `-[NSConcreteMapTable hash]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1224: undefined reference to `_NS_non_owned_void_p_hash' /tmp//ccY6wcvp.o(.data.rel.ro+0x34):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1224: undefined reference to `_NS_non_owned_void_p_is_equal' /tmp//ccY6wcvp.o(.data.rel.ro+0x38):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1224: undefined reference to `_NS_non_owned_void_p_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0x3c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1226: undefined reference to `_NS_non_owned_void_p_release' /tmp//ccY6wcvp.o(.data.rel.ro+0x40): In function `__objc_gnu_init': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_non_owned_void_p_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0x48):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_non_retained_id_hash' /tmp//ccY6wcvp.o(.data.rel.ro+0x4c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_non_retained_id_is_equal' /tmp//ccY6wcvp.o(.data.rel.ro+0x50):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_non_retained_id_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0x54):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_non_retained_id_release' /tmp//ccY6wcvp.o(.data.rel.ro+0x58):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_non_retained_id_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0x60):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_id_hash' /tmp//ccY6wcvp.o(.data.rel.ro+0x64):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_id_is_equal' /tmp//ccY6wcvp.o(.data.rel.ro+0x68):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_id_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0x6c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1451: undefined reference to `_NS_id_release' /tmp//ccY6wcvp.o(.data.rel.ro+0x70): In function `-[NSConcreteMapTable initWithCoder:]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1236: undefined reference to `_NS_id_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0x78):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1236: undefined reference to `_NS_owned_void_p_hash' /tmp//ccY6wcvp.o(.data.rel.ro+0x7c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1236: undefined reference to `_NS_owned_void_p_is_equal' /tmp//ccY6wcvp.o(.data.rel.ro+0x80):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1236: undefined reference to `_NS_owned_void_p_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0x84):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1236: undefined reference to `_NS_owned_void_p_release' /tmp//ccY6wcvp.o(.data.rel.ro+0x88):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1236: undefined reference to `_NS_owned_void_p_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0x90):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_int_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0x94):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_int_release' /tmp//ccY6wcvp.o(.data.rel.ro+0x98):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_int_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0x9c):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_non_owned_void_p_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0xa0):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_non_owned_void_p_release' /tmp//ccY6wcvp.o(.data.rel.ro+0xa4):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_non_owned_void_p_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0xa8):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_non_retained_id_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0xac):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1237: undefined reference to `_NS_non_retained_id_release' /tmp//ccY6wcvp.o(.data.rel.ro+0xb0):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1239: undefined reference to `_NS_non_retained_id_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0xb4):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1239: undefined reference to `_NS_id_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0xb8):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1239: undefined reference to `_NS_id_release' /tmp//ccY6wcvp.o(.data.rel.ro+0xbc):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1239: undefined reference to `_NS_id_describe' /tmp//ccY6wcvp.o(.data.rel.ro+0xc0): In function `-[NSConcreteMapTable init]': /home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1229: undefined reference to `_NS_owned_void_p_retain' /tmp//ccY6wcvp.o(.data.rel.ro+0xc4):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1229: undefined reference to `_NS_owned_void_p_release' /tmp//ccY6wcvp.o(.data.rel.ro+0xc8):/home/sebastia/gnustep/modules/core/base/Source/NSConcreteMapTable.m:1229: undefined reference to `_NS_owned_void_p_describe' collect2: ld returned 1 exit status Testing NSDate.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccfFqePm.o(.text+0xb20): In function `-[NSGDate timeIntervalSinceNow]': /home/sebastia/gnustep/modules/core/base/Source/NSDate.m:1417: undefined reference to `GSPrivateTimeNow' /tmp//ccfFqePm.o(.text+0xb68): In function `-[NSDate initWithTimeIntervalSinceNow:]': /home/sebastia/gnustep/modules/core/base/Source/NSDate.m:1111: undefined reference to `GSPrivateTimeNow' /tmp//ccfFqePm.o(.text+0xbc2): In function `-[NSDate init]': /home/sebastia/gnustep/modules/core/base/Source/NSDate.m:1061: undefined reference to `GSPrivateTimeNow' /tmp//ccfFqePm.o(.text+0xc4f): In function `+[NSDate date]': /home/sebastia/gnustep/modules/core/base/Source/NSDate.m:169: undefined reference to `GSPrivateTimeNow' /tmp//ccfFqePm.o(.text+0x2dc6): In function `+[NSDate dateWithNaturalLanguageString:locale:]': /home/sebastia/gnustep/modules/core/base/Source/NSDate.m:265: undefined reference to `GSPrivateDefaultLocale' /tmp//ccfFqePm.o(.text+0x4758): In function `-[NSDate timeIntervalSinceNow]': /home/sebastia/gnustep/modules/core/base/Source/NSDate.m:1249: undefined reference to `GSPrivateTimeNow' /tmp//ccfFqePm.o(.text+0xc95): In function `+[NSDate timeIntervalSinceReferenceDate]': /home/sebastia/gnustep/modules/core/base/Source/NSDate.m:161: undefined reference to `GSPrivateTimeNow' collect2: ld returned 1 exit status Testing NSDecimalNumber.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccTKS22u.o(.text+0x17c3): In function `-[NSDecimalNumber initWithString:]': /home/sebastia/gnustep/modules/core/base/Source/NSDecimalNumber.m:435: undefined reference to `GSPrivateDefaultLocale' /tmp//ccTKS22u.o(.text+0x1bd6): In function `-[NSDecimalNumber initWithBytes:objCType:]': /home/sebastia/gnustep/modules/core/base/Source/NSDecimalNumber.m:371: undefined reference to `GSPrivateDefaultLocale' /tmp//ccTKS22u.o(.text+0x1cbd):/home/sebastia/gnustep/modules/core/base/Source/NSDecimalNumber.m:393: undefined reference to `GSPrivateDefaultLocale' collect2: ld returned 1 exit status Testing NSDictionary.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccNev9UW.o(.text+0x3ece): In function `GSMacOSXCompatiblePropertyLists': /home/sebastia/gnustep/modules/core/base/Source/NSDictionary.m:47: undefined reference to `GSPrivateDefaultsFlag' /tmp//ccNev9UW.o(.text+0x3ee0):/home/sebastia/gnustep/modules/core/base/Source/NSDictionary.m:49: undefined reference to `GSPrivateDefaultsFlag' collect2: ld returned 1 exit status Testing NSException.m... Failed build: om NSException.m:51: /usr//include/malloc.h:4:2: warning: #warning "<malloc.h> is obsolete, use <stdlib.h>" /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccHzBdW3.o(.text+0x68b): In function `-[GSStackTrace init]': /home/sebastia/gnustep/modules/core/base/Source/NSException.m:605: undefined reference to `GSPrivateStackAddresses' /tmp//ccHzBdW3.o(.text+0xae9): In function `-[NSException description]': /home/sebastia/gnustep/modules/core/base/Source/NSException.m:920: undefined reference to `GSPrivateEnvironmentFlag' /tmp//ccHzBdW3.o(.text+0xf34): In function `_terminate': /home/sebastia/gnustep/modules/core/base/Source/NSException.m:748: undefined reference to `GSPrivateEnvironmentFlag' /tmp//ccHzBdW3.o(.text+0x1094): In function `-[NSException raise]': /home/sebastia/gnustep/modules/core/base/Source/NSException.m:763: undefined reference to `GSPrivateArgZero' /tmp//ccHzBdW3.o(.text+0x10e4):/home/sebastia/gnustep/modules/core/base/Source/NSException.m:767: undefined reference to `GSPrivateEnvironmentFlag' collect2: ld returned 1 exit status Testing NSGeometry.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//cc86Mg9M.o(.text+0x15ee): In function `GSMacOSXCompatibleGeometry': /home/sebastia/gnustep/modules/core/base/Source/NSGeometry.m:81: undefined reference to `GSPrivateDefaultsFlag' /tmp//cc86Mg9M.o(.text+0x1600):/home/sebastia/gnustep/modules/core/base/Source/NSGeometry.m:83: undefined reference to `GSPrivateDefaultsFlag' collect2: ld returned 1 exit status Testing NSInvocation.m... Failed build: om NSInvocation.m:41: cifframe.h:44:44: error: GNUstepBase/DistributedObjects.h: No such file or directory Testing NSLog.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccFOYsL8.o(.text+0x16f): In function `_NSLog_standard_printf_handler': /home/sebastia/gnustep/modules/core/base/Source/NSLog.m:173: undefined reference to `GSPrivateDefaultsFlag' /tmp//ccFOYsL8.o(.text+0x32e): In function `NSLogv': /home/sebastia/gnustep/modules/core/base/Source/NSLog.m:305: undefined reference to `GSPrivateDefaultsFlag' /tmp//ccFOYsL8.o(.text+0x342):/home/sebastia/gnustep/modules/core/base/Source/NSLog.m:320: undefined reference to `GSPrivateDefaultsFlag' /tmp//ccFOYsL8.o(.text+0x5b8):/home/sebastia/gnustep/modules/core/base/Source/NSLog.m:307: undefined reference to `GSPrivateDefaultsFlag' collect2: ld returned 1 exit status Testing NSObject.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /tmp//ccuEScQU.o(.text+0x2808): In function `-[NSObject(NEXTSTEP) error:]': /home/sebastia/gnustep/modules/core/base/Source/NSObject.m:2003: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccuEScQU.o(.text+0x21b9): In function `-[NSObject respondsToSelector:]': /home/sebastia/gnustep/modules/core/base/Source/NSObject.m:1837: undefined reference to `GSPrivateDefaultsFlag' /tmp//ccuEScQU.o(.text+0x2269): In function `+[NSObject instancesRespondToSelector:]': /home/sebastia/gnustep/modules/core/base/Source/NSObject.m:1278: undefined reference to `GSPrivateDefaultsFlag' /tmp//ccuEScQU.o(.text+0x23fd): In function `+[NSObject initialize]': /home/sebastia/gnustep/modules/core/base/Source/NSObject.m:928: undefined reference to `GSPrivateEnvironmentFlag' /tmp//ccuEScQU.o(.text+0x249f):/home/sebastia/gnustep/modules/core/base/Source/NSObject.m:942: undefined reference to `GSPrivateBuildStrings' /tmp//ccuEScQU.o(.text+0x24b5):/home/sebastia/gnustep/modules/core/base/Source/NSObject.m:947: undefined reference to `GSPrivateEnvironmentFlag' /tmp//ccuEScQU.o(.text+0x24d3):/home/sebastia/gnustep/modules/core/base/Source/NSObject.m:948: undefined reference to `GSPrivateEnvironmentFlag' /tmp//ccuEScQU.o(.text+0x2efa): In function `-[NSZombie forwardInvocation:]': /home/sebastia/gnustep/modules/core/base/Source/NSObject.m:165: undefined reference to `GSPrivateEnvironmentFlag' collect2: ld returned 1 exit status Testing NSPathUtilities.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccB3Kbxd.o(.text+0xf440): In function `GNUstepConfig': /home/sebastia/gnustep/modules/core/base/Source/NSPathUtilities.m:790: undefined reference to `GSPrivateSymbolPath' collect2: ld returned 1 exit status Testing NSPortCoder.m... Failed build: : error: GNUstepBase/DistributedObjects.h: No such file or directory NSPortCoder.m: In function '-[NSPortCoder initWithReceivePort:sendPort:components:]': NSPortCoder.m:1710: warning: no '+connectionWithReceivePort:sendPort:' method found NSPortCoder.m:1710: warning: (Messages without a matching method signature NSPortCoder.m:1710: warning: will be assumed to return 'id' and accept NSPortCoder.m:1710: warning: '...' as arguments.) NSPortCoder.m:1720: warning: no '-receivePort' method found NSPortCoder.m:1720: warning: no '-sendPort' method found NSPortCoder.m: In function '-[NSObject(NSPortCoder) replacementObjectForPortCoder:]': NSPortCoder.m:2045: error: 'NSDistantObject' undeclared (first use in this function) NSPortCoder.m:2045: error: (Each undeclared identifier is reported only once NSPortCoder.m:2045: error: for each function it appears in.) Testing NSProcessInfo.m... Failed build: ext+0x1312): In function `_gnu_process_args': /home/sebastia/gnustep/modules/core/base/Source/NSProcessInfo.m:240: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//cc5HrRu4.o(.text+0x37a): In function `-[NSProcessInfo globallyUniqueString]': /home/sebastia/gnustep/modules/core/base/Source/NSProcessInfo.m:1015: undefined reference to `GSPrivateTimeNow' /tmp//cc5HrRu4.o(.text+0x141b): In function `_gnu_process_args': /home/sebastia/gnustep/modules/core/base/Source/NSProcessInfo.m:338: undefined reference to `GSPrivateDefaultCStringEncoding' /tmp//cc5HrRu4.o(.text+0x1689):/home/sebastia/gnustep/modules/core/base/Source/NSProcessInfo.m:365: undefined reference to `GSPrivateDefaultCStringEncoding' collect2: ld returned 1 exit status Testing NSRunLoop.m... Failed build: Library/Libraries/libgnustep-base.so.1.21: warning: strcpy() is almost always misused, please use strlcpy() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: sprintf() is often misused, please use snprintf() /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21: warning: strcat() is almost always misused, please use strlcat() /usr/local/lib/libgmp.so.8.0: warning: vsprintf() is often misused, please use vsnprintf() /tmp//ccc8YpLZ.o(.text+0x1e02): In function `+[NSRunLoop currentRunLoop]': /home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:708: undefined reference to `GSRunLoopInfoForThread' /tmp//ccc8YpLZ.o(.text+0x2400): In function `-[NSRunLoop acceptInputForMode:beforeDate:]': /home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:1153: undefined reference to `GSPrivateNotifyASAP' /tmp//ccc8YpLZ.o(.text+0x240e):/home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:1154: undefined reference to `GSPrivateNotifyIdle' /tmp//ccc8YpLZ.o(.text+0x2440):/home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:1159: undefined reference to `GSPrivateCheckTasks' /tmp//ccc8YpLZ.o(.text+0x2483):/home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:1164: undefined reference to `GSPrivateNotifyASAP' /tmp//ccc8YpLZ.o(.text+0x263c):/home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:1203: undefined reference to `GSPrivateNotifyASAP' /tmp//ccc8YpLZ.o(.text+0x26fb):/home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:1200: undefined reference to `GSPrivateNotifyIdle' /tmp//ccc8YpLZ.o(.text+0x3cd1): In function `-[NSRunLoop limitDateForMode:]': /home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:971: undefined reference to `GSPrivateTimeNow' /tmp//ccc8YpLZ.o(.text+0x3d61):/home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:984: undefined reference to `GSPrivateNotifyASAP' /tmp//ccc8YpLZ.o(.text+0x4153):/home/sebastia/gnustep/modules/core/base/Source/NSRunLoop.m:1009: undefined reference to `GSPrivateNotifyASAP' collect2: ld returned 1 exit status Testing NSXMLDTDNode.m... Failed build: om NSXMLDTDNode.m:27: NSXMLPrivate.h:57:25: warning: libxml/tree.h: No such file or directory NSXMLPrivate.h:58:29: warning: libxml/entities.h: No such file or directory NSXMLPrivate.h:59:27: warning: libxml/parser.h: No such file or directory NSXMLPrivate.h:60:36: warning: libxml/parserInternals.h: No such file or directory NSXMLPrivate.h:61:31: warning: libxml/HTMLparser.h: No such file or directory NSXMLPrivate.h:62:30: warning: libxml/xmlmemory.h: No such file or directory NSXMLPrivate.h:63:26: warning: libxml/xpath.h: No such file or directory NSXMLPrivate.h:64:35: warning: libxml/xpathInternals.h: No such file or directory In file included from NSXMLPrivate.h:68, from NSXMLDTDNode.m:27: /usr/local/include/libxslt/xsltInternals.h:17:25: warning: libxml/hash.h: No such file or directory /usr/local/include/libxslt/xsltInternals.h:19:29: warning: libxml/xmlerror.h: No such file or directory /usr/local/include/libxslt/xsltInternals.h:20:25: warning: libxml/dict.h: No such file or directory /usr/local/include/libxslt/xsltInternals.h:21:30: warning: libxml/xmlstring.h: No such file or directory In file included from /usr/local/include/libxslt/xsltInternals.h:24, from NSXMLPrivate.h:68, from NSXMLDTDNode.m:27: /usr/local/include/libxslt/xsltlocale.h:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xsltLocaleChar' /usr/local/include/libxslt/xsltlocale.h:52: warning: type defaults to 'int' in declaration of 'xmlChar' /usr/local/include/libxslt/xsltlocale.h:52: error: expected ';', ',' or ')' before '*' token /usr/local/include/libxslt/xsltlocale.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/libxslt/xsltlocale.h:55: warning: type defaults to 'int' in declaration of 'xsltLocaleChar' /usr/local/include/libxslt/xsltlocale.h:55: error: expected ';', ',' or ')' before '*' token In file included from /usr/local/include/libxslt/xsltInternals.h:25, from NSXMLPrivate.h:68, from NSXMLDTDNode.m:27: /usr/local/include/libxslt/numbersInternals.h:29: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token In file included from NSXMLPrivate.h:68, from NSXMLDTDNode.m:27: /usr/local/include/libxslt/xsltInternals.h:235: error: expected specifier- qualifier-list before 'xmlFreeFunc' /usr/local/include/libxslt/xsltInternals.h:277: error: expected specifier- qualifier-list before 'xmlChar' /usr/local/include/libxslt/xsltInternals.h:308: error: expected specifier- qualifier-list before 'xmlChar' /usr/local/include/libxslt/xsltInternals.h:334: error: expected specifier- qualifier-list before 'xmlDocPtr' /usr/local/include/libxslt/xsltInternals.h:350: error: expected specifier- qualifier-list before 'xmlNodePtr' Testing callframe.m... Failed build: om callframe.m:29: /usr//include/malloc.h:4:2: warning: #warning "<malloc.h> is obsolete, use <stdlib.h>" In file included from callframe.m:35: callframe.h:29:44: error: GNUstepBase/DistributedObjects.h: No such file or directory Testing cifframe.m... Failed build: om cifframe.m:29: /usr//include/malloc.h:4:2: warning: #warning "<malloc.h> is obsolete, use <stdlib.h>" In file included from cifframe.m:35: cifframe.h:44:44: error: GNUstepBase/DistributedObjects.h: No such file or directory cifframe.m: In function 'cifframe_type': cifframe.m:378: error: expected specifier-qualifier-list before 'NSSize' cifframe.m:402: error: expected specifier-qualifier-list before 'NSRect' cifframe.m:412: error: expected specifier-qualifier-list before 'NSSize' Testing libgnustep-base-entry.m... Failed build: ry.m: In function 'gnustep_base_socket_init': libgnustep-base-entry.m:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wsaData' libgnustep-base-entry.m:47: error: 'wsaData' undeclared (first use in this function) libgnustep-base-entry.m:47: error: (Each undeclared identifier is reported only once libgnustep-base-entry.m:47: error: for each function it appears in.) libgnustep-base-entry.m:48: warning: implicit declaration of function 'WSAStartup' libgnustep-base-entry.m:48: warning: implicit declaration of function 'MAKEWORD' libgnustep-base-entry.m: At top level: libgnustep-base-entry.m:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'WINAPI' and more .... _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
