=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for Terminal-0.9.4nb2 This is gnustep-make 2.6.2. Type 'gmake print-gnustep-make-help' for help. Making all for app Terminal... Creating Terminal.app/.... Compiling file main.m ... Compiling file ServicesPrefs.m ... Compiling file Services.m ... ServicesPrefs.m:48:7: warning: receiver 'NSMutableDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] d=[[NSMutableDictionary alloc] init]; ^~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSUserDefaults.h:40:8: note: forward declaration of class here @class NSMutableDictionary; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ ServicesPrefs.m:107:13: warning: receiver 'NSMutableDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] services=[[NSMutableDictionary alloc] init]; ^~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSUserDefaults.h:40:8: note: forward declaration of class here @class NSMutableDictionary; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ ServicesPrefs.m:120:17: warning: instance method '-allKeys' not found (return type defaults to 'id') [-Wobjc-method-access] service_list=[[[services allKeys] ^ ~~~~~~~ ServicesPrefs.m:235:14: error: use of undeclared identifier 'NSBundle' NSString *n=_(@"Unnamed service"); ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:254:16: error: use of undeclared identifier 'NSBundle' [op setTitle: _(@"Import services")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:264:5: warning: receiver 'NSDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] d=[NSDictionary dictionaryWithContentsOfFile: [op filename]]; ^~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GSObjCRuntime.h:93:8: note: forward declaration of class here @class NSDictionary; ^ ServicesPrefs.m:264:4: warning: class method '+dictionaryWithContentsOfFile:' not found (return type defaults to 'id') [-Wobjc-method-access] d=[NSDictionary dictionaryWithContentsOfFile: [op filename]]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ServicesPrefs.m:273:30: warning: receiver 'NSMutableDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] NSMutableDictionary *md=[[[NSMutableDictionary alloc] init] autorelease]; ^~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSUserDefaults.h:40:8: note: forward declaration of class here @class NSMutableDictionary; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ ServicesPrefs.m:285:14: warning: receiver 'NSMutableDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] service=[[NSMutableDictionary alloc] init]; ^~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSUserDefaults.h:40:8: note: forward declaration of class here @class NSMutableDictionary; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ ServicesPrefs.m:348:20: error: use of undeclared identifier 'NSBundle' NSRunAlertPanel(_(@"Error importing services"), ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:354:4: warning: incompatible pointer types assigning to 'NSDictionary *' from 'NSMutableDictionary *' [-Wincompatible-pointer-types] d=md; ^~~ ServicesPrefs.m:401:16: error: use of undeclared identifier 'NSBundle' [sp setTitle: _(@"Export services")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:442:3: error: use of undeclared identifier 'NSNumber' NSNumber *n; ^ ServicesPrefs.m:442:13: error: use of undeclared identifier 'n' NSNumber *n; ^ ServicesPrefs.m:447:7: warning: receiver 'NSMutableDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] d=[[NSMutableDictionary alloc] init]; ^~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSUserDefaults.h:40:8: note: forward declaration of class here @class NSMutableDictionary; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ ServicesPrefs.m:450:9: error: use of undeclared identifier 'n' (n=[e nextObject]);) ^ ServicesPrefs.m:452:39: error: use of undeclared identifier 'n' name=[service_list objectAtIndex: [n intValue]]; ^ ServicesPrefs.m:456:7: warning: receiver 'NSDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] d2=[NSDictionary dictionaryWithObject: d ^~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GSObjCRuntime.h:93:8: note: forward declaration of class here @class NSDictionary; ^ ServicesPrefs.m:456:6: warning: class method '+dictionaryWithObject:forKey:' not found (return type defaults to 'id') [-Wobjc-method-access] d2=[NSDictionary dictionaryWithObject: d ^ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from main.m:42: In file included from ./TerminalView.h:23: ./Terminal.h:40:23: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_goto: (int)x:(int)y; ^ ./Terminal.h:40:23: note: introduce a parameter name to make 'x' part of the selector ./Terminal.h:40:24: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector -(void) ts_goto: (int)x:(int)y; ^ ./Terminal.h:41:64: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_putChar: (screen_char_t)ch count: (int)c at: (int)x:(int)y; ^ ./Terminal.h:41:64: note: introduce a parameter name to make 'x' part of the selector ./Terminal.h:41:65: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector -(void) ts_putChar: (screen_char_t)ch count: (int)c at: (int)x:(int)y; ^ ./Terminal.h:47:27: warning: 'top' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_scrollUp: (int)top:(int)bottom rows: (int)nr save: (BOOL)save; ^ ./Terminal.h:47:27: note: introduce a parameter name to make 'top' part of the selector ./Terminal.h:47:30: note: or insert whitespace before ':' to use 'top' as parameter name and have an empty entry in the selector -(void) ts_scrollUp: (int)top:(int)bottom rows: (int)nr save: (BOOL)save; ^ ./Terminal.h:48:29: warning: 'top' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_scrollDown: (int)top:(int)bottom rows: (int)nr; ^ ./Terminal.h:48:29: note: introduce a parameter name to make 'top' part of the selector ./Terminal.h:48:32: note: or insert whitespace before ':' to use 'top' as parameter name and have an empty entry in the selector -(void) ts_scrollDown: (int)top:(int)bottom rows: (int)nr; ^ ./Terminal.h:51:37: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(screen_char_t) ts_getCharAt: (int)x:(int)y; ^ ./Terminal.h:51:37: note: introduce a parameter name to make 'x' part of the selector ./Terminal.h:51:38: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector -(screen_char_t) ts_getCharAt: (int)x:(int)y; ^ main.m:105:8: warning: receiver 'TerminalViewDisplayPrefs' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] pb=[[TerminalViewDisplayPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~ main.m:91:8: note: forward declaration of class here @class TerminalViewDisplayPrefs; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ main.m:105:5: warning: ServicesPrefs.mincompatible pointer types assigning to 'NSObject *' from 'TerminalViewDisplayPrefs *' [-Wincompatible-pointer-types]: 469:9: error: use of undeclared identifier 'NSBundle' return _(@"Terminal services"); pb=[[TerminalViewDisplayPrefs alloc] init]; ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4:/scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h :note: 375expanded from macro '_': 1: note: instance method 'init' is assumed to return an instance of its receiver type ('TerminalViewDisplayPrefs *') - (id) init; [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]^ ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ main.m:109:8: warning: receiver 'TerminalViewShellPrefs' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] pb=[[TerminalViewShellPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~ main.m:92:8: note: forward declaration of class here @class TerminalViewShellPrefs; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ main.m:109:5: warning: incompatible pointer types assigning to 'NSObject *' from 'TerminalViewShellPrefs *' [-Wincompatible-pointer-types] pb=[[TerminalViewShellPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:375:1: note: instance method 'init' is assumed to return an instance of its receiver type ('TerminalViewShellPrefs *') - (id) init; ^ main.m:113:8: warning: receiver 'TerminalViewKeyboardPrefs' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] pb=[[TerminalViewKeyboardPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~~ main.m:93:8: note: forward declaration of class here @class TerminalViewKeyboardPrefs; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ main.m:113:5: warning: incompatible pointer types assigning to 'NSObject *' from 'TerminalViewKeyboardPrefs *' [-Wincompatible-pointer-types] pb=[[TerminalViewKeyboardPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:375:1: note: instance method 'init' is assumed to return an instance of its receiver type ('TerminalViewKeyboardPrefs *') - (id) init; ^ main.m:117:8: warning: receiver 'TerminalWindowPrefs' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] pb=[[TerminalWindowPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~ main.m:95:8: note: forward declaration of class here @class TerminalWindowPrefs; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ main.m:117:5: warning: incompatible pointer types assigning to 'NSObject *' from 'TerminalWindowPrefs *' [-Wincompatible-pointer-types] pb=[[TerminalWindowPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:375:1: note: instance method 'init' is assumed to return an instance of its receiver type ('TerminalWindowPrefs *') - (id) init; ^ main.m:121:8: warning: receiver 'TerminalServicesPrefs' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] pb=[[TerminalServicesPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~ main.m:94:8: note: forward declaration of class here @class TerminalServicesPrefs; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ main.m:121:5: warning: incompatible pointer types assigning to 'NSObject *' from 'TerminalServicesPrefs *' [-Wincompatible-pointer-types] pb=[[TerminalServicesPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:375:1: note: instance method 'init' is assumed to return an instance of its receiver type ('TerminalServicesPrefs *') - (id) init; ^ main.m:125:8: warning: receiver 'TerminalParser_LinuxPrefs' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] pb=[[TerminalParser_LinuxPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~~ main.m:96:8: note: forward declaration of class here @class TerminalParser_LinuxPrefs; ^ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ main.m:125:5: warning: incompatible pointer types assigning to 'NSObject *' from 'TerminalParser_LinuxPrefs *' [-Wincompatible-pointer-types] pb=[[TerminalParser_LinuxPrefs alloc] init]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /scratch/wip/Terminal/work/.buildlink/include/Foundation/NSObject.h:375:1: note: instance method 'init' is assumed to return an instance of its receiver type ('TerminalParser_LinuxPrefs *') - (id) init; ^ ServicesPrefs.m:474:15: error: use of undeclared identifier 'NSBundle' [b setTitle: _(@"Terminal\nservices")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:500:17: error: use of undeclared identifier 'NSBundle' [b setTitle: _(@"Add")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:508:17: error: use of undeclared identifier 'NSBundle' [b setTitle: _(@"Remove")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:516:17: error: use of undeclared identifier 'NSBundle' [b setTitle: _(@"Import...")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:524:17: error: use of undeclared identifier 'NSBundle' [b setTitle: _(@"Export...")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:550:25: error: use of undeclared identifier 'NSBundle' [b addItemWithTitle: _(@"Ignore output")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:551:25: error: use of undeclared identifier 'NSBundle' [b addItemWithTitle: _(@"Return output")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:559:25: error: use of undeclared identifier 'NSBundle' [b addItemWithTitle: _(@"No input")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:560:25: error: use of undeclared identifier 'NSBundle' [b addItemWithTitle: _(@"Input in stdin")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ ServicesPrefs.m:561:25: error: use of undeclared identifier 'NSBundle' [b addItemWithTitle: _(@"Input on command line")]; ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:227:4: note: expanded from macro '_' [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil] ^ /scratch/wip/Terminal/work/.buildlink/include/GNUstepBase/GNUstep.h:234:36: note: expanded from macro 'GS_LOCALISATION_BUNDLE' # define GS_LOCALISATION_BUNDLE [NSBundle mainBundle] ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 11 warnings and 20 errors generated. gmake[3]: *** [obj/Terminal.obj/ServicesPrefs.m.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... 17 warnings generated. In file included from Services.m:26: In file included from ./TerminalView.h:23: ./Terminal.h:40:23: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_goto: (int)x:(int)y; ^ ./Terminal.h:40:23: note: introduce a parameter name to make 'x' part of the selector ./Terminal.h:40:24: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector -(void) ts_goto: (int)x:(int)y; ^ ./Terminal.h:41:64: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_putChar: (screen_char_t)ch count: (int)c at: (int)x:(int)y; ^ ./Terminal.h:41:64: note: introduce a parameter name to make 'x' part of the selector ./Terminal.h:41:65: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector -(void) ts_putChar: (screen_char_t)ch count: (int)c at: (int)x:(int)y; ^ ./Terminal.h:47:27: warning: 'top' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_scrollUp: (int)top:(int)bottom rows: (int)nr save: (BOOL)save; ^ ./Terminal.h:47:27: note: introduce a parameter name to make 'top' part of the selector ./Terminal.h:47:30: note: or insert whitespace before ':' to use 'top' as parameter name and have an empty entry in the selector -(void) ts_scrollUp: (int)top:(int)bottom rows: (int)nr save: (BOOL)save; ^ ./Terminal.h:48:29: warning: 'top' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(void) ts_scrollDown: (int)top:(int)bottom rows: (int)nr; ^ ./Terminal.h:48:29: note: introduce a parameter name to make 'top' part of the selector ./Terminal.h:48:32: note: or insert whitespace before ':' to use 'top' as parameter name and have an empty entry in the selector -(void) ts_scrollDown: (int)top:(int)bottom rows: (int)nr; ^ ./Terminal.h:51:37: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] -(screen_char_t) ts_getCharAt: (int)x:(int)y; ^ ./Terminal.h:51:37: note: introduce a parameter name to make 'x' part of the selector ./Terminal.h:51:38: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector -(screen_char_t) ts_getCharAt: (int)x:(int)y; ^ 5 warnings generated. gmake[2]: *** [internal-app-run-compile-submake] Error 2 gmake[1]: *** [Terminal.all.app.variables] Error 2 gmake: *** [internal-all] Error 2 *** Error code 2 Stop. make: stopped in /usr/pkgsrc/wip/Terminal *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/Terminal