Building in CFArray Making all for test_tool create... Making all for test_tool mutablearray... Compiling file mutablearray.m ... Compiling file create.m ... mutablearray.m: En la función ‘main’: mutablearray.m:35:3: aviso: se pasa el argumento 1 de ‘CFArrayGetValues’ desde un tipo Objective-C distinto [activado por defecto] mutablearray.m:39:3: aviso: se pasa el argumento 1 de ‘CFArrayBSearchValues’ desde un tipo Objective-C distinto [activado por defecto] mutablearray.m:42:3: aviso: se pasa el argumento 1 de ‘CFArrayBSearchValues’ desde un tipo Objective-C distinto [activado por defecto] Linking test_tool create ... Linking test_tool mutablearray ... Testing create.m... Running CFArray/create.m... Passed test: create.m:13 ... CFArray created. Passed test: create.m:16 ... CFArray has correct number of values. Passed test: create.m:18 ... Found 1 occurence of the 1. Passed test: create.m:21 ... Found value at index 2. Passed test: create.m:26 ... An array with no values return non-NULL. Completed file: create.m Testing mutablearray.m... Running CFArray/mutablearray.m... Passed test: mutablearray.m:24 ... CFArray created. Passed test: mutablearray.m:27 ... CFMutableArray created. Passed test: mutablearray.m:32 ... CFMutableArray has correct number of values. Passed test: mutablearray.m:37 ... Array sorted correctly. Passed test: mutablearray.m:40 ... Index of number 5 is 4. Passed test: mutablearray.m:43 ... Index of value between values is 5. Completed file: mutablearray.m Building in CFAttributedString Making all for test_tool general... Making all for test_tool mutable... Compiling file general.m ... Compiling file mutable.m ... mutable.m: En la función ‘main’: mutable.m:37:33: aviso: asignación desde un tipo Objective-C distinto [activado por defecto] mutable.m:38:3: aviso: se pasa el argumento 1 de ‘CFDictionaryAddValue’ desde un tipo Objective-C distinto [activado por defecto] mutable.m:40:3: aviso: se pasa el argumento 1 de ‘CFDictionaryAddValue’ desde un tipo Objective-C distinto [activado por defecto] Linking test_tool general ... Linking test_tool mutable ... Testing general.m... Running CFAttributedString/general.m... Passed test: general.m:23 ... Attributed string was correctly created. Passed test: general.m:27 ... Attribute range is (0, 17). Passed test: general.m:28 ... Attributes are the same. Passed test: general.m:31 ... Copied attributed string is equal. Passed test: general.m:35 ... Copied attribute range is (0, 17). Passed test: general.m:36 ... Copied attributes are the same. /usr/GNUstep/System/Tools/gnustep-tests: línea 300: 3538 Violación de segmento $RUN_CMD Failed file: general.m aborted without running all tests! Testing mutable.m... Running CFAttributedString/mutable.m... /usr/GNUstep/System/Tools/gnustep-tests: línea 300: 3559 Violación de segmento $RUN_CMD Failed file: mutable.m aborted without running all tests! Building in CFBinaryHeap Making all for test_tool general... Compiling file general.m ... Linking test_tool general ... Testing general.m... Running CFBinaryHeap/general.m... Passed test: general.m:17 ... Binary heap was created. Passed test: general.m:22 ... Binary heap has 6 values. Passed test: general.m:24 ... Binary heap has value. Passed test: general.m:27 ... Value 10 appears 2 times in binary heap. Passed test: general.m:31 ... All values are in the binary heap. Passed test: general.m:35 ... Minimum value in binary heap is 5. Completed file: general.m Building in CFCalendar Making all for test_tool basic... Making all for test_tool create... Compiling file basic.m ... Compiling file create.m ... basic.m: En la función ‘main’: basic.m:16:3: aviso: declaración implícita de la función ‘CFTimeZoneCreateWithTimeIntervalFromGMT’ [-Wimplicit-function-declaration] basic.m:16:6: aviso: la asignación crea un puntero desde un entero sin una conversión [activado por defecto] Linking test_tool create ... Linking test_tool basic ... Testing basic.m... Running CFCalendar/basic.m... Passed test: basic.m:21 ... Absolute time composed. Passed test: basic.m:23 ... Absolute time composed correctly (331779600.000000). Passed test: basic.m:27 ... Absolute time decomposed. Passed test: basic.m:28 ... Year decomposed correctly. Passed test: basic.m:29 ... Month decomosed correctly. Passed test: basic.m:30 ... Hour decomposed correctly. Passed test: basic.m:33 ... Got component difference. Passed test: basic.m:34 ... Seconds difference is 3600 Passed test: basic.m:38 ... Got wrapped components difference. Passed test: basic.m:41 ... Component difference is 1 hour(s), 1 minute(s) and 3 second(s) Passed test: basic.m:44 ... Got time range of kCFCalendarUnitWeekday. Passed test: basic.m:45 ... Got start of weekday (331347600.000000). Passed test: basic.m:47 ... Time interval is 1 day(s) long (86400.000000). Completed file: basic.m Testing create.m... Running CFCalendar/create.m... Passed test: create.m:12 ... Calendar created. Passed test: create.m:14 ... Correct calendar identifier. Passed test: create.m:18 ... CFCalendarCopyCurrent returns a calendar Passed test: create.m:22 ... Current calendar locale matches current locale. Completed file: create.m Building in CFCharacterSet Making all for test_tool basic... Making all for test_tool mutable... Compiling file basic.m ... Compiling file mutable.m ... Linking test_tool mutable ... Linking test_tool basic ... Testing basic.m... Running CFCharacterSet/basic.m... Passed test: basic.m:12 ... Letter 'a' is part of character set. Passed test: basic.m:17 ... Character set with all ASCII characters is a superset of a charcter setincluding 'abcABC'. Passed test: basic.m:20 ... Characters set with 'abcABC' is not a superset of a character setincluding all ASCII characters Passed test: basic.m:26 ... Inverted character set does not include letter 'a'. Passed test: basic.m:28 ... Inverted character set includes character 0x00DD. Completed file: basic.m Testing mutable.m... Running CFCharacterSet/mutable.m... Passed test: mutable.m:11 ... Letter 'a' is part of mutable character set. Passed test: mutable.m:15 ... Letter 'a' was successfully removed from mutable character set. Completed file: mutable.m Building in CFData Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running CFData/basic.m... Passed test: basic.m:14 ... Data created. Passed test: basic.m:21 ... Copy of data is equal to original. Completed file: basic.m Building in CFDate Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running CFDate/basic.m... Passed test: basic.m:10 ... Date created correctly. Passed test: basic.m:14 ... First date is greater than second date. Passed test: basic.m:16 ... First date is one second ahead of second date. Completed file: basic.m Building in CFDateFormatter Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running CFDateFormatter/basic.m... Passed test: basic.m:21 ... Default format for de_DE locale is EEEE, d. MMMM y HH:mm Passed test: basic.m:25 ... Absolute time can be formatted using full date style. Passed test: basic.m:30 ... Absolute time gotten for 2/1/2003 Passed test: basic.m:32 ... Absolute time for Montag, 1. Januar 2011 23:00 is 315612000.000000 Passed test: basic.m:40 ... Absolute time can be formatted using no date style. Passed test: basic.m:46 ... Absolute time gotten for 20050403 02:01 vorm. Passed test: basic.m:48 ... Absolute time for 20050403 02:01 vorm. is 134186460.000000 Completed file: basic.m Building in CFLocale Making all for test_tool create... Making all for test_tool displayvalues... Making all for test_tool identifier... Making all for test_tool values... Compiling file create.m ... Compiling file identifier.m ... Compiling file displayvalues.m ... Compiling file values.m ... Linking test_tool identifier ... Linking test_tool displayvalues ... Linking test_tool create ... Linking test_tool values ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/identifier] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [identifier.all.test-tool.variables] Error 2 make[3]: *** Se espera a que terminen otras tareas.... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/displayvalues] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [displayvalues.all.test-tool.variables] Error 2 make[2]: *** [internal-all] Error 2 Testing create.m... Building CFLocale/create.m make debug=yes create Making all for test_tool create... make[5]: No se hace nada para «internal-tool-compile». Running CFLocale/create.m... Passed test: create.m:12 ... CFLocaleCopyCurrent() returns a value Passed test: create.m:16 ... CFLocaleCopyCurrent() returns a value Passed test: create.m:19 ... CFLocaleCreate() returns a value Passed test: create.m:21 ... en_ES_PREEURO is stored as es_ES@currency=ESP Passed test: create.m:23 ... CFLocaleCreateCopy() returns a value Completed file: create.m Testing displayvalues.m... Building CFLocale/displayvalues.m make debug=yes displayvalues Making all for test_tool displayvalues... Linking test_tool displayvalues ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/displayvalues] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [displayvalues.all.test-tool.variables] Error 2 make[2]: *** [displayvalues] Error 2 Failed build: Testing identifier.m... Building CFLocale/identifier.m make debug=yes identifier Making all for test_tool identifier... Linking test_tool identifier ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/identifier] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [identifier.all.test-tool.variables] Error 2 make[2]: *** [identifier] Error 2 Failed build: Testing values.m... Building CFLocale/values.m make debug=yes values Making all for test_tool values... make[5]: No se hace nada para «internal-tool-compile». Running CFLocale/values.m... Passed test: values.m:15 ... 'pt_BR' measurement system is 'Metric' Passed test: values.m:17 ... Decimal separtor is ',' Passed test: values.m:19 ... Grouping separator is '.' Passed test: values.m:21 ... Currency symbol is 'R$' Passed test: values.m:23 ... Currency code is 'BRL' Passed test: values.m:27 ... Locale identifier is correct Passed test: values.m:29 ... Language code is 'pt' Passed test: values.m:31 ... Country code is 'BR' Passed test: values.m:33 ... No script code for locale Passed test: values.m:35 ... No variant code for locale Passed test: values.m:37 ... Calendar is 'gregorian' Passed test: values.m:39 ... Returns valid CFCalendar Passed test: values.m:41 ... Collation identifier is 'traditional' Passed test: values.m:43 ... Uses metric system Passed test: values.m:45 ... Collator identifier is NULL Passed test: values.m:49 ... Quotation begin delimiter is correct Passed test: values.m:54 ... Quotation end delimiter is correct Passed test: values.m:59 ... Alternate quotation begin delimiter is correct Passed test: values.m:64 ... Alternate quotation end delimiter is correct Completed file: values.m Building in CFNumber Making all for test_tool general... Compiling file general.m ... general.m: En la función ‘main’: general.m:10:11: aviso: variable ‘f64’ sin usar [-Wunused-variable] Linking test_tool general ... Testing general.m... Running CFNumber/general.m... Passed test: general.m:14 ... CFNumberCreate() returns non-NULL Passed test: general.m:16 ... Integer is converted to SInt32(3). Passed test: general.m:20 ... Char is converted to SInt32(3). Passed test: general.m:23 ... Integer converted to SInt8. Passed test: general.m:24 ... SInt32 converted to SInt8 correctly. Passed test: general.m:27 ... Char converted to SInt32. Passed test: general.m:28 ... SInt8 converted to SInt32 correctly. Passed test: general.m:35 ... Short is converted to SInt32(3). Passed test: general.m:39 ... Float is converted to Float64(6). Passed test: general.m:42 ... Short converted to float. Passed test: general.m:43 ... Short converted to float correctly. Passed test: general.m:47 ... Float converted to short. Passed test: general.m:48 ... Float converted to short correctly. Completed file: general.m Building in CFNumberFormatter Making all for test_tool create... Making all for test_tool format... Making all for test_tool parse... Compiling file parse.m ... Compiling file create.m ... Compiling file format.m ... create.m: En la función ‘main’: create.m:16:7: aviso: la asignación descarta el calificador ‘const’ del tipo del destino del puntero [activado por defecto] create.m:23:7: aviso: la asignación descarta el calificador ‘const’ del tipo del destino del puntero [activado por defecto] create.m:31:7: aviso: la asignación descarta el calificador ‘const’ del tipo del destino del puntero [activado por defecto] create.m:40:7: aviso: la asignación descarta el calificador ‘const’ del tipo del destino del puntero [activado por defecto] create.m:48:7: aviso: la asignación descarta el calificador ‘const’ del tipo del destino del puntero [activado por defecto] Linking test_tool format ... Linking test_tool create ... Linking test_tool parse ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/format] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [format.all.test-tool.variables] Error 2 make[3]: *** Se espera a que terminen otras tareas.... make[2]: *** [internal-all] Error 2 Testing create.m... Building CFNumberFormatter/create.m make debug=yes create Making all for test_tool create... make[5]: No se hace nada para «internal-tool-compile». Running CFNumberFormatter/create.m... Passed test: create.m:15 ... CFNumberFormatterCreate() return non-nil Passed test: create.m:18 ... Default no-style format same as cocoa Passed test: create.m:26 ... Default decimal-style format same as cocoa Failed test: create.m:34 ... Default currency-style format same as cocoa expected ¤#,##0.00, but got ¤#,##0.00;(¤#,##0.00) Passed test: create.m:43 ... Default percent-style format same as cocoa Passed test: create.m:51 ... Default scientific-style format same as cocoa Passed test: create.m:56 ... CFNumberFormatterCreate() return non-nil for system locale Completed file: create.m Testing format.m... Building CFNumberFormatter/format.m make debug=yes format Making all for test_tool format... Linking test_tool format ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/format] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [format.all.test-tool.variables] Error 2 make[2]: *** [format] Error 2 Failed build: Testing parse.m... Building CFNumberFormatter/parse.m make debug=yes parse Making all for test_tool parse... make[5]: No se hace nada para «internal-tool-compile». Running CFNumberFormatter/parse.m... Passed test: parse.m:24 ... Got SInt8 value Passed test: parse.m:25 ... SInt8 value is '16' Passed test: parse.m:29 ... Got SInt16 value Passed test: parse.m:30 ... SInt16 value is '300' Passed test: parse.m:36 ... Got SInt32 value Passed test: parse.m:37 ... SInt32 value is '68456' Passed test: parse.m:43 ... Got SInt64 value Passed test: parse.m:44 ... SInt64 value is '315000000' Passed test: parse.m:51 ... Got double value Passed test: parse.m:52 ... Double value is '0.234' Passed test: parse.m:53 ... Parsed complete length Completed file: parse.m Building in CFRuntime Making all for test_tool runtime... Compiling file runtime.m ... Linking test_tool runtime ... Testing runtime.m... Running CFRuntime/runtime.m... Passed test: runtime.m:189 ... Points are equal Passed test: runtime.m:191 ... Points have same hash code. Passed test: runtime.m:193 ... Description is correct. Passed test: runtime.m:195 ... Type ID description is correct. Passed test: runtime.m:199 ... -initWithX:Y: returns non-nil Passed test: runtime.m:200 ... CF object and ObjC object are the same Passed test: runtime.m:202 ... ObjC returns same description as CF object Start set: runtime.m:204 ... Retain/Release Tests End set: runtime.m:209 ... Retain/Release Tests Completed file: runtime.m Building in CFString Making all for test_tool create... Making all for test_tool encodings... Making all for test_tool format... Making all for test_tool general... Compiling file encodings.m ... Compiling file general.m ... Compiling file format.m ... Compiling file create.m ... general.m: En la función ‘main’: general.m:14:7: aviso: la asignación descarta el calificador ‘const’ del tipo del destino del puntero [activado por defecto] Linking test_tool create ... Linking test_tool encodings ... Linking test_tool format ... Linking test_tool general ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/create] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [create.all.test-tool.variables] Error 2 make[3]: *** Se espera a que terminen otras tareas.... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/format] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [format.all.test-tool.variables] Error 2 make[2]: *** [internal-all] Error 2 Testing create.m... Building CFString/create.m make debug=yes create Making all for test_tool create... Linking test_tool create ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/create] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [create.all.test-tool.variables] Error 2 make[2]: *** [create] Error 2 Failed build: Testing encodings.m... Building CFString/encodings.m make debug=yes encodings Making all for test_tool encodings... make[5]: No se hace nada para «internal-tool-compile». Running CFString/encodings.m... Passed test: encodings.m:11 ... Maximum size for 4 UTF-16 characters is 8 bytes. Passed test: encodings.m:14 ... Maximum size for 4 UTF-8 characters is 12 bytes. Passed test: encodings.m:17 ... Correctly converts to IANA Char Set. Completed file: encodings.m Testing format.m... Building CFString/format.m make debug=yes format Making all for test_tool format... Linking test_tool format ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/format] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [format.all.test-tool.variables] Error 2 make[2]: *** [format] Error 2 Failed build: Testing general.m... Building CFString/general.m make debug=yes general Making all for test_tool general... make[5]: No se hace nada para «internal-tool-compile». Running CFString/general.m... Passed test: general.m:13 ... There are 6 strings on separated string. Passed test: general.m:15 ... Value at index 1 is 'usr' Passed test: general.m:19 ... Combined string is \usr\local\share\GNUstep\ Passed test: general.m:24 ... '\' was found. Passed test: general.m:26 ... String has range (10, 1) Completed file: general.m Testing mutablestring.m... Building CFString/mutablestring.m make debug=yes mutablestring Making all for test_tool mutablestring... Compiling file mutablestring.m ... Linking test_tool mutablestring ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/mutablestring] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [mutablestring.all.test-tool.variables] Error 2 make[2]: *** [mutablestring] Error 2 Failed build: Building in CFTimeZone Making all for test_tool basic... Making all for test_tool general... Compiling file basic.m ... Compiling file general.m ... general.m: En la función ‘main’: general.m:63:37: aviso: asignación desde un tipo Objective-C distinto [activado por defecto] Linking test_tool basic ... Linking test_tool general ... Testing basic.m... Running CFTimeZone/basic.m... Passed test: basic.m:14 ... CFTimeZone create successfully. Passed test: basic.m:16 ... CFTimeZone has correct name. Passed test: basic.m:19 ... Time zone abbreviations are equal. Passed test: basic.m:22 ... GMT+00:00 offset from GMT is 0 Passed test: basic.m:25 ... Next transition for GMT+00:00 is 0 Completed file: basic.m Testing general.m... Running CFTimeZone/general.m... Passed test: general.m:31 ... 'Europe/Rome' time zone created. Passed test: general.m:35 ... Offset from GMT at 1000000 seconds from absolute epoch is '3600.000000' Passed test: general.m:37 ... On daylight saving time at 1000000 seconds from absolute epoch. Passed test: general.m:43 ... Standard localized name is correct. Passed test: general.m:47 ... Short standard localized name is correct. Failed test: general.m:54 ... Daylight Saving time offset at 0 second from absolute epoch is '3600.000000'. Passed test: general.m:57 ... Next daylight saving transition is at '7174800.000000'. Completed file: general.m Building in CFTree Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running CFTree/basic.m... Passed test: basic.m:31 ... Tree has three children. Passed test: basic.m:32 ... Parent is the original tree object. Passed test: basic.m:33 ... First child is child1. Passed test: basic.m:35 ... Next sibling for child1 is child2. Passed test: basic.m:36 ... Child3 is at index 2 Completed file: basic.m Building in CFURL Making all for test_tool create... Making all for test_tool escaping... Making all for test_tool file_system_path... Making all for test_tool ref_resolution... Compiling file file_system_path.m ... Compiling file create.m ... Compiling file escaping.m ... Compiling file ref_resolution.m ... Linking test_tool escaping ... Linking test_tool ref_resolution ... Linking test_tool file_system_path ... Linking test_tool create ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/escaping] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [escaping.all.test-tool.variables] Error 2 make[3]: *** Se espera a que terminen otras tareas.... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/ref_resolution] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [ref_resolution.all.test-tool.variables] Error 2 make[2]: *** [internal-all] Error 2 Testing create.m... Building CFURL/create.m make debug=yes create Making all for test_tool create... make[5]: No se hace nada para «internal-tool-compile». Running CFURL/create.m... Passed test: create.m:12 ... URL created. Passed test: create.m:14 ... Absolute URL of an absolute URL are the same. Passed test: create.m:22 ... http://user:password@www.w3.org:5/silly-file-path/ path can be decomposed Passed test: create.m:25 ... Path of http://user:password@www.w3.org:5/silly-file-path/ is /silly-file-path/ Passed test: create.m:29 ... User name of http://user:password@www.w3.org:5/silly-file-path/ is user Passed test: create.m:33 ... Password of http://user:password@www.w3.org:5/silly-file-path/ is password Passed test: create.m:37 ... resourceSpecifier of http://www.w3.org/silly-file-path/ is NULL Passed test: create.m:41 ... additional/string path can be decomposed since base URL is decomposable Passed test: create.m:43 ... String is additional/string Passed test: create.m:46 ... Copied path is not resolved against base. Failed test: create.m:49 ... Resource specifier of relative url is NULL Passed test: create.m:57 ... http://www.w3.org/silly-file-name?query#fragment path can be decomposed Passed test: create.m:60 ... Scheme of http://www.w3.org/silly-file-name is http Passed test: create.m:64 ... Host of http://www.w3.org/silly-file-name is www.w3.org Passed test: create.m:68 ... Strict path of http://www.w3.org/silly-file-name is silly-file-name Passed test: create.m:73 ... Resource specifier of http://www.w3.org/silly-file-name?query#fragment is ?query#fragment Passed test: create.m:77 ... Query of http://www.w3.org/silly-file-name?query#fragment is query Passed test: create.m:81 ... Fragment of http://www.w3.org/silly-file-name?query#fragment is fragment Passed test: create.m:90 ... Parameter string for http://www.w3.org/silly;type=test Passed test: create.m:94 ... Resource specifier of http://www.w3.org/silly;type=test is ;test=test. Passed test: create.m:100 ... URL with 'this isn't a URL' returns NULL Completed file: create.m Testing escaping.m... Building CFURL/escaping.m make debug=yes escaping Making all for test_tool escaping... Linking test_tool escaping ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/escaping] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [escaping.all.test-tool.variables] Error 2 make[2]: *** [escaping] Error 2 Failed build: Testing file_system_path.m... Building CFURL/file_system_path.m make debug=yes file_system_path Making all for test_tool file_system_path... make[5]: No se hace nada para «internal-tool-compile». Running CFURL/file_system_path.m... Passed test: file_system_path.m:12 ... C:\WINDOWS path can be decomposed Passed test: file_system_path.m:14 ... Windows style path of file URL C:\WINDOWS is file://localhost/C:/WINDOWS/ Passed test: file_system_path.m:16 ... Resource specifier of C:\WINDOWS is NULL Passed test: file_system_path.m:18 ... File system path is C:\WINDOWS Passed test: file_system_path.m:21 ... Path is /C:/WINDOWS/ Passed test: file_system_path.m:24 ... Strict path is C:/WINDOWS/ Passed test: file_system_path.m:31 ... /usr path can be decomposed Passed test: file_system_path.m:33 ... String for file URL /usr is /usr/ Passed test: file_system_path.m:35 ... Resource Specifier of /usr is NULL Passed test: file_system_path.m:37 ... File system path is /usr Passed test: file_system_path.m:40 ... Path is /usr/ Passed test: file_system_path.m:43 ... Strict path is usr/ Passed test: file_system_path.m:53 ... local/share path can be decomposed Passed test: file_system_path.m:55 ... String is local/share/ Passed test: file_system_path.m:58 ... File system path is not resolved against base Passed test: file_system_path.m:60 ... local/share is a directory path. Completed file: file_system_path.m Testing ref_resolution.m... Building CFURL/ref_resolution.m make debug=yes ref_resolution Making all for test_tool ref_resolution... Linking test_tool ref_resolution ... /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSObject' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSBundle' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSConstantString' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSDictionary' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableData' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSError' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSLocale' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `__objc_class_name_NSMutableArray' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `NSInvalidArgumentException' /home/german/Instalados/dev-gnustep/corebase/Source/./obj/libgnustep-corebase.so: undefined reference to `_NSRangeExceptionRaise' collect2: ld devolvió el estado de salida 1 make[5]: *** [obj/ref_resolution] Error 1 make[4]: *** [internal-tool-all_] Error 2 make[3]: *** [ref_resolution.all.test-tool.variables] Error 2 make[2]: *** [ref_resolution] Error 2 Failed build: Building in CFURLAccess Making all for test_tool basic... Compiling file basic.m ... basic.m: En la función ‘main’: basic.m:57:12: aviso: la asignación descarta el calificador ‘const’ del tipo del destino del puntero [activado por defecto] Linking test_tool basic ... Testing basic.m... Running CFURLAccess/basic.m... Passed test: basic.m:24 ... Directory was successfully created. Passed test: basic.m:31 ... Data was successfully written to test file. Passed test: basic.m:40 ... Empty file was successfully created. Passed test: basic.m:45 ... Could not delete directory. Passed test: basic.m:48 ... File was successfully read. Passed test: basic.m:51 ... Properties correctly read. Passed test: basic.m:56 ... Directory was successfully read. Passed test: basic.m:59 ... There are 2 items in the directory. Passed test: basic.m:61 ... Directory has file1.txt Passed test: basic.m:63 ... Directory has file2.txt Passed test: basic.m:69 ... Content read is the same the content that was written. Passed test: basic.m:73 ... File1 was successfully deleted. Passed test: basic.m:74 ... File2 was successfully deleted. Passed test: basic.m:75 ... Directory was successfully deleted. Completed file: basic.m Building in CFUUID Making all for test_tool create... Compiling file create.m ... Linking test_tool create ... Testing create.m... Running CFUUID/create.m... Passed test: create.m:13 ... CFUUIDCreate() returns non-NULL. Passed test: create.m:18 ... UUID creates with CFUUIDBytes is correct. Passed test: create.m:22 ... CFUUIDCreateString() returns non-NULL. Completed file: create.m