=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for Cenon-3.9.6nb20 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in subprojects of app Cenon... Making all for subproject GraphicObjects... Compiling file VArc.m ... Compiling file ClipRectangle.m ... Compiling file VCrosshairs.m ... Compiling file VCurve.m ... VArc.m:204:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [arc setWidth:width]; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VCurve.m:1061:65: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:70: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:75: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:80: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VArc.m:2192:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if ( abs(angle) < 360.0 ) ^ VArc.m:2192:10: note: use function 'fabsf' instead if ( abs(angle) < 360.0 ) ^~~ fabsf VCurve.m:2472:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: VArc.malso found: 2916- (void)setWidth:(float)w;: 9^~~~~~~~~~~~~~~~~~~~~~~~~~: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file VGraphic.m ... VArc.m:3784:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4138:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4141:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4650:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4701:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; // nothing to clip ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ Compiling file VGroup.m ... VGraphic.m:268:8: warning: incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:199:1: note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^ VGraphic.m:524:72: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VGraphic.m:524:86: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VGraphic.m:524:100: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VGraphic.m:524:109: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VGroup.m:135:10: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] list = [aList retain]; ^ ~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSObject.h:174:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *') - (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^ VGroup.m:387:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[list objectAtIndex:i] setWidth:w]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VGroup.m:383:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VGroup.m:550:17: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] width = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VGroup.m:578:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] w1 = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 5 warnings generated. Compiling file VImage.m ... 5 warnings generated. Compiling file VLine.m ... 4 warnings generated. Compiling file VLine3D.m ... VImage.m:842:69: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] { NSLog(@"VImage, clipImage: unsupported bits per sample %d", [aBitmap bitsPerSample]); ~~ ^~~~~~~~~~~~~~~~~~~~~~~ %ld VImage.m:1138:38: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float oldWidth = [clipPath width]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VImage.m:1140:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:0.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VImage.m:1147:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:81:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:964:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine3D.m:57:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line3d setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file VPolyLine.m ... 8 warnings generated. Compiling file VMark.m ... 2 warnings generated. Compiling file VPath.m ... 4 warnings generated. Compiling file HiddenArea.m ... VPolyLine.m:165:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [polyline setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~ VPolyLine.m:405:52: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, *iPts; ^ = NULL VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:353:74: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~ VPolyLine.m:318:52: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, *iPts; ^ = NULL VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:271:74: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:1228:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPolyLine.m:1228:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPolyLine.m:1228:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VPolyLine.m:1228:111: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPolyLine.m:2082:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VPath.m:159:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [path setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~VPolyLine.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h2436::92:20: 1warning:: noteexpression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] : using return NO; /* nothing to unite */ ^~ - (void) setWidth: (CGFloat)newWidth; /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~195:13: note : ./VGraphic.h:96:expanded from macro 'NO' 1:# define NO ((BOOL)0) note ^~~~~~~~~: also found VPolyLine.m- (void)setWidth:(float)w; :^~~~~~~~~~~~~~~~~~~~~~~~~~2439: 16:VPath.m: warning479: :1expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]: note return NO; : also found ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:- (void)setWidth:(float)w 195:^~~~~~~~~~~~~~~~~~~~~~~~~ 13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VPath.m:351:20: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] jCnt = [g count]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: VPolyLine.mnote:: 3157:also found 33:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: { [scanner scanFloat:&(ptslist[i].x)]; 104: ^~~~~~~~~~~~~~~1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:note: 97:also found29: - (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hpassing argument to parameter 'value' here :91- (BOOL) scanFloat: (float*)value;: ^1: VPolyLine.m:note3158:: 33also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h : [scanner scanFloat:&(ptslist[i++].y)]; 149 ^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:: 97:note29:: note: also found passing argument to parameter 'value' here- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (BOOL) scanFloat: (float*)value; ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ VPath.m:483:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[list objectAtIndex:i] setWidth:w]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:548:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [addList count]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ VPath.m:687:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [line setWidth:[g1 width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:759:32: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [line setWidth:[g1 width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:791:24: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [line setWidth:[g1 width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:916:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for ( i=0; i<[jlist count]; i++ ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found Compiling file PathContour.m ... - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ VPath.m:1217:17: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:width]; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:1258:13: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:width]; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:2587:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPath.m:2587:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPath.m:2587:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VPath.m:2587:111: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ HiddenArea.m:63:20: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float cw = [cg width], ow; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:143:30: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ow = [iog width]; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:207:22: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float cw = [cg width], ow; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:295:30: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ow = [iog width]; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:694:18: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [ng setWidth:[cg width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:694:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [ng setWidth:[cg width]]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:6794:20: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] oldWidth = [gr width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:6795:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gr setWidth:0.0]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:6797:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gr setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:6832:12: warning: incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:199:1: note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^ VPath.m:9820:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VPath.m:9868:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to clip */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ PathContour.m:956:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] for (j=j; k maxW ) ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3585:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] maxW = [gg width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3591:18: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] { if ( [g width] > maxW ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3592:24: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] maxW = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3697:27: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] gWidth = ([gg width]/scale); ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3714:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:0]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3726:25: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:w2Int*2.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3734:25: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] { [gg setWidth:0]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; 6^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning./VGraphic.hs: generated96:. 1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3745:25: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:w2Int*2.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: Compiling file VRectangle.m ... using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3751:17: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:oldGWidth]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VRectangle.m:95:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [rectangle setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VRectangle.m:648:78: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VRectangle.m:648:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VRectangle.m:648:106: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VRectangle.m:648:115: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VRectangle.m:1384:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1738:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1741:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 18 warnings generated. Compiling file VText.m ... VText.m:1045:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[colorAtt colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VText.m:1046:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] saturation:&s ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VText.m:1047:83: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VText.m:1047:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ 11 warnings generated. Compiling file VTextPath.m ... 8 warnings generated. Compiling file VWeb.m ... 4 warnings generated. Compiling file VSinking.m ... VTextPath.m:131:29: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:131:1: note: also found - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:132:27: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] - (float)width { return [path width]; } ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VTextPath.m:132:1: note: also found - (float)width { return [path width]; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file VThread.m ... 2 warnings generated. Compiling file PerformanceMap.m ... PerformanceMap.m:63:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:63:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:208:43: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:208:59: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:253:33: warning: result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if (objectIndex != NSNotFound) ~~~~~~~~~~~ ^ ~~~~~~~~~~ 7 warnings generated. 20 warnings generated. Linking subproject GraphicObjects ... Making all for subproject graphicsUndo... Compiling file AddPointGraphicsChange.m ... Compiling file AlignGraphicsChange.m ... Compiling file BringToFrontGraphicsChange.m ... Compiling file AngleGraphicsChange.m ... Compiling file ChangeDetail.m ... Compiling file ColorGraphicsChange.m ... Compiling file ContourGraphicsChange.m ... Compiling file CreateGraphicsChange.m ... ChangeDetail.m:331:23: warning: multiple methods named 'lineWidth' found [-Wobjc-multiple-method-names] float lineWidth = [change lineWidth]; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: using Compiling file CutGraphicsChange.m ... - (CGFloat)lineWidth; ^~~~~~~~~~~~~~~~~~~~~ ./WidthGraphicsChange.h:36:1: note: also found - (float)lineWidth; ^~~~~~~~~~~~~~~~~~~ ChangeDetail.m:336:32: warning: multiple methods named 'lineWidth' found [-Wobjc-multiple-method-names] return ([graphic width] != [change lineWidth]); ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: using - (CGFloat)lineWidth; ^~~~~~~~~~~~~~~~~~~~~ ./WidthGraphicsChange.h:36:1: note: also found - (float)lineWidth; ^~~~~~~~~~~~~~~~~~~ Compiling file DeleteGraphicsChange.m ... ChangeDetail.m:630:50: warning: result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if ( (ix = [list indexOfObject:graphic]) != NSNotFound ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ Compiling file DimensionsGraphicsChange.m ... 3 warnings generated. Compiling file DragPointGraphicsChange.m ... Compiling file EndEditingGraphicsChange.m ... Compiling file FillGraphicsChange.m ... Compiling file GraphicsChange.m ... Compiling file GroupGraphicsChange.m ... Compiling file JoinGraphicsChange.m ... GraphicsChange.m:84:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] count += [[slayList objectAtIndex:l] count]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; Compiling file LengthGraphicsChange.m ... ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file LockGraphicsChange.m ... GroupGraphicsChange.m:108:9: warning: multiple methods named 'insertObject:atIndex:' found [-Wobjc-multiple-method-names] [[layers objectAtIndex:i] insertObject:[groups objectAtIndex:i] atIndex:0]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:334:1: note: using - (void) insertObject: (GS_GENERIC_TYPE(ElementT))anObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:170:1: note: also found - (void)insertObject:(GS_GENERIC_TYPE(ElementT))object atIndex:(NSUInteger)index; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h:130:1: note: also found - (void)insertObject:(id)obj atIndex:(unsigned)ix; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file MirrorGraphicsChange.m ... Compiling file MixGraphicsChange.m ... Compiling file MoveGraphicsChange.m ... Compiling file MoveLayerGraphicsChange.m ... Compiling file MovePointGraphicsChange.m ... Compiling file NameGraphicsChange.m ... Compiling file PasteGraphicsChange.m ... Compiling file PunchGraphicsChange.m ... Compiling file RadialCenterGraphicsChange.m ... Compiling file RadiusGraphicsChange.m ... Compiling file RemovePointGraphicsChange.m ... Compiling file ReorderGraphicsChange.m ... Compiling file RotateGraphicsChange.m ... Compiling file ScaleGraphicsChange.m ... Compiling file SendToBackGraphicsChange.m ... Compiling file SimpleGraphicsChange.m ... Compiling file SplitGraphicsChange.m ... Compiling file StepWidthGraphicsChange.m ... Compiling file UngroupGraphicsChange.m ... Compiling file WidthGraphicsChange.m ... Linking subproject graphicsUndo ... Making all for subproject undo... Compiling file Change.m ... Compiling file ChangeManager.m ... Compiling file MultipleChange.m ... ChangeManager.m:215:41: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:215:41: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:224:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:224:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:235:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:REDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:235:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:REDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ 3 warnings generated. Linking subproject undo ... Making all for subproject InspectorPanel... Compiling file IPAccText.m ... Compiling file IPAllAcc.m ... Compiling file IPAllStrokeWidth.m ... Compiling file IPAllFilling.m ... IPAccText.m:91:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ IPAllAcc.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::94228::39: IPAllStrokeWidth.mwarning1::59: :note15: :using'NSCollectionViewItem' may not respond to 'setEnabled:' warning : [[accPopup itemAtIndex:i] setEnabled:YES];multiple methods named 'count' found [-Wobjc-multiple-method-names] IPAllFilling.m ~~~~~~~~~~~~~~~~~~~~~~~~ ^:- (NSInteger) tag; cnt = [slayList count]; 142 IPAllAcc.m ^~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~ :32/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h 97:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: :6439:381warning:1:: :1'NSCollectionViewItem' may not respond to 'setEnabled:'warning : note: [[fillPopup itemAtIndex:0] setEnabled:fill0];'NSCollectionViewItem' may not respond to 'setEnabled:': noteusing [[accPopup itemAtIndex:i] setEnabled:NO]; ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ : ~~~~~~~~~~~~~~~~~~~~~~~~ ^- (NSUInteger) count;also foundIPAllFilling.m : 143- (NSInteger)tag; :^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~32 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :82warning38: :1:'NSCollectionViewItem' may not respond to 'setEnabled:'1: :note note: also found: [[fillPopup itemAtIndex:1] setEnabled:fill1]; - (NSUInteger) count; ~~~~~~~~~~~~~~~~~~~~~~~~~ ^also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hIPAllFilling.m^~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h62144::180:1::32 1:note:: also foundwarning : 'NSCollectionViewItem' may not respond to 'setEnabled:'- (NSUInteger) count; // Primitive [[fillPopup itemAtIndex:2] setEnabled:fill2];^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hIPAllFilling.m::127145::32 1note:: : warning: notealso found : 'NSCollectionViewItem' may not respond to 'setEnabled:' also found- (NSInteger)tag; [[fillPopup itemAtIndex:3] setEnabled:fill3];- (NSUInteger) count; ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :IPAllFilling.m111::1461::32: notewarning: : 'NSCollectionViewItem' may not respond to 'setEnabled:'^~~~~~~~~~~~~~~~~~~~~also found [[fillPopup itemAtIndex:4] setEnabled:fill4];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h - (NSInteger) tag; ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ : ^~~~~~~~~~~~~~~~~~104 :../LayerObject.h1::IPAllFilling.m148 ::1691note:: : 17:note also found warning- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: switch ([sender tag])91 :1 ^~~~~~~~~~~~: note : also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~228 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:1149:: 1:note : note: usingalso found : - (NSInteger) tag; also found - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~381 : 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::IPAccText.m 89:note:105:1: note: also found : 11- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: 64/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::1::73 38::note11: :using: note- (NSUInteger) count; : notealso found^~~~~~~~~~~~~~~~~~~~~: also found - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h - (NSInteger)tag;:^~~~~~~~~~~~~~~~~~~~~ 82 ^~~~~~~~~~~~~~~~~:../GraphicObjects.subproj/VPath.h1 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h60 ::note1801: ::also found1 :note : - (NSUInteger) count;note also found: ^~~~~~~~~~~~~~~~~~~~~ also found - (unsigned)count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSInteger)tag;:^~~~~~~~~~~~~~~~~~ 62 ^~~~~~~~~~~~~~~~~ 2/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::IPAllStrokeWidth.m1111:::821 ::26 note:note: warning : also foundwarningalso found: multiple methods named 'width' found [-Wobjc-multiple-method-names]- (NSInteger) tag;- (NSUInteger) count; // Primitive if (graphic != g && ![g width])^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ^~~~~~~~~../LayerObject.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h148:::931127:::11 :note: : notealso found: usingnote- (int)tag; : - (CGFloat) width; ^~~~~~~~~~~also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; IPAllFilling.m../GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~~~~~:: 19194/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:::110417::: notewarning: 1: also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: - (float)width;note switch ([sender tag]): also found^~~~~~~~~~~~~~~ ^~~~~~~~~~~~ s /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hIPAllStrokeWidth.m- (NSUInteger) count;:: 22894^~~~~~~~~~~~~~~~~~~~~::1 34:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: : note91warning: :: using1'NSCollectionViewItem' may not respond to 'setEnabled:' : - (NSInteger) tag; [[strokePopup itemAtIndex:0] setEnabled:YES]; // allways enabled note ^~~~~~~~~~~~~~~~~~: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: IPAllStrokeWidth.m381- (NSUInteger) count;:: 1011^~~~~~~~~~~~~~~~~~~~~: generated38: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote:: 149also found : 1warning:- (NSInteger)tag; : note'NSCollectionViewItem' may not respond to 'setEnabled:'^~~~~~~~~~~~~~~~~ : [[strokePopup itemAtIndex:0] setEnabled:YES];also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^:- (NSUInteger) count;38 IPAllStrokeWidth.m^~~~~~~~~~~~~~~~~~~~~::1 102:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::38 89:note :: warning1also found: : 'NSCollectionViewItem' may not respond to 'setEnabled:' - (NSInteger)tag; note [[strokePopup itemAtIndex:1] setEnabled:NO];: ^~~~~~~~~~~~~~~~~also found ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h - (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~IPAllStrokeWidth.m180: :112/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:1:38:73 ::1note: : warningalso foundnote: : 'NSCollectionViewItem' may not respond to 'setEnabled:'- (NSInteger)tag;also found [[strokePopup itemAtIndex:0] setEnabled:YES];- (NSUInteger) count;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h . :IPAllStrokeWidth.m../GraphicObjects.subproj/VPath.h111:::601113::38:1: :notewarning: Compiling file SliderBox.m ... : also found 'NSCollectionViewItem' may not respond to 'setEnabled:'note: also found - (unsigned)count; [[strokePopup itemAtIndex:1] setEnabled:YES];- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ IPAllStrokeWidth.m../LayerObject.h::148IPAccText.m:117:1137:::7417: warning:note: multiple methods named 'width' found [-Wobjc-multiple-method-names] warning: : [widthField setStringValue:buildRoundedString([doc convertToUnit:[g width]], LARGENEG_COORD, LARGE_COORD)];multiple methods named 'tag' found [-Wobjc-multiple-method-names] also found ^~~~~~~~~ switch ([sender tag])- (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93 ^~~~~~~~~~~~^~~~~~~~~~~: 1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228note:: 1using: - (CGFloat) width; note : ^~~~~~~~~~~~~~~~~~using ../GraphicObjects.subproj/VGraphic.h- (NSInteger) tag;: 94^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 381note:: 1also found: - (float)width;note : ^~~~~~~~~~~~~~~also found - (NSInteger)tag; IPAllStrokeWidth.m^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:11938::551:: notewarning: : also foundmultiple methods named 'width' found [-Wobjc-multiple-method-names] - (NSInteger)tag; [widthSlider setFloatValue:[doc convertToUnit:[g width]]]; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::18093::11:: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPAccText.m:151:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149 :1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ IPAllStrokeWidth.m:123:24: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] if (stroked || [g width]) // everthing is enabled ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ IPAllStrokeWidth.m:140:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 7 warnings generated. Compiling file IPAllLayers.m ... 4 warnings generated. 11 warnings generated. Compiling file IPLayerCell.m ... Compiling file InspectorPanel.m ... Compiling file IPArc.m ... IPAllLayers.m:221:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil, ^ IPAllLayers.m:221:9: note: add parentheses after the '!' to evaluate the comparison first if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil, ^ ( IPAllLayers.m:221:9: note: add parentheses around left hand side expression to silence this warning if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil, ^ ( IPAllLayers.m:335:19: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( (int)[list count] < masterCnt ) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note Compiling file IPBasicLevel.m ... : also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPAllLayers.m:339:9: warning: multiple methods named 'insertObject:atIndex:' found [-Wobjc-multiple-method-names] [list insertObject:obj atIndex:to]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:334:1: note: using - (void) insertObject: (GS_GENERIC_TYPE(ElementT))anObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:170:1: note: also found - (void)insertObject:(GS_GENERIC_TYPE(ElementT))object atIndex:(NSUInteger)index; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h:130:1: note: also found - (void)insertObject:(id)obj atIndex:(unsigned)ix; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file IPCrosshairs.m ... 3 warnings generated. Compiling file IPCurve.m ... IPArc.m:65:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPArc.m:88:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1IPBasicLevel.m:: 72note: :also found5 :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~ : ./../graphicsUndo.subproj/../LayerObject.h:multiple methods named 'setState:' found [-Wobjc-multiple-method-names]148:1 : [lockSwitch setState:[g isLocked]];note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: IPArc.mnote: :using111:17: warning- (void)setState:(NSInteger)value;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h switch ([sender tag]) : ^~~~~~~~~~~~59 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1::228 :note1: :also found note: - (void)setState:(NSInteger)value;using ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h^~~~~~~~~~~~~~~~~~: 281/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381:: 1note:: also foundnote : - (void) setState: (NSInteger)state;also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h^~~~~~~~~~~~~~~~~: 71/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::3138:: 1note: : notealso found: also found @property NSVisualEffectState state;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h./../graphicsUndo.subproj/../LayerObject.h::180153::11:: notenote: : also foundalso found - (NSInteger)tag;- (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:IPBasicLevel.m111::801:: 17note:: also foundwarning : - (NSInteger) tag;multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~ BOOL flag = [lockSwitch state]; ./../graphicsUndo.subproj/../LayerObject.h ^~~~~~~~~~~~~~~~~~: 148/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1317:: 1note: : note: also foundusing - (NSInteger)state; - (int)tag;^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :60:1: IPArc.mnote:: 135also found: 17- (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]322 : switch ([sender tag])1 : ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :also found228 :- (NSInteger) state; 1^~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.hnote:: 101using: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSInteger) state;381 :^~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h :note71: :also found31 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :@property NSVisualEffectState state;38 :1: ^~~~~note : ./../graphicsUndo.subproj/../LayerObject.halso found: 154- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 :- (int)state;1 :^~~~~~~~~~~~~ note: IPBasicLevel.malso found: 93- (NSInteger)tag;: 15^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hwarning:: 111multiple methods named 'count' found [-Wobjc-multiple-method-names]: 1 cnt = [slayList count];: ^~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.halso found: 64- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: ./../graphicsUndo.subproj/../LayerObject.hnote:: 148using: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.halso found: 82- (int)tag;: 1^~~~~~~~~~~: note: also found IPArc.m- (NSUInteger) count;: 158^~~~~~~~~~~~~~~~~~~~~: 17/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62warning:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: switch ([sender tag])note : ^~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count; // Primitive: 228^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 127:1: note: notealso found : - (NSUInteger) count; using^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSInteger) tag;: 104^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 381note:: 1also found :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSInteger)tag;91 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :note38: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:also found149 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 :1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found: 89- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found: 73- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: note./../graphicsUndo.subproj/../LayerObject.h: :also found148 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note../GraphicObjects.subproj/VPath.h: :also found60 :- (int)tag;1 : ^~~~~~~~~~~note : also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPCrosshairs.m:62:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCrosshairs.m:96:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 3 warnings generated. Compiling file IPGroup.m ... IPCurve.m:77:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCurve.m:104:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: 5using warning s- (NSInteger) tag; generated . ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCurve.m:131:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCurve.m:157:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) 2 ^~~~~~~~~~~~ warnings generated . /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note Compiling file IPLine.m ... : also found - (NSInteger)tag; Compiling file IPImage.m ... ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 4 warnings generated. Compiling file IPLine3D.m ... IPGroup.m:68:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPGroup.m:84:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPGroup.m:117:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1:IPImage.m :note52: :also found25 :- (NSInteger)tag; warning^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hinitializing 'id' with an expression of incompatible type 'NSCollectionViewItem *': 38: { id item = [compPopUp itemAtIndex:i];1: note: IPLine.malso found : - (NSInteger)tag;81 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ :17^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hwarning:: 180IPImage.mmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: :1 switch ([sender tag]): 78 : ^~~~~~~~~~~~note5: also found :- (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: ^~~~~~~~~~~~~~~~~ warning228/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::: 1111multiple methods named 'setState:' found [-Wobjc-multiple-method-names]: 1:: [thumbSwitch setState:[g thumbnail]]; note: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also foundnote - (NSInteger) tag;: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~using: 316./../graphicsUndo.subproj/../LayerObject.h:: 1481:- (NSInteger) tag;1 : note: also found ^~~~~~~~~~~~~~~~~~- (int)tag;: ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: IPGroup.m381:134note: ::using151: :warning- (void)setState:(NSInteger)value; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count];note ^~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: :59- (NSInteger)tag;64 ::11: note: using ^~~~~~~~~~~~~~~~~: note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :3882:1: note- (void)setState:(NSInteger)value;:: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found 1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::: 62281:note1:1: : note: note: : also foundalso found also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSInteger)tag;:127:1: note: - (void) setState: (NSInteger)state;also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: 180^~~~~~~~~~~~~~~~~~~~~71 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1104::311: note: also found :- (NSUInteger) count;note ^~~~~~~~~~~~~~~~~~~~~: note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found: 91also found: - (NSInteger)tag;1 : note: also found @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h./../LayerObject.h:111:1491:::1: note: also found - (NSUInteger) count; 153^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::also found891:: note1: :also found - (NSInteger) tag;note: also found - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~./../LayerObject.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::IPImage.m73:148::181: note: :also found1: 5- (NSUInteger) count; note:^~~~~~~~~~~~~~~~~~~~~: also found ../GraphicObjects.subproj/VPath.hwarning: :multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names]- (int)tag;60 : 1^~~~~~~~~~~ [compPopUp selectItemWithTag:type];: note ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h IPLine.m- (unsigned)count;: 73:^~~~~~~~~~~~~~~~~~:104 1::17 note:IPGroup.m : warning:: 164:usingmultiple methods named 'tag' found [-Wobjc-multiple-method-names]17 : switch ([sender tag]) - (BOOL) selectItemWithTag: (NSInteger)tag;warning ^~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch ([sender tag]): 228../VHFShared/VHFPopUpButtonAdditions.h ^~~~~~~~~~~~:: 431:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1:::228 : 1notenote: :: also foundusing note- (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4: - (NSInteger) tag; using^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :IPImage.m381:1::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :note94: 381:also found: 17- (NSInteger)tag;:1 ^~~~~~~~~~~~~~~~~: notewarning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]:: 38 :also found1 switch ([sender tag]): note: - (NSInteger)tag;also found - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::180::22838:1:1: :note 1note: : :also foundalso found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~: using- (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h : 111^~~~~~~~~~~~~~~~~:1: note: - (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger) tag;180: :^~~~~~~~~~~~~~~~~~3811 :./../graphicsUndo.subproj/../LayerObject.h:1148:: 1::note note: also found : - (int)tag;note: also found ^~~~~~~~~~~also found - (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ IPGroup.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::^~~~~~~~~~~~~~~~~187111:: 171: warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:: 38::multiple methods named 'tag' found [-Wobjc-multiple-method-names]1 note switch ([sender tag]): IPLine3D.m : ^~~~~~~~~~~~notealso found : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found- (NSInteger) tag;: 228- (NSInteger)tag;^~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~1./../LayerObject.h ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h 148::1801:note:1: :usingnote : note- (NSInteger) tag;also found: also found - (int)tag; ^~~~~~~~~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ^~~~~~~~~~~~~~~~~::IPLine.m :381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h128:::111118::: 1notewarning:: : also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] note- (NSInteger)tag; switch ( [sender tag] ) : ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ::- (NSInteger) tag;38228:: 11::^~~~~~~~~~~~~~~~~~ notenote: : also foundusing./../LayerObject.h :- (NSInteger)tag;- (NSInteger) tag;148 ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:::180381 ::note11: ::also found notenote : : - (int)tag;also foundalso found - (NSInteger)tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::38111 ::11^~~~~~~~~~~:: 68 :notenote: : also foundalso found - (NSInteger) tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~IPImage.m^~~~~~~~~~~~~~~~~ : ./../graphicsUndo.subproj/../LayerObject.h117/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::148180:::1171::: notenote: warning: also foundalso found : - (int)tag;- (NSInteger)tag; ^~~~~~~~~~~^~~~~~~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h switch ([sender tag]): 11117: ^~~~~~~~~~~~1 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228 :note1:: also found note- (NSInteger) tag;: using ^~~~~~~~~~~~~~~~~~warning- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names] ./../LayerObject.h switch ([sender tag]):148 : ^~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h228 ::note1: :also found 381 note- (int)tag;: using ^~~~~~~~~~~- (NSInteger) tag; :^~~~~~~~~~~~~~~~~~1IPLine.m :: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h152:note381::: 118:: notealso found: warningalso found : - (NSInteger)tag;- (NSInteger)tag; multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~ switch ( [sender tag] )/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ 38 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::38 ::note1228: ::also found 1: note : - (NSInteger)tag;note also found: ^~~~~~~~~~~~~~~~~using- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (NSInteger) tag;^~~~~~~~~~~~~~~~~ 180^~~~~~~~~~~~~~~~~~: 1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:note180: :also found:381 :11: :- (NSInteger)tag; notenote : : also foundalso found^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger)tag;- (NSInteger)tag; :^~~~~~~~~~~~~~~~~111 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1::38: 1note:: notealso found: also found- (NSInteger) tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h111: 180::./../LayerObject.h:11:148:1 :note : : also foundnote note: - (NSInteger)tag;: also foundalso found ^~~~~~~~~~~~~~~~~- (int)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger) tag;: ^~~~~~~~~~~111^~~~~~~~~~~~~~~~~~: 1 ./../LayerObject.h: :note148IPLine3D.m: ::also found1 89:- (NSInteger) tag;: 17 ^~~~~~~~~~~~~~~~~~note : :./../LayerObject.halso found: 148 - (int)tag;: warning1: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~: switch ([sender tag]) IPImage.m note ^~~~~~~~~~~~: :also found142 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (int)tag;:228: 1:^~~~~~~~~~~ 17 :noteIPLine.m: : 174using:warning 17- (NSInteger) tag;: : warning: ^~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h switch ([sender tag]) switch ([sender tag]) ^~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::228228:::1:1 note:: 381:1: using note: note : also found using - (NSInteger) tag;- (NSInteger)tag;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381: :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ::note 38: note:also found: 1also found :- (NSInteger)tag; - (NSInteger)tag;note^~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger)tag;38: :38^~~~~~~~~~~~~~~~~1: : 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote::: 180also foundnote: : 1- (NSInteger)tag;also found: ^~~~~~~~~~~~~~~~~ - (NSInteger)tag; note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: ^~~~~~~~~~~~~~~~~:also found 180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h ::- (NSInteger)tag;1180 ::^~~~~~~~~~~~~~~~~ 1 note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also foundnote111 : :- (NSInteger)tag;also found1 :^~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote^~~~~~~~~~~~~~~~~:: 111also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 1:- (NSInteger) tag;:111 :note^~~~~~~~~~~~~~~~~~: 1 also found:6 ./../LayerObject.h- (NSInteger) tag; :^~~~~~~~~~~~~~~~~~note 148./../LayerObject.h::1148: ::1 :also found notenote : : also found- (NSInteger) tag; also found- (int)tag; ^~~~~~~~~~~- (int)tag; ^~~~~~~~~~~~~~~~~~ IPLine.m :./../LayerObject.h195^~~~~~~~~~~::17 : warning 148warningIPLine3D.m: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 112 switch ([sender tag])1 : ^~~~~~~~~~~~: 17/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228 :note1warning:: multiple methods named 'tag' found [-Wobjc-multiple-method-names]note : : using switch ([sender tag]) also found- (NSInteger) tag; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::381- (int)tag;:2281:: 1note:: also foundnote : - (NSInteger)tag;^~~~~~~~~~~ using^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hs:- (NSInteger) tag;38 :^~~~~~~~~~~~~~~~~~1 :IPImage.m /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: :also found188 381- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :note180: :also found1 :17 - (NSInteger)tag;note:: also found^~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ^~~~~~~~~~~~~~~~~: warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h38:: 111::multiple methods named 'tag' found [-Wobjc-multiple-method-names]11:: note : notealso found: switch ([sender tag]) - (NSInteger) tag;also found ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./../LayerObject.h- (NSInteger)tag;:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h148 :^~~~~~~~~~~~~~~~~1:: 228note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found: 180- (int)tag;1 :^~~~~~~~~~~1 :: generated note: . noteusing: also found- (NSInteger) tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h381::111 Compiling file IPPolyLine.m ... :1:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148 :note1: :also found note- (NSInteger) tag;: also found^~~~~~~~~~~~~~~~~~ - (int)tag;./../LayerObject.h :^~~~~~~~~~~148 :1:IPImage.m :note207: :also found17 :- (int)tag; warning^~~~~~~~~~~: multiple methods named 'state' found [-Wobjc-multiple-method-names] IPLine3D.m BOOL flag = [thumbSwitch state];: 125 ^~~~~~~~~~~~~~~~~~~: 11/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 317warning:: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: cnt = [slayList count];note : ^~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSInteger)state;: 64^~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:: 60note:: 1using: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSInteger)state;: 82^~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:: 322note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSInteger) state;: 62^~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:: 101note:: 1also found: - (NSUInteger) count; // Primitivenote : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSInteger) state;: 127^~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:: 71note:: 31also found: - (NSUInteger) count;note: also found^~~~~~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h : ^~~~~104 :./../LayerObject.h1::154 :note1: also found: - (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: 91- (int)state;:1 :^~~~~~~~~~~~~ note : IPImage.malso found: 213- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ 15/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::149 :1warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names] note cnt = [slayList count];: ^~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:- (NSUInteger) count;64 :^~~~~~~~~~~~~~~~~~~~~1: note: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: 89- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82also found: 1:- (NSUInteger) count; note: also found^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSUInteger) count;:73: 1: ^~~~~~~~~~~~~~~~~~~~~note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (NSUInteger) count;62 :^~~~~~~~~~~~~~~~~~~~~16 :../GraphicObjects.subproj/VPath.h :note60: :also found1 :- (NSUInteger) count; // Primitive note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :- (unsigned)count;127 :^~~~~~~~~~~~~~~~~~1 : warning sIPLine3D.mnote:: 154 generatedalso found:. 18:- (NSUInteger) count; warning: ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ( [sender tag] ) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91 Compiling file IPMark.m ... :1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h^~~~~~~~~~~~~~~~~~:149:1: note: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSUInteger) count;381 :^~~~~~~~~~~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :note89: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSUInteger) count;38 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :note73: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (NSUInteger) count;180 :^~~~~~~~~~~~~~~~~~~~~ 1../GraphicObjects.subproj/VPath.h::60:1: note: notealso found: also found- (unsigned)count; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:IPImage.m111::2501::22 :note : warningalso found: multiple methods named 'count' found [-Wobjc-multiple-method-names]- (NSInteger) tag; for (l=0; l<(int)[layerList count]; l++)^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~./../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h148::64:11:: notenote: : also foundusing - (int)tag;- (NSUInteger) count; ^~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:IPLine3D.m82::1801: note:: 17also found: - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h switch ([sender tag]): 62 ^~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228note:: 1also found: - (NSUInteger) count; // Primitivenote : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSInteger) tag;: 127:1:^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found381 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :also found38 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found91 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found 180- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote:: 149also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 111- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hnote:: 89also found: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : ./../LayerObject.halso found: 148- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote:: 73also found: 1- (int)tag;: ^~~~~~~~~~~note : also foundIPLine3D.m :- (NSUInteger) count;203 :^~~~~~~~~~~~~~~~~~~~~17 :../GraphicObjects.subproj/VPath.h :warning60: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]1 : switch ([sender tag]) note ^~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :- (unsigned)count;228 :^~~~~~~~~~~~~~~~~~1 :IPImage.m :note254: :using26 :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : for (i=0; i<(int)[lList count]; i++)381 : ^~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSUInteger) count;38 :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82note:: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSUInteger) count;: 180^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62note:: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSUInteger) count; // Primitive: 111^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 127note:: 1also found: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found - (NSUInteger) count;./../LayerObject.h :^~~~~~~~~~~~~~~~~~~~~ 148/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1:: 1note: :also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (int)tag;:91 :1: ^~~~~~~~~~~note : also found IPLine3D.m- (NSUInteger) count;: 227^~~~~~~~~~~~~~~~~~~~~: 17/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149warning:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: switch ([sender tag])note: also found ^~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :^~~~~~~~~~~~~~~~~~~~~228 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1::89 :note1: :using note- (NSInteger) tag;: also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~~ 381/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::173:: 1note:: also foundnote : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~~~~~: 38../GraphicObjects.subproj/VPath.h::160:: 1note:: also foundnote: also found- (NSInteger)tag; - (unsigned)count;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1:IPImage.m :note295: :also found15 :- (NSInteger)tag; warning^~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h : cnt = [slayList count];111 : ^~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :also found1 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: using ./../LayerObject.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~148 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1::82 :note1: :also found note- (int)tag;: also found^~~~~~~~~~~ - (NSUInteger) count; IPLine3D.m^~~~~~~~~~~~~~~~~~~~~: 239/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::1162:: 1warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names]note : cnt = [slayList count];also found ^~~~~~~~~~~~~~~~- (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~: 64/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::127:11: :note : notealso found: using - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::104:821:: 1note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found: 91- (NSUInteger) count;:1 :^~~~~~~~~~~~~~~~~~~~~ note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149note: :also found1 :- (NSUInteger) count; // Primitive note: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :^~~~~~~~~~~~~~~~~~~~~127 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1::89 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;: 104^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: 73note:: 1also found :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :../GraphicObjects.subproj/VPath.h:9160::11:: notenote: : also foundalso found - (NSUInteger) count;- (unsigned)count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPImage.m:330:9:IPPolyLine.m :warning67: :misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]17 : cnt = [slayList count]; warning ^: multiple methods named 'tag' found [-Wobjc-multiple-method-names]IPImage.m : switch ([sender tag])324 : ^~~~~~~~~~~~5 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :note228: :previous statement is here1 : if (type != VImageJPEG) note: ^using IPImage.m- (NSInteger) tag;: 330^~~~~~~~~~~~~~~~~~: 15/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 381warning:: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: cnt = [slayList count];note : ^~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSInteger)tag;: 64^~~~~~~~~~~~~~~~~: 1IPMark.m: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:note:: 50using 38- (NSUInteger) count;: 1::^~~~~~~~~~~~~~~~~~~~~ 5/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::82:1: note : note: also found warning: also foundmultiple methods named 'setState:' found [-Wobjc-multiple-method-names] - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; [zSwitch setState:([g is3D]) ? YES : NO];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: 62: 1:^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found180: :- (NSUInteger) count; // Primitive 1:^~~~~~~~~~~~~~~~~~~~~ note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :127:1- (NSInteger)tag;:316 9note warning : s^~~~~~~~~~~~~~~~~also found generated . - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~~~~:: 111/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104 Compiling file IPPath.m ... 1::1 1:note: also found : note: using - (NSInteger) tag; note : ^~~~~~~~~~~~~~~~~~also found ./../LayerObject.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 148/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::911::1 :note note: also found : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149:1: note: ^~~~~~~~~~~also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ IPPolyLine.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:- (void)setState:(NSInteger)value;89::901 : note:: also found17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hwarning:73:1:: multiple methods named 'tag' found [-Wobjc-multiple-method-names]note: also found switch ([sender tag])- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h../GraphicObjects.subproj/VPath.h: ^~~~~~~~~~~~: 60:1:59/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h note: also found :- (unsigned)count;228 ^~~~~~~~~~~~~~~~~~ ::11:: notenote: : usingalso found - (NSInteger) tag;- (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::381281::11:: notenote: : also foundalso found - (NSInteger)tag;- (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::3871::131:: notenote: : also foundalso found - (NSInteger)tag;@property NSVisualEffectState state; ^~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h./../graphicsUndo.subproj/../LayerObject.h::180153::11:: notenote: : also foundalso found - (NSInteger)tag;- (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111: 1: noteIPMark.m: :also found68 :- (NSInteger) tag;17 :^~~~~~~~~~~~~~~~~~ warning./../LayerObject.h: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]148 : switch ([sender tag])1 : ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :also found228 :- (int)tag;1 :^~~~~~~~~~~ note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:141 warning:s IPPath.m generatednote. : 2also found Compiling file IPRectangle.m ... warning :s generated- (NSInteger)tag;78 :. 17: Compiling file IPThread.m ... ^~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ([sender tag])38 : ^~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :note228: :also found1 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.husing: 180- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: 381also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 111- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:: 38also found: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : ./../graphicsUndo.subproj/../LayerObject.halso found: 148- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180also found: 1- (int)tag;: ^~~~~~~~~~~note : IPMark.malso found: 91- (NSInteger)tag;: 17^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hwarning:: 111multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 1 switch ([sender tag]): ^~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found: 228- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: ./../graphicsUndo.subproj/../LayerObject.hnote:: 148using: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : IPRectangle.malso found :- (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h68:17: ^~~~~~~~~~~ :381IPPath.m:: 194:warning IPThread.mnote: : :also found: multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSInteger)tag;15 :^~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names]38 : cnt = [slayList count];1 : ^~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: :also found64 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :using180 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :also found82 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.hnote:: 148also found: 1- (NSUInteger) count; // Primitive: switch ([sender tag])note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :- (int)tag;127 :^~~~~~~~~~~1 : ^~~~~~~~~~~~ noteIPMark.m45:: 120also found: 19/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:- (NSUInteger) count;: :warning^~~~~~~~~~~~~~~~~~~~~: 5multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: : cnt = [slayList count];104228 : ^~~~~~~~~~~~~~~~1: :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h warning:note64:: :1also found: - (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: : using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :note- (NSUInteger) count;91: :multiple methods named 'setState:' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~1 :using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note 82: - (NSInteger) tag;also found [leftTurnSwitch setState:([g angle] < 0.0) ? 1 : 0];:- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :^~~~~~~~~~~~~~~~~~1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :- (NSUInteger) count; // Primitive89 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1also found: :note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;381 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~~~~~~~~~: 73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1104:::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h../GraphicObjects.subproj/VPath.h::9160::11:: notenote: : also foundalso found - (NSUInteger) count;- (unsigned)count; ^~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h : 149note:: IPPath.m1::127 :note17: :also found warning- (NSUInteger) count;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h switch ([sender tag]): 89 ^~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228also foundnote:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSInteger) tag;: 73^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: note381: :also found- (NSInteger)tag; 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : ../GraphicObjects.subproj/VPath.halso found: 60- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :also found38 :- (unsigned)count;1 :^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ note IPMark.m: :also found130 :- (NSInteger)tag;34 :^~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :multiple methods named 'state' found [-Wobjc-multiple-method-names]180 : [g set3D:[zSwitch state]];1 : ^~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: : 317also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.husing: 111- (NSInteger)state;: 1^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote:: 60also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: also found./../graphicsUndo.subproj/../LayerObject.h :- (NSInteger)state;148 :^~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:: 322note:: 138:also found :note : 1also found- (int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger) state; :^~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h101 :IPPath.m1::note :note: : 144also foundalso found :- (NSInteger) state; 316^~~~~~~~~~~~~~~~~~~~15 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h :- (NSInteger)tag;71warning: 31: :multiple methods named 'count' found [-Wobjc-multiple-method-names] note:: cnt = [slayList count];also found^~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;1 ^~~~~: ^~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: 154 :note1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: :note64: :also found: 180- (int)state;using ^~~~~~~~~~~~~: 1IPMark.m:: 134note:: using28 :- (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~: multiple methods named 'state' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h : [zField setEnabled:[zSwitch state]];82 : ^~~~~~~~~~~~~~~- (void)setState:(NSInteger)value; 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 317note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSInteger)state;: 62^~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:: 60note:: 1 :also found note- (NSUInteger) count; // Primitive: also found^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :^~~~~~~~~~~~~~~~~~~127 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h1:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~322:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h104::1011::1 :note : notealso found: also found- (NSUInteger) count; - (NSInteger) state;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h91::711::31 :note : notealso found: also found- (NSUInteger) count;1 @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~~~~~ ^~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :./../graphicsUndo.subproj/../LayerObject.h149::1541::1 :note : notealso found: also found- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h- (int)state;: ^~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~IPMark.m :note135/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::34::89 : warning:: also foundmultiple methods named 'state' found [-Wobjc-multiple-method-names]1 [zLeftButton setEnabled:[zSwitch state]];: 59 ^~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger)tag;:: 317::also found1 : 1note- (NSUInteger) count;: using: ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)state;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::60note:731::1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: also foundnote :- (NSInteger)state;: : ^~~~~~~~~~~~~~~~~~~111 also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.halso found: 322- (NSUInteger) count;::1 :1 note^~~~~~~~~~~~~~~~~~~~~: also found: ../GraphicObjects.subproj/VPath.h- (NSInteger) state;: 60^~~~~~~~~~~~~~~~~~~~- (void)setState:(NSInteger)value; :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h : 101note:11: :: also foundnote : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found - (NSInteger) state;note : ^~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: 71 ::31^~~~~~~~~~~~~~~~~~:- (unsigned)count; note : ^~~~~~~~~~~~~~~~~~also found./../graphicsUndo.subproj/../LayerObject.h @property NSVisualEffectState state;:281 : ^~~~~148 IPPath.m./../graphicsUndo.subproj/../LayerObject.h::1154::1741::: 1note17: :also found - (int)state;: note^~~~~~~~~~~~~ noteIPMark.mwarning: :: 136multiple methods named 'tag' found [-Wobjc-multiple-method-names]:also found34 : : warning switch ([sender tag]): multiple methods named 'state' found [-Wobjc-multiple-method-names]also found ^~~~~~~~~~~~ [zRightButton setEnabled:[zSwitch state]]; - (int)tag; ^~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::228317- (void) setState: (NSInteger)state;::1 :1 note^~~~~~~~~~~: :using^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger)state; note ^~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hIPRectangle.m:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h60:: 180:- (NSInteger) tag; :note : :also found^~~~~~~~~~~~~~~~~~ - (NSInteger)state;71 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~~: 15/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h381::322::11::: notenote: : also found also found- (NSInteger) state;31 ^~~~~~~~~~~~~~~~~~~~warning - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::: 101 : 1^~~~~~~~~~~~~~~~~: notenotemultiple methods named 'count' found [-Wobjc-multiple-method-names]: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found :- (NSInteger) state;: 38^~~~~~~~~~~~~~~~~~~~also found :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h cnt = [slayList count];:171 ::31 :note ^~~~~~~~~~~~~~~~note: : also foundalso found @property NSVisualEffectState state; @property NSVisualEffectState state; ^~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h - (NSInteger)tag;./../graphicsUndo.subproj/../LayerObject.h : 154::641 ^~~~~:^~~~~~~~~~~~~~~~~ note:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found: 180- (int)state;1 :^~~~~~~~~~~~~: 1IPMark.m:: 142 :note17./../LayerObject.h:: warningalso found: notemultiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSInteger)tag; switch ([sender tag]) ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 228::1531111:: usingnote:: using1 :- (NSInteger) tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1:^~~~~~~~~~~~~~~~~~~~~381: ::1 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnotealso found: notealso found: - (NSInteger)tag;: 82^~~~~~~~~~~~~~~~~- (NSInteger) tag; also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:: 381:^~~~~~~~~~~~~~~~~~1 : - (void)setState:(int)flag;note./../graphicsUndo.subproj/../LayerObject.h: also found: 148- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::note1801:: 1:: IPThread.mnotealso found: :also foundnote - (NSInteger)tag;: 46^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSUInteger) count;:- (int)tag;111:: 15: ^~~~~~~~~~~note:: also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; IPPath.m^~~~~~~~~~~~~~~~~~ warning./../graphicsUndo.subproj/../LayerObject.h::197148/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::1: :17 :note:: 62also found :- (int)tag;warning : ^~~~~~~~~~~multiple methods named 'setState:' found [-Wobjc-multiple-method-names] multiple methods named 'tag' found [-Wobjc-multiple-method-names]1IPMark.m :: 158 switch ([sender tag]):note15 : ^~~~~~~~~~~~ : warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hmultiple methods named 'count' found [-Wobjc-multiple-method-names] also found cnt = [slayList count];: ^~~~~~~~~~~~~~~~228 [externalSwitch setState:([g external]) ? 1 : 0];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSUInteger) count; // Primitive::64 :11 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~note:: using - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h note^~~~~~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::82316:using1127: :note- (NSInteger) tag;: 1also found :- (NSUInteger) count;^~~~~~~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h ::62note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1 :: : note381: :also foundalso found 1- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSUInteger) count;:: 127note:using1: :also found note : - (NSInteger)tag;also found- (void)setState:(NSInteger)value; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~104/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: 1 :: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: 38also found: :- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~104 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h59: 91::note1: :: 11notealso found: :also found: - (NSUInteger) count; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h^~~~~~~~~~~~~~~~~:note149 :note1: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : notealso found: also foundalso found: - (NSUInteger) count;180 :^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ::89 : 1note:: also foundnote : - (NSInteger)tag;also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ - (void)setState:(NSInteger)value;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 73::^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:111 :note:: 91also found1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note :../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:: 60::also found1281: :note- (NSInteger) tag;: 1also found :- (unsigned)count;1 ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ :./../graphicsUndo.subproj/../LayerObject.hIPMark.mnote::182 :14811: :: notewarningalso found: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: cnt = [slayList count]; note ^~~~~~~~~~~~~~~~- (void) setState: (NSInteger)state; : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.halso found: 64: :- (int)tag;1also found: note^~~~~~~~~~~: using ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ IPPath.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h82:: 1222:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :note:: :also found17 :- (NSUInteger) count;149 71^~~~~~~~~~~~~~~~~~~~~warning :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]6231: 1:: switch ([sender tag]) note:: ^~~~~~~~~~~~also found - (NSUInteger) count; // Primitive1 note^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::228127: : 1also found:: note1: :also found@property NSVisualEffectState state; - (NSUInteger) count;note note^~~~~~~~~~~~~~~~~~~~~: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.husing:also found104 :- (NSInteger) tag;1 : ^~~~~note : also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;- (NSUInteger) count; ./../LayerObject.h^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:^~~~~~~~~~~~~~~~~~~~~91:: 1153:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :note:: 1also found: 381- (NSUInteger) count;:89 1:^~~~~~~~~~~~~~~~~~~~~:: note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 1:also found:149 :- (NSInteger)tag;note1 : :^~~~~~~~~~~~~~~~~ also foundnote/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote: :: 38also found: 1also found- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found- (NSUInteger) count;: 89- (NSInteger)tag; : ^~~~~~~~~~~~~~~~~~~~~1^~~~~~~~~~~~~~~~~- (void)setState:(int)flag; :^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote : :73also foundIPThread.m :- (NSUInteger) count;: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~~~~:57 180:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::11773::: 1note1:: warning also found:note : - (NSInteger)tag;: also found ^~~~~~~~~~~~~~~~~note- (NSUInteger) count; : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found:^~~~~~~~~~~~~~~~~~~~~111 :multiple methods named 'tag' found [-Wobjc-multiple-method-names]../GraphicObjects.subproj/VPath.h1 ::- (NSUInteger) count;60 :note^~~~~~~~~~~~~~~~~~~~~1: :also found ../GraphicObjects.subproj/VPath.hnote- (NSInteger) tag; switch ([sender tag]): also found^~~~~~~~~~~~~~~~~~: - (unsigned)count;./../graphicsUndo.subproj/../LayerObject.h60 : ^~~~~~~~~~~~~~~~~~148 :1: :note1: :also found ^~~~~~~~~~~~ - (int)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:^~~~~~~~~~~note: 228 also found:1 : IPPath.mnote:: 267using:- (unsigned)count; 17 :^~~~~~~~~~~~~~~~~~ warning- (NSInteger) tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~ IPRectangle.m switch ([sender tag]) :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ^~~~~~~~~~~~: 107/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:17:381228::11::: notewarning: note: using: also found- (NSInteger) tag;multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~ - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~: switch ([sender tag]) 381 : ^~~~~~~~~~~~1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger)tag;: 38^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:::38 note:2281:: 1note:: : also foundalso found note- (NSInteger)tag;: using^~~~~~~~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSInteger) tag; :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h180:^~~~~~~~~~~~~~~~~~:1801 :1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : note:note: 381also found :- (NSInteger)tag;1 : ^~~~~~~~~~~~~~~~~also found :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger)tag;: note 111^~~~~~~~~~~~~~~~~: : also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h1:: 111note- (NSInteger)tag;: : also found1 : note: - (NSInteger) tag;also found^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ - (NSInteger) tag;./../graphicsUndo.subproj/../LayerObject.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:^~~~~~~~~~~~~~~~~~148 :./../LayerObject.h:1:38148:: :1note:: 1also found note:: - (int)tag; also found ^~~~~~~~~~~ note- (int)tag;: also found^~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:IPThread.m180::821::17 :note : warningalso found: multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSInteger)tag; switch ([sender tag])^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h111::2281::1 :note : notealso found: using- (NSInteger) tag; - (NSInteger) tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h148::3811::1 :note : notealso found: also found- (int)tag; - (NSInteger)tag;^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:IPRectangle.m1::130 :note17: :also found warning- (NSInteger)tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~ switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : ^~~~~~~~~~~~ 180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::1228:: 1note:: also foundnote : - (NSInteger)tag;using ^~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~: 111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381:: 1note:: also foundnote : - (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~- (NSInteger)tag; ./../LayerObject.h^~~~~~~~~~~~~~~~~: 148:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1::38 :note1: :also found note- (int)tag;: also found^~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~~~~~~~IPThread.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h96::18011::1 :warning : notemultiple methods named 'count' found [-Wobjc-multiple-method-names]: also found cnt = [slayList count]; - (NSInteger)tag; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h64::1111:: 1note:: usingnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~~: 82./../graphicsUndo.subproj/../LayerObject.h::1148:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (int)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:^~~~~~~~~~~62 :1IPRectangle.m:: 153note:: 17also found :- (NSUInteger) count; // Primitive warning^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 127:1: switch ([sender tag])note: also found ^~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104:1: 228note: :also found 1- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:: 91using: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h11also found warning :s381- (NSUInteger) count;: generated 1. :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :also found38 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found Compiling file IPText.m ... 89 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found: 73- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : ../GraphicObjects.subproj/VPath.halso found: 60- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: note./../graphicsUndo.subproj/../LayerObject.h: :also found148 :- (unsigned)count;1 :^~~~~~~~~~~~~~~~~~ note: also found IPThread.m- (int)tag;: 119^~~~~~~~~~~: 17: warning: IPRectangle.mmultiple methods named 'state' found [-Wobjc-multiple-method-names]: 176 BOOL flag = [leftTurnSwitch state];: 17 ^~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hwarning:: 317multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 1 switch ([sender tag]): ^~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.husing: 228- (NSInteger)state;: 1^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote:: 60using: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found: 381- (NSInteger)state;: 1^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:note322: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger) state;: 38^~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::101 :note1: :also found note- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~ - (NSInteger) state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :^~~~~~~~~~~~~~~~~~~~180 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h1::71 :note31: :also found note- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h : ^~~~~111 :./../LayerObject.h1::154 :note1: :also found note- (NSInteger) tag;: also found^~~~~~~~~~~~~~~~~~ - (int)state;./../graphicsUndo.subproj/../LayerObject.h :^~~~~~~~~~~~~148 :IPThread.m1::125 :note15: :also found warning- (int)tag;: multiple methods named 'count' found [-Wobjc-multiple-method-names]^~~~~~~~~~~ cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:IPRectangle.m64::2011::17 :note: using warning- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found switch ([sender tag])- (NSUInteger) count; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::62:1: note: also found 228- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~1 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote:127: :using1 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:- (NSUInteger) count; 3818^~~~~~~~~~~~~~~~~~~~~ : warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1:104: :1note:: s also found generated note- (NSInteger)tag;. : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSUInteger) count;: 38:^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :note: 91also found :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 Compiling file IPWeb.m ... :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note./../graphicsUndo.subproj/../LayerObject.h: :also found148 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :also found73 :- (int)tag;1 :^~~~~~~~~~~ note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPThread.m:151:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [externalSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPThread.m:156:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 7 warnings generated. Compiling file IPTextPath.m ... 9 warnings generated. Compiling file IPSinking.m ... IPText.m:55:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [serialNumberSwitch setState:[g isSerialNumber]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:56:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [fitHorizontalSwitch setState:[g fitHorizontal]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:57:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [centerVerticalSwitch setState:[g centerVertical]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:71:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:84:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:112:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:135:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:160:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:173:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:204:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:217:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:241:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [serialNumberSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found IPTextPath.m- (NSInteger) state;: 47^~~~~~~~~~~~~~~~~~~~: 5:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :warning: 101multiple methods named 'setState:' found [-Wobjc-multiple-method-names]: 1 [showPathSwitch setState:[g showsPath]]; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IPSinking.mnote : :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSInteger) state;149 316^~~~~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h10:171:::31 :note note: : warningalso foundusing : @property NSVisualEffectState state; multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~- (void)setState:(NSInteger)value; ./../graphicsUndo.subproj/../LayerObject.h : switch ([sender tag])154^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1 : ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h : note59: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found: 1- (int)state;: :^~~~~~~~~~~~~ 228IPText.mnote:: 244::also found11:1 warning:: - (void)setState:(NSInteger)value;multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count];note ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:using64:: 1281:- (NSInteger) tag; :note : 1using^~~~~~~~~~~~~~~~~~ :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::: 38182also found: 1::- (void) setState: (NSInteger)state; 1note : :also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h^~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h71:: 62::also found131: note- (NSInteger)tag;: :also found - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~ note^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found: 127/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:@property NSVisualEffectState state;1:: ^~~~~note38: also found: ./../graphicsUndo.subproj/../LayerObject.h- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~: 153/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h ::104note:11:: : notenote: also foundalso found: - (NSUInteger) count;also found - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (void)setState:(int)flag;:^~~~~~~~~~~~~~~~~ 91 :^~~~~~~~~~~~~~~~~~~~~~~~~~~1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :noteIPTextPath.m: :also found48 180- (NSUInteger) count;: :^~~~~~~~~~~~~~~~~~~~~5 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::: 149warning:: 1 :multiple methods named 'setState:' found [-Wobjc-multiple-method-names] notenote : : also found [serialNumberSwitch setState:[g isSerialNumber]]; also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h89 ::1^~~~~~~~~~~~~~~~~:316 note:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found1 :- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~111 note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::: 73using:11 :: - (void)setState:(NSInteger)value;note : also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h also found../GraphicObjects.subproj/VPath.h:: 6059:- (NSInteger) tag;1:: 1note:: ^~~~~~~~~~~~~~~~~~also found - (unsigned)count;note ../LayerObject.h^~~~~~~~~~~~~~~~~~: :also found 148IPText.m- (void)setState:(NSInteger)value;:: 267^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 17/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:1 :warning:281: :multiple methods named 'state' found [-Wobjc-multiple-method-names]note 1 BOOL flag = [fitHorizontalSwitch state];: : ^~~~~~~~~~~~~~~~~~~~~~~~~~~also found note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : :also found317 :- (int)tag;1- (void) setState: (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note^~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h :- (NSInteger)state; 71^~~~~~~~~~~~~~~~~~~: 31/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hIPSinking.m::60:: 1169note:: 17: note:also found: also foundwarning@property NSVisualEffectState state; : - (NSInteger)state;multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~ ^~~~~~~~~~~~~~~~~~~ switch ([sender tag]) ./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :: ^~~~~~~~~~~~153322 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h11::: 228note : :notealso found1 : :- (NSInteger) state;also found ^~~~~~~~~~~~~~~~~~~~note - (void)setState:(int)flag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h: :using^~~~~~~~~~~~~~~~~~~~~~~~~~~101 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: also found: 381- (NSInteger) state;: 1^~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.hnote:: 71also found: 31: IPTextPath.mnote- (NSInteger)tag;: :also found 59@property NSVisualEffectState state;^~~~~~~~~~~~~~~~~ : ^~~~~ 17./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::154::38 1:warning:1: :multiple methods named 'state' found [-Wobjc-multiple-method-names]note : notealso found BOOL flag = [showPathSwitch state];: also found ^~~~~~~~~~~~~~~~~~~~~~ - (int)state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~317 :IPText.m1: 270::- (NSInteger)tag;11 :^~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names]180 : cnt = [slayList count];1 : ^~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: :also found64 : 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.husingnote :- (NSUInteger) count;111 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :1also found: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found ../LayerObject.h- (NSUInteger) count; :: 148using^~~~~~~~~~~~~~~~~~~~~ :- (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :^~~~~~~~~~~~~~~~~~~621 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h1:: 60 :notenote1: :also found: also foundnote- (NSUInteger) count; // Primitive : also found- (int)tag;^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h^~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~ 127/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hIPSinking.m::322:1::1881 :note : :notealso found: also found11- (NSUInteger) count; :- (NSInteger) state;^~~~~~~~~~~~~~~~~~~~~ warning^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h104 ::1011:: cnt = [slayList count];1 :note : notealso found: ^~~~~~~~~~~~~~~~also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~~~:: 9164/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:::1171::: 31notenote:: also foundnote : : - (NSUInteger) count;usingalso found ^~~~~~~~~~~~~~~~~~~~~@property NSVisualEffectState state; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count; ^~~~~: 149./../graphicsUndo.subproj/../LayerObject.h:^~~~~~~~~~~~~~~~~~~~~:1 154:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: 82note:: 1also found: - (NSUInteger) count;note : also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :^~~~~~~~~~~~~~~~~~~~~89 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h1:::62 :note1: 1:also found: note - (NSUInteger) count;: notealso found^~~~~~~~~~~~~~~~~~~~~ : - (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found :^~~~~~~~~~~~~~~~~~~~~73 :- (int)state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1:: 127 note:: 1also found: ^~~~~~~~~~~~~ - (NSUInteger) count; note : ^~~~~~~~~~~~~~~~~~~~~IPTextPath.malso found : ../GraphicObjects.subproj/VPath.h61- (NSUInteger) count;:: 6011^~~~~~~~~~~~~~~~~~~~~:: 1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: warning104note:1: : :also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] note - (unsigned)count;: also found^~~~~~~~~~~~~~~~~~ cnt = [slayList count]; - (NSUInteger) count; ^~~~~~~~~~~~~~~~ IPText.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~: 293/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::1791:: 1warning:: multiple methods named 'state' found [-Wobjc-multiple-method-names]note : :also found64 BOOL flag = [centerVerticalSwitch state]; : - (NSUInteger) count;1 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:using149 ::- (NSUInteger) count;3171 ::^~~~~~~~~~~~~~~~~~~~~1 note:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: : also found82 :note- (NSUInteger) count;1 :: ^~~~~~~~~~~~~~~~~~~~~ noteusing/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89 :- (NSUInteger) count;1 - (NSInteger)state;:^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h : :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.halso found62: :60- (NSUInteger) count;1: :^~~~~~~~~~~~~~~~~~~~~1 note:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :also foundnote73 :: - (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ also foundnote/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : :also found127 :- (NSInteger)state;- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note ../GraphicObjects.subproj/VPath.h: :also found^~~~~~~~~~~~~~~~~~~60 :- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h1 :^~~~~~~~~~~~~~~~~~~~~ :note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h322: ::also found104 1:- (unsigned)count;1 ::^~~~~~~~~~~~~~~~~~ note : IPSinking.mnotealso found: 209: - (NSUInteger) count;: also found11^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hwarning:- (NSInteger) state;: 91 multiple methods named 'count' found [-Wobjc-multiple-method-names]:^~~~~~~~~~~~~~~~~~~~ 1 cnt = [slayList count];: ^~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.halso found:: 64101- (NSUInteger) count;:: 1^~~~~~~~~~~~~~~~~~~~~1: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h note:: 149noteusing:: 1also found- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.halso found: 82- (NSInteger) state;- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hnote: : 89/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found:: 171- (NSUInteger) count;:: 31^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found:: note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h : ^~~~~73 :./../graphicsUndo.subproj/../LayerObject.h621:::154 1:note:1: : also foundnotenote : : - (NSUInteger) count;also found also found ^~~~~~~~~~~~~~~~~~~~~ - (int)state; - (NSUInteger) count; // Primitive../GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~: 60^~~~~~~~~~~~~~~~~~~~~IPText.m: :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h296::: 12711note:: also found:warning 1: - (unsigned)count;:multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~note cnt = [slayList count]; ^~~~~~~~~~~~~~~~IPTextPath.m: :also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h81:: 6417- (NSUInteger) count;:1: : warningnote: ^~~~~~~~~~~~~~~~~~~~~: multiple methods named 'state' found [-Wobjc-multiple-method-names]using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h BOOL flag = [serialNumberSwitch state];- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:104:31782::11::: 1 note:note: : usingnotealso found : - (NSInteger)state;also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::6260 ::^~~~~~~~~~~~~~~~~~~~~11 :: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnotenote:: : 91also foundalso found: 1- (NSInteger)state;- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h322::: 1271also found::1: notenote: - (NSUInteger) count;: also found also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) state;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::101/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:104:1:149:1: :1note : :also foundnote note- (NSInteger) state;: : also found^~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h :- (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~71 :^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h31 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h89 :note1: :also found note@property NSVisualEffectState state;: also found ^~~~~ - (NSUInteger) count;./../graphicsUndo.subproj/../LayerObject.h :^~~~~~~~~~~~~~~~~~~~~154 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::73 :note1:: also foundnote : - (int)state;also found ^~~~~~~~~~~~~- (NSUInteger) count; IPTextPath.m^~~~~~~~~~~~~~~~~~~~~: 83../GraphicObjects.subproj/VPath.h::1160:: 1warning: : notemultiple methods named 'count' found [-Wobjc-multiple-method-names]: also found cnt = [slayList count]; - (unsigned)count; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :64:1: note: :IPSinking.musing: 91252:- (NSUInteger) count;: 111^~~~~~~~~~~~~~~~~~~~~:: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnotewarning:: 82: :also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names]1 :- (NSUInteger) count; cnt = [slayList count]; note^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ::- (NSUInteger) count;14964 :^~~~~~~~~~~~~~~~~~~~~: 11/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::: 62note:note: : 1using:also found - (NSUInteger) count;note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :82^~~~~~~~~~~~~~~~~~~~~89: :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1::: 127 note:note: 1: also found:also found - (NSUInteger) count;note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~~~~~73 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;../GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~~~~~60 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1::91 :1note:: also foundnote : - (unsigned)count;also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPSinking.m:308:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 6 warnings generated. 17 warnings generated. 6 warnings generated. Linking subproject InspectorPanel ... Creating Resources/Subproject... Copying resources into the subproject wrapper... Copying localized resources into the subproject wrapper... Warning: .//English.lproj/IPLine3D.nib not found - ignoring Warning: .//German.lproj/IPLine3D.nib not found - ignoring Making all in General.bproj ... Making all for bundle General... Creating General.prefs/.... Compiling file GeneralController.m ... GeneralController.m:204:48: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] string = [NSString stringWithFormat:@"%d", [[snapRadio selectedCell] tag]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld 1 warning generated. Linking bundle General ... Creating General.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Creating stamp file... Creating General.prefs/Resources/Info-gnustep.plist... Making all in Import.bproj ... Making all for bundle Import... Creating Import.prefs/.... Compiling file ImportController.m ... Linking bundle Import ... Creating Import.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Warning: .//English.lproj/Localizable.strings not found - ignoring Warning: .//German.lproj/Localizable.strings not found - ignoring Creating stamp file... Creating Import.prefs/Resources/Info-gnustep.plist... Making all in Export.bproj ... Making all for bundle Export... Creating Export.prefs/.... Compiling file ExportController.m ... Linking bundle Export ... Creating Export.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Warning: .//English.lproj/Localizable.strings not found - ignoring Warning: .//German.lproj/Localizable.strings not found - ignoring Creating stamp file... Creating Export.prefs/Resources/Info-gnustep.plist... Making all for subproject PreferencesPanel... Compiling file PreferencesPanel.m ... Linking subproject PreferencesPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Making all for subproject ProjectSettingsPanel... Compiling file PSInfo.m ... Compiling file ProjectSettings.m ... Compiling file PSSettings.m ... Compiling file PSFontInfo.m ... PSSettings.m:66:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [unitPopup selectItemWithTag:((!doc) ? -1 : [doc baseUnitFlat])]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Linking subproject ProjectSettingsPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Warning: .//German.lproj/PSFontInfo.nib not found - ignoring Making all for subproject TransformPanel... Compiling file TPBasicLevel.m ... Compiling file TPMove.m ... Compiling file TPMix.m ... Compiling file TPAlign.m ... TPMix.m:66:22: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL mixLayers = [mixLayersSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317TPAlign.m::169:: 9note:: usingwarning : - (NSInteger)state;multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~ if ([alignLayerSwitch state]) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h ^~~~~~~~~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1317:1: :note: using note- (NSInteger)state; : ^~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h- (NSInteger)state;: 60:1: ^~~~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h- (NSInteger)state;: 322:1^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hnote: :also found322 :- (NSInteger) state; 1^~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: notenote: : also foundalso found - (NSInteger) state; Compiling file TPScale.m ... ^~~~~~~~~~~~~~~~~~~~- (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h^~~~~~~~~~~~~~~~~~~~: 71:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h31::101 :note1: :also found note@property NSVisualEffectState state;: Compiling file TPRotate.m ... also found ^~~~~- (NSInteger) state; ./../graphicsUndo.subproj/../LayerObject.h^~~~~~~~~~~~~~~~~~~~: 154/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::171:: 31note:: notealso found: also found- (int)state; @property NSVisualEffectState state;^~~~~~~~~~~~~ ^~~~~ ./../graphicsUndo.subproj/../LayerObject.hTPMix.m::15473::125:: note : warningalso found: multiple methods named 'count' found [-Wobjc-multiple-method-names]- (int)state; for (l=0, cnt = [slayList count]; l0; j-- )note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:- (NSInteger)tag;64 :^~~~~~~~~~~~~~~~~1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111using: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.halso found: 82- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: ./../graphicsUndo.subproj/../LayerObject.hnote:: 148also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62- (int)tag;: 1^~~~~~~~~~~: note: also foundTPAlign.m :- (NSUInteger) count; // Primitive90 :^~~~~~~~~~~~~~~~~~~~~57 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hwarning:: 127format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat]: 1 default: NSLog(@"Unsupported align tag %d", [sender tag]); return;: note ~~ ^~~~~~~~~~~~: also found %ld - (NSUInteger) count; TPAlign.m^~~~~~~~~~~~~~~~~~~~~: 97/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::25104:: 1warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names]note : for (l=0, cnt = [slayList count]; l= 10.460:1: note: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ apContour.m:101:13: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] return ([[contourSwitchMatrix cellAtRow:SWITCH_REMOVESOURCE column:0] state]) ? YES : NO; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h Compiling file WorkingAreaPanel.m ... :322:1: noteApp.m: :also found1047 :- (NSInteger) state;80 :^~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h: :result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare]101 : if ( (m = [mArray indexOfObject:[NSString stringWithUTF8String:mStr]]) != NSNotFound )1: note ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ App.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::110671::2331:: warningnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found int tag = [sender tag];@property NSVisualEffectState state; ^~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h./LayerObject.h::228154::11:: notenote: : usingalso found - (NSInteger) tag;- (int)state; ^~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 1 warning generated. App.m:1324:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] current2DTool = [[matrix selectedCell] tag]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ Compiling file IntersectionPanel.m ... /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 2 warnings generated. Compiling file TilePanel.m ... IntersectionPanel.m:38:13: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([[objectRadio selectedCell] tag]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IntersectionPanel.m:72:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ Compiling file TileObject.m ... 3 warnings generated. Compiling file DocView.m ... TilePanel.m:116:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] return ( [originSwitch state] == 0 ) ? NO : YES; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 2 warnings generated. Compiling file dvDrag.m ... 1 warning generated. Compiling file dvGrid.m ... Compiling file dvHiddenArea.m ... DocView.m:178:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:321:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count] || ![[list objectAtIndex:0] isKindOfClass:[LayerObject class]]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: dvDrag.mnote:: 134also found: 65- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : ./GraphicObjects.subproj/VPath.h'VText' may not respond to 'initWithFile:': 60 graphic = [[[VText allocWithZone:(NSZone *)[self zone]] initWithFile:file] autorelease];: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:325:22: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (l=0; l<(int)[list count]; l++) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:405:21: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] [layerObject removeAllObjects]; ^ DocView.m:402:17: note: previous statement is here if ( colorLayer(col, colorDict) < 0 ) // not in dictionary ^ DocView.m:441:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu DocView.m:465:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu DocView.m:1017:34: warning: incompatible function pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] [textArray sortUsingFunction:sortPosition context:&sort]; ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here GS_GENERIC_TYPE(ElementT),void*))compare ^ DocView.m:1169:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || !(iCnt=[list count])) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:1621:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![[aList objectAtIndex:l] count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: 1using warning- (NSUInteger) count; generated . ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: notedvGrid.m: :also found 75:30 Compiling file dvPasteboard.m ... - (NSUInteger) count;: warning: ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] [self setGridEnabled:[sender tag] ? YES : NO]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: ^~~~~~~~~~~~ 104:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:11:: note: note: also foundusing - (NSInteger) tag; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: 381:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:1:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found note: - (NSUInteger) count; also found^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:- (NSInteger)tag; 73^~~~~~~~~~~~~~~~~ :1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38 note:1:: also found note- (NSUInteger) count;: also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; ./GraphicObjects.subproj/VPath.h:^~~~~~~~~~~~~~~~~60:1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: 180:note: also found1: - (unsigned)count; ^~~~~~~~~~~~~~~~~~note : also found DocView.m:- (NSInteger)tag;1626:20 ^~~~~~~~~~~~~~~~~: warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111multiple methods named 'count' found [-Wobjc-multiple-method-names] : for (i=[[aList objectAtIndex:l] count]-1; i>=0; i--) 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:note: also found64:1 :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ note./LayerObject.h: :148using :- (NSUInteger) count; 1: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: also found82:1 : - (int)tag; note: ^~~~~~~~~~~also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1673:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1723:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1955:30: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || ![list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 1 warning generated. DocView.m:2270:26: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || ![list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h Compiling file dvTile.m ... :322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:2761:17: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2771:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2782:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2787:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2795:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2959:36: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if ( ![list count] || ![[layerList objectAtIndex:l] state] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:3377:15: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if ( ![[layerList objectAtIndex:l] state] || !(iCnt=[list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:3481:17: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] if ( j > MAXCLASSES ) /* not in class list */ ^ DocView.m:3476:13: note: previous statement is here for ( j=0; j(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:2228: warnings1: generatednote. : using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found Compiling file LayerDetailsController.m ... - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:94:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:94:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:94:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:94:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:94:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:101:19: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:101:57: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ TileScrollView.m:120:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:120:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:120:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:120:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:120:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:120:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:126:26: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:126:64: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ TileScrollView.m:172:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:172:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:172:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:172:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:172:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:172:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:181:23: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:181:61: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ TileScrollView.m:187:19: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:187:57: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 26 warnings generated. Compiling file MoveCell.m ... LayerDetailsController.m:91:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:-1] setEnabled:NO]; // disable separating layers ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:92:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:LAYER_TEMPLATE] setEnabled:YES]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:93:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:LAYER_TEMPLATE_1] setEnabled:YES]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:94:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:LAYER_TEMPLATE_2] setEnabled:YES]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:105:18: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:type] setEnabled:NO]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:112:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [typePopup selectItemWithTag:[layerObject type]]; // type ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:114:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [batchSwitch setState:[layerObject useForTile]]; // batch production ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./InspectorPanel.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:133:32: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [layerObject setUseForTile:[batchSwitch state]]; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./InspectorPanel.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 8 warnings generated. Compiling file MoveMatrix.m ... Compiling file MyPageLayout.m ... Compiling file propertyList.m ... 59 warnings generated. Compiling file ProgressIndicator.m ... MoveMatrix.m:123:18: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&column forPoint:mouseDownLocation]; ^~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:123:30: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&column forPoint:mouseDownLocation]; ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:275:23: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if (![self getRow:&newRow column:&column forPoint:mouseUpLocation]) ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:275:38: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if (![self getRow:&newRow column:&column forPoint:mouseUpLocation]) ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:276:22: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&newRow column:&column forPoint:(cellFrame.origin)]; ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:276:37: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&newRow column:&column forPoint:(cellFrame.origin)]; ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:319:13: warning: multiple methods named 'setTag:' found [-Wobjc-multiple-method-names] [activeCell setTag:(newRow)]; // in its new home ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:380:1: note: using - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:179:1: note: also found - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:296:1: note: also found - (void) setTag: (NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:124:1: note: also found - (void) setTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MoveCell.h:44:1: note: also found - (void)setTag:(int)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~ MoveMatrix.m:333:13: warning: multiple methods named 'setTag:' found [-Wobjc-multiple-method-names] [activeCell setTag:newRow]; // in its new home ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:380:1: note: using - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:179:1: note: also found - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:296:1: note: also found - (void) setTag: (NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:124:1: note: also found - (void) setTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MoveCell.h:44:1: note: also found - (void)setTag:(int)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~ MoveMatrix.m:363:22: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&col ofCell:activeCell]; ^~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:177:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:363:34: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&col ofCell:activeCell]; ^~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:178:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:366:70: warning: incompatible pointer types passing 'float [6]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] cellBorder = NSDrawTiledRects(cellBorder, cellBorder, sides, grays, 6); ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSGraphics.h:135:54: note: passing argument to parameter 'grays' here const CGFloat *grays, ^ propertyList.m:40:12: warning: class 'PropertyList' defined without specifying a base class [-Wobjc-root-class] @interface PropertyList ^ Compiling file DXFImportSub.m ... propertyList.m:40:24: note: add a super class to fix this problem @interface PropertyList ^ : NSObject 11 warnings generated. Compiling file GerberImportSub.m ... 1 warning generated. Compiling file HPGLImportSub.m ... Compiling file PSImportSub.m ... DXFImportSub.m:100:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DXFImportSub.m:118:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:58:17: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=(int)[bList count]-1; i>=0; i--) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:72:17: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] int i, cnt=[bList count]; ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:76:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:82:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:89:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:96:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:103:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:126:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:133:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; 2^~~~~~~~~~~~~~~~~~~~~~~~~~ warning s generatedGerberImportSub.m. :144:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: Compiling file DINImportSub.m ... 62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:151:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; // instead state.width - only used in setPath and setPad -> need both width = 0 ! ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:161:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:168:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:180:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( ![aList count] ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: noteHPGLImportSub.m: :also found56 :- (NSUInteger) count;25 :^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names]91 : [g addList:aList at:[[g list] count]];1 : ^~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: :also found64 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :using149 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :also found 82- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hnote:: 89also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: 73:note1: :also found note- (NSUInteger) count; // Primitive: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :^~~~~~~~~~~~~~~~~~~~~127 :./GraphicObjects.subproj/VPath.h1::60 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (unsigned)count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :^~~~~~~~~~~~~~~~~~104 :GerberImportSub.mPSImportSub.m1::184:: 9note:: also foundwarning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] 66 [g setWidth:state.width];: 10- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: ::multiple methods named 'count' found [-Wobjc-multiple-method-names]9192 ::1 if ( [aList count] > 0 ): 1note: :using ^~~~~~~~~~~~~- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h./GraphicObjects.subproj/VGraphic.h: :also found96 ::- (NSUInteger) count;164: ^~~~~~~~~~~~~~~~~~~~~note : :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found: 149- (void)setWidth:(float)w; :1^~~~~~~~~~~~~~~~~~~~~~~~~~: note1GerberImportSub.m: :also found190:: 19- (NSUInteger) count;:note warning: ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h int cnt = [aList count];: 89 ^~~~~~~~~~~~~: : 1using:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h : 64- (NSUInteger) count;:note1: : also foundnote: using^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:82::82731::: 1note: 1also found: :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~notenote : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62: :- (NSUInteger) count;1also found :^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found^~~~~~~~~~~~~~~~~~~~~ :./GraphicObjects.subproj/VPath.h- (NSUInteger) count; // Primitive: 6260:^~~~~~~~~~~~~~~~~~~~~1 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1 ::note127 :note: 1: also found:also found note : - (NSUInteger) count; // Primitive- (unsigned)count; also found ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;HPGLImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h ::58^~~~~~~~~~~~~~~~~~~~~: 127/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:5::1041 ::1warning :note : : notemultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]also found: also found [g setWidth:state.width]; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ^~~~~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h 92/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:::1: note: 91104:using1: 1- (void) setWidth: (CGFloat)newWidth;: : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~notenote: also found: ./GraphicObjects.subproj/VGraphic.halso found- (NSUInteger) count;: 96^~~~~~~~~~~~~~~~~~~~~:- (NSUInteger) count; 1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:^~~~~~~~~~~~~~~~~~~~~ : note149/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::1: 91:also found: 1- (void)setWidth:(float)w;note:: also found^~~~~~~~~~~~~~~~~~~~~~~~~~ note- (NSUInteger) count;: HPGLImportSub.m^~~~~~~~~~~~~~~~~~~~~:also found 70 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSUInteger) count;:: 8925::1^~~~~~~~~~~~~~~~~~~~~ : warning : note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hmultiple methods named 'count' found [-Wobjc-multiple-method-names]:: 149 :also found [g addList:aList at:[[g list] count]]; 1- (NSUInteger) count; ^~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~ :note64: :also found 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: - (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 89/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1:: 1:note73 : notealso found: also found : - (NSUInteger) count;1 - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hnote:: ^~~~~~~~~~~~~~~~~~~~~62 :also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1 :: 73note:1: :also found note : - (NSUInteger) count; // Primitivealso found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :./GraphicObjects.subproj/VPath.h 127^~~~~~~~~~~~~~~~~~~~~::1 60:: ./GraphicObjects.subproj/VPath.hnote1:: 60also found :1- (NSUInteger) count;: :^~~~~~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote- (unsigned)count;:: 104also found: 1^~~~~~~~~~~~~~~~~~: - (unsigned)count;notePSImportSub.m:: also found72: 9- (NSUInteger) count;: warning^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1 :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] noteGerberImportSub.m [g setWidth:0.0];: : 199also found ^~~~~~~~~~~~~~~~ :- (NSUInteger) count; 34/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~: :92/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h ::1:149 :note: 1:using note: warningalso found: multiple methods named 'width' found [-Wobjc-multiple-method-names]- (void) setWidth: (CGFloat)newWidth;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] )/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h./GraphicObjects.subproj/VGraphic.h: :8996::11 ^~~~~~~~~: : note./VHFShared/types.h: :notealso found125:36: : also found- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~- (void)setWidth:(float)w; expanded from macro 'Diff'/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~~~~~~~~~~73: 1#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: PSImportSub.mnote : also found: ^ - (NSUInteger) count;85 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:^~~~~~~~~~~~~~~~~~~~~: 93./GraphicObjects.subproj/VPath.h9:60:: 1:: 1warningnote:: also found: multiple methods named 'count' found [-Wobjc-multiple-method-names] - (unsigned)count;note : if ([aList count] == 1)^~~~~~~~~~~~~~~~~~using HPGLImportSub.m : ^~~~~~~~~~~~~73: 5- (CGFloat) width; : warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~ [g setWidth:state.width]; : ^~~~~~~~~~~~~~~~~~~~~~~~64 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:192./GraphicObjects.subproj/VGraphic.h:: 1:note:94 :note1:: using : noteusing- (void) setWidth: (CGFloat)newWidth; : also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;- (float)width;./GraphicObjects.subproj/VGraphic.h ^~~~~~~~~~~~~~~ : GerberImportSub.m96::199^~~~~~~~~~~~~~~~~~~~~: 1: note34: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.halso found warning- (void)setWidth:(float)w;: : multiple methods named 'width' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~~~~~~ 82 :1 && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) : ^~~~~~~~~ ./VHFShared/types.h:note: 125:47also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note: expanded from macro 'Diff' /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values : ^1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 93:1note:: also found note: - (NSUInteger) count; // Primitive using ^~~~~~~~~~~~~~~~~~~~~- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127./GraphicObjects.subproj/VGraphic.h::194:1: note: : also found note: - (NSUInteger) count;also found - (float)width;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hGerberImportSub.m::199:34104:: 1:warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] note && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) : also found ^~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~./VHFShared/types.h: 125:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h53: note: :91:expanded from macro 'Diff'1: #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values note: also found ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:- (NSUInteger) count; 93:1^~~~~~~~~~~~~~~~~~~~~ : note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149:using 1: - (CGFloat) width; note: ^~~~~~~~~~~~~~~~~~also found - (NSUInteger) count; ./GraphicObjects.subproj/VGraphic.h:^~~~~~~~~~~~~~~~~~~~~ 94/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::1:89: note: 1:also found - (float)width; note: also found^~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::73218:1::13: warning: note: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] also found [g setWidth:state.width];- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::92:11: note: note: also found: using - (void) setWidth: (CGFloat)newWidth;- (unsigned)count; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~PSImportSub.m :87./GraphicObjects.subproj/VGraphic.h::1596: :1warning: multiple methods named 'count' found [-Wobjc-multiple-method-names]: note: also found else if ( [aList count] > 0 ) ^~~~~~~~~~~~~- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: GerberImportSub.mnote: :using 267:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~5: warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] 1 [g setWidth:(fill) ? 0.0 :state.width]; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: also found92:1 : - (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~using - (void) setWidth: (CGFloat)newWidth;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62 :1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :./GraphicObjects.subproj/VGraphic.h: note: 96:also found 1- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:also found 127- (void)setWidth:(float)w; :1:^~~~~~~~~~~~~~~~~~~~~~~~~~ note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104312::5:1: notewarning: : also found multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ [g setWidth:(fill) ? 0.0 :state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h4/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: warning:91s92: generated1. :: note1:: notealso found : using - (NSUInteger) count; - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:96149:1::1: note note: : also foundalso found - (void)setWidth:(float)w; - (NSUInteger) count; Compiling file DXFExportSub.m ... ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1:GerberImportSub.m: 473:note: 5also found : - (unsigned)count;warning: ^~~~~~~~~~~~~~~~~~multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:(fill) ? 0.0 :state.width];PSImportSub.m : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::992:: warning1: : notemultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~using - (void) setWidth: (CGFloat)newWidth; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~92:1: note./GraphicObjects.subproj/VGraphic.h:: 96:using 1- (void) setWidth: (CGFloat)newWidth; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: also found./GraphicObjects.subproj/VGraphic.h :96:1:- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ note: also found GerberImportSub.m:- (void)setWidth:(float)w; 498:12^~~~~~~~~~~~~~~~~~~~~~~~~~ : warning: multiple methods named 'count' found [-Wobjc-multiple-method-names]PSImportSub.m : for (i=[aList count]-1; i>=0; i--)177:27: warning: ^~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: if (!moveToOrigin || ![list count]) ^~~~~~~~~~~~64: 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :64note: :using 1- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: using 82:1: note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: 82- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:note62:: also found1: note: - (NSUInteger) count; also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:62127::11: : note: also foundnote: also found - (NSUInteger) count; // Primitive- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: 127:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:1104:: 1: note: note: also foundalso found - (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:^~~~~~~~~~~~~~~~~~~~~ 91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104:1:1 : note: notealso found : also found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1:: 1note: : notealso found : - (NSUInteger) count; also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:189:1: : notenote: : also found also found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::731: :1:note: note: also found also found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:./GraphicObjects.subproj/VPath.h60:1:: 60note: :1also found :- (unsigned)count; note: ^~~~~~~~~~~~~~~~~~ also found - (unsigned)count;GerberImportSub.m: 511^~~~~~~~~~~~~~~~~~:12 : PSImportSub.m:warning: 184multiple methods named 'count' found [-Wobjc-multiple-method-names] :12: for (i=[list count]-1; i>=0; i--) warning ^~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:multiple methods named 'count' found [-Wobjc-multiple-method-names] 64:1 for (i=[list count]-1; i>0; i--) : ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: 64usingDINImportSub.m ::1- (NSUInteger) count; 83:^~~~~~~~~~~~~~~~~~~~~: note29: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.husing :- (NSUInteger) count;82warning : :multiple methods named 'width' found [-Wobjc-multiple-method-names]1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote:: 82also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:: 91also found: diameter0 = [g0 width];1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSUInteger) count;91 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :note149: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count;: 149^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 89note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~89 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::73 :1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~~~~~~~~~: 73./GraphicObjects.subproj/VPath.h::160:: 1 ^~~~~~~~~~note :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :93note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~using ./GraphicObjects.subproj/VPath.h- (CGFloat) width; : 60^~~~~~~~~~~~~~~~~~: 1./GraphicObjects.subproj/VGraphic.h: :note94: :also found1 :- (unsigned)count; ^~~~~~~~~~~~~~~~~~note : also found - (float)width; : PSImportSub.malso found:^~~~~~~~~~~~~~~ 192- (unsigned)count;: 12:^~~~~~~~~~~~~~~~~~ warning : multiple methods named 'count' found [-Wobjc-multiple-method-names]DINImportSub.m: 87 for (i=[list count]-1; i>=0; i--) : ^~~~~~~~~~~~ 29:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: 64:warning: 1:multiple methods named 'width' found [-Wobjc-multiple-method-names] note: diameter1 = [g1 width]; using ^~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 93/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:1:82::1 :note : noteusing: also found - (CGFloat) width; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::9462::11:: notenote: : also foundalso found - (NSUInteger) count; // Primitive- (float)width; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127DINImportSub.m:1::103: 28note: :also found warning- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'width' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: diameter = [[array objectAtIndex:i] width];104: 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: note93:: 1:also found - (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~ using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: 91- (CGFloat) width; :^~~~~~~~~~~~~~~~~~ 1:./GraphicObjects.subproj/VGraphic.h: note94:1:: also found note: - (NSUInteger) count;also found - (float)width;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:^~~~~~~~~~~~~~~ 149:1:DINImportSub.m :note: 114also found :34- (NSUInteger) count; : warning: ^~~~~~~~~~~~~~~~~~~~~incompatible function pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] [layerList sortUsingFunction:sortLayer context:nil]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: ^~~~~~~~~ 89:1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:: 41note: : also found note- (NSUInteger) count; : passing argument to parameter 'compare' here ^~~~~~~~~~~~~~~~~~~~~ GS_GENERIC_TYPE(ElementT),void*))compare /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: ^73: 1: note: also found DINImportSub.m- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 185:./GraphicObjects.subproj/VPath.h:560:: 1:warning: note: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] also found [g setWidth:state.width]; - (unsigned)count; ^~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DINImportSub.m:200:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DINImportSub.m:56:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] d1 = [g0 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DINImportSub.m:60:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] d2 = [g1 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 8 warnings generated. Compiling file GerberExportSub.m ... 8 warnings generated. Compiling file HPGLExportSub.m ... 25 warnings generated. Compiling file EPSExport.m ... DXFExportSub.m:343:69: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DXFExportSub.m:392:16: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] lCnt = [layerList count]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DXFExportSub.m:405:72: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] if ([g respondsToSelector:@selector(fillColor)] && [g width] == 0.0) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DXFExportSub.m:418:81: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberExportSub.m:188:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ( (inside == b) ) ~~~~~~~^~~~ GerberExportSub.m:188:26: note: remove extraneous parentheses around the comparison to silence this warning if ( (inside == b) ) ~ ^ ~ GerberExportSub.m:188:26: note: use '=' to turn this equality comparison into an assignment if ( (inside == b) ) ^~ = GerberExportSub.m:272:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 4/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h warning:s62 generated:. 1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found Compiling file Type1Import.m ... - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberExportSub.m:337:23: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float w = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberExportSub.m:436:24: warning: EPSExport.mmultiple methods named 'count' found [-Wobjc-multiple-method-names]: HPGLExportSub.m320 int i, lcnt = [layerList count];: : ^~~~~~~~~~~~~~~~~52 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h317 :warning64:: :211:: more '%' conversions than data arguments [-Wformat-insufficient-args] warningnote : : { str = [str stringByAppendingFormat:@"(%@) false charpath\n"];usingmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; for (i=(int)[layerList count]-1 ; i >=0 ; i--) ^~~~~~~~~~~~~~~~~~~~~ ~^ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h82::641::1 :note : notealso found: using- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h62::821::1 :note : notealso found: also found- (NSUInteger) count; // Primitive - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h127::621::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h104::1271::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h91::1041::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h149::911::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::89149::11:: note: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:^~~~~~~~~~~~~~~~~~~~~73 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1::89 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~~~~~60 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::73 :note1: :also found note- (unsigned)count;: also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also foundGerberExportSub.m :- (unsigned)count;544 :^~~~~~~~~~~~~~~~~~31 : warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float w = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 1 warning generated. 1 warning generated Compiling file Type1ImportSub.m ... . Compiling file Type1Font.m ... 5 warnings generated. Compiling file type1Funs.m ... Type1ImportSub.m:66:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [aList count] > 0 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1ImportSub.m:72:9: warningType1Font.m: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]58 : [g setWidth:0.0];16 : ^~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types]92 :1 afmNoPlace = [[NSArray alloc] initWithObjects:@"Aacute", @"Acircumflex", @"Adieresis", @"Agrave", @"Aring", @"Atilde", @"Ccedilla", @"Eacute", @"Ecircumflex", @"Edieresis", @"Egrave", @"Eth", @"Iacute", @"Icircumflex", @"Idieresis", @"Igrave", @"Ntilde", @"Oacute", @"Ocircumflex", @"Odieresis", @"Ograve", @"Otilde", @"Thorn", @"Uacute", @"Ucircumflex", @"Udieresis", @"Ugrave", @"Yacute", @"aacute", @"acircumflex", @"adieresis", @"agrave", @"aring", @"atilde", @"ccedilla", @"copyright", @"divide", @"eacute", @"ecircumflex", @"edieresis", @"egrave", @"eth", @"iacute", @"icircumflex", @"idieresis", @"igrave", @"logicalnot", @"mu", @"multiply", @"ntilde", @"oacute", @"ocircumflex", @"odieresis", @"ograve", @"onehalf", @"onequarter", @"onesuperior", @"otilde", @"plusminus", @"registered", @"thorn", @"threequarters", @"threesuperior", @"twosuperior", @"uacute", @"ucircumflex", @"udieresis", @"ugrave", @"yacute", @"ydieresis", nil];: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.husing: 102- (void) setWidth: (CGFloat)newWidth;: 1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ./GraphicObjects.subproj/VGraphic.hnote:: 96instance method 'initWithObjects:' is assumed to return an instance of its receiver type ('NSArray *'): 1- (instancetype) initWithObjects: (GS_GENERIC_TYPE(ElementT)) firstObject, ...;: ^note : also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m:85:9: warning: Type1Font.mmultiple methods named 'count' found [-Wobjc-multiple-method-names]: 141 if ([aList count] == 1): 10 ^~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hwarning:: 64multiple methods named 'count' found [-Wobjc-multiple-method-names]: 1 if ( [[pDict objectForKey:@"blueValues"] count] == 6 ): ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.husing: 64- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote:: 82using: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:also found82 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found91 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found91 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note: also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~~~~~ 73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::731::1 :note : notealso found: also found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h./GraphicObjects.subproj/VPath.h::6060::11: note: :also found note- (unsigned)count;: also found^~~~~~~~~~~~~~~~~~ - (unsigned)count; ^~~~~~~~~~~~~~~~~~Type1Font.m :148Type1ImportSub.m::1087:: 15warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names]warning : if ( [[pDict objectForKey:@"minFeature"] count] == 2 )multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ else if ( [aList count] > 0 ) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: ^~~~~~~~~~~~~64 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h1::64 :note1: :using note- (NSUInteger) count;: using^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: 82^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::62127::11:: notenote: : also foundalso found - (NSUInteger) count; // Primitive- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::127104::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::10491::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::14991::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::89149::11:: notenote: : also foundalso found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~~~~~~~~~: 73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::189:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ./GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::173:: 1note:: also foundnote : - (unsigned)count;also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m./GraphicObjects.subproj/VPath.h::9460:1:: 9note:: also found warning- (unsigned)count;: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~ [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m:178:12: Compiling file functions.m ... warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:Type1Font.m91::9141::77 : notewarning: : format specifies type 'int' but the argument has type 'long' [-Wformat] also found fontStr = [fontStr stringByAppendingFormat:@"/UnderlinePosition %d def\n", fontInfo.underlinePosition]; - (NSUInteger) count; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ %ld /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:Type1Font.m149::9151::78 :note : warningalso found: format specifies type 'int' but the argument has type 'long' [-Wformat]- (NSUInteger) count; fontStr = [fontStr stringByAppendingFormat:@"/UnderlineThickness %d def\n", fontInfo.underlineThickness]; ^~~~~~~~~~~~~~~~~~~~~ ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h %ld: 89:1: Type1Font.mnote:: 930also found: 68- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hformat specifies type 'int' but the argument has type 'long' [-Wformat]: 73 fontStr = [fontStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID];: 1 ~~ ^~~~~~~~: %ldnote : also found Type1Font.m- (NSUInteger) count;: 936^~~~~~~~~~~~~~~~~~~~~: 58./GraphicObjects.subproj/VPath.h:: 60warning:: 1illegal character encoding in string literal [-Winvalid-source-encoding]: eexecStr = [NSString stringWithFormat:@"%s", "]|]"]; /* 4 random bytes */note : ^~~~also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1Font.m:946:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] eexecStr = [eexecStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; ~~ ^~~~~~~~ %ld Type1Font.m:987:66: warning: data argument not used by format string [-Wformat-extra-args] eexecStr = [eexecStr stringByAppendingFormat:@"noaccess def\n", 0]; ~~~~~~~~~~~~~~~~~ ^ Type1Font.m:988:70: warning: data argument not used by format string [-Wformat-extra-args] eexecStr = [eexecStr stringByAppendingFormat:@"end noaccess put\n", 0]; ~~~~~~~~~~~~~~~~~~~~~ ^ Type1Font.m:1051:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] afmStr = [afmStr stringByAppendingFormat:@"UnderlinePosition %d\n", fontInfo.underlinePosition]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:1052:71: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] afmStr = [afmStr stringByAppendingFormat:@"UnderlineThickness %d\n", fontInfo.underlineThickness]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Compiling file gdb_support.m ... 6 warnings generated. 12 warnings generated. Linking app Cenon ... /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o: in function `_i_DocView__validateMenuItem_': DocView.m:(.text+0x15e7c): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x15e8f): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16087): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x1609a): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16251): undefined reference to `sel_eq' /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o:DocView.m:(.text+0x16362): more undefined references to `sel_eq' follow clang-12: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:133: Cenon.app/./Cenon] Error 1 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: Cenon.all.app.variables] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon