=> 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 VCurve.m ... Compiling file VCrosshairs.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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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: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:2916: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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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: also found VArc.m- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ :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; ^~ Compiling file VGraphic.m ... /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 ... 2 warnings generated. Compiling file VMark.m ... 4 warnings generated. Compiling file VPath.m ... 8 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) ^~~~~~~~~ VPolyLine.m:2436: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) ^~~~~~~~~ VPolyLine.m:2439: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) ^~~~~~~~~ VPolyLine.m:3157:33: warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] { [scanner scanFloat:&(ptslist[i].x)]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:97:29: note: passing argument to parameter 'value' here - (BOOL) scanFloat: (float*)value; ^ VPolyLine.m:3158:33: warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] [scanner scanFloat:&(ptslist[i++].y)]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:97:29: note: passing argument to parameter 'value' here - (BOOL) scanFloat: (float*)value; ^ 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; ^~~~~~~~~~~~~~~~~~ VPath.m./VGraphic.h::15994::5: 1warning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] note: also found [path setWidth:width];- (float)width; ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using HiddenArea.m- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :./VGraphic.h207::96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ 22: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float cw = [cg width], ow; ^~~~~~~~~~ VPath.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using :- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ 351./VGraphic.h:94:1: note: also found :- (float)width;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 HiddenArea.m- (NSUInteger) count;: 295^~~~~~~~~~~~~~~~~~~~~:30: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ow = [iog width]; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using :- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ 82./VGraphic.h::94:1: note: also found 1- (float)width;: ^~~~~~~~~~~~~~~ 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:HiddenArea.m149::694:18: 1warning: 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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: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 - (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; ^~~~~~~~~~~~~~~~~~ Compiling file PathContour.m ... 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; ^ 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) ^~~~~~~~~ 6 warnings generated. Compiling file VRectangle.m ... 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96: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: 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; ^ 8 warnings generated. Compiling file VTextPath.m ... 11 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 AngleGraphicsChange.m ... Compiling file BringToFrontGraphicsChange.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 - (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; ^~~~~~~~~~~~~~~~~~~ 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 CutGraphicsChange.m ... Compiling file DeleteGraphicsChange.m ... 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 ... 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; ^~~~~~~~~~~~~~~~~~~~~ Compiling file JoinGraphicsChange.m ... /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; ^~~~~~~~~~~~~~~~~~ Compiling file LengthGraphicsChange.m ... 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 IPAllStrokeWidth.m ... Compiling file IPAllAcc.m ... Compiling file IPAllFilling.m ... IPAccText.mIPAllFilling.mIPAllAcc.m:IPAllStrokeWidth.m:::142:5994::1532: 39:warning91: :: 'NSCollectionViewItem' may not respond to 'setEnabled:'warning : 17: [[fillPopup itemAtIndex:0] setEnabled:fill0]; 'NSCollectionViewItem' may not respond to 'setEnabled:' warning ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ [[accPopup itemAtIndex:i] setEnabled:YES];warning : : IPAllFilling.mmultiple methods named 'tag' found [-Wobjc-multiple-method-names] : ~~~~~~~~~~~~~~~~~~~~~~~~ ^multiple methods named 'count' found [-Wobjc-multiple-method-names]143 switch ([sender tag]): cnt = [slayList count];32IPAllAcc.m ^~~~~~~~~~~~ :: ^~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h97warning: :'NSCollectionViewItem' may not respond to 'setEnabled:' 64228: [[fillPopup itemAtIndex:1] setEnabled:fill1]; : ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ :139IPAllFilling.m:: : warning1: note: 'NSCollectionViewItem' may not respond to 'setEnabled:'144 :32: [[accPopup itemAtIndex:i] setEnabled:NO]; using : ~~~~~~~~~~~~~~~~~~~~~~~~ ^ warning: 'NSCollectionViewItem' may not respond to 'setEnabled:' - (NSInteger) tag;note: [[fillPopup itemAtIndex:2] setEnabled:fill2]; ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ using IPAllFilling.m^~~~~~~~~~~~~~~~~~:145:32: warning: 'NSCollectionViewItem' may not respond to 'setEnabled:' - (NSUInteger) count; [[fillPopup itemAtIndex:3] setEnabled:fill3]; ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~~~~~~~~~~ IPAllFilling.m:146:32: warning: 'NSCollectionViewItem' may not respond to 'setEnabled:' /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h [[fillPopup itemAtIndex:4] setEnabled:fill4]; ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ::82:1:IPAllFilling.m:169:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ 381note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found:381:1: note: also found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: ../LayerObject.h:148:138: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:- (int)tag; ^~~~~~~~~~~ :62:1: noteIPAllFilling.m:191:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] 1: switch ([sender tag]) ^~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found note- (NSUInteger) count; // Primitive - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found : 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/Foundation/NSMapTable.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger)tag;- (NSInteger) tag; 127 ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180../LayerObject.h1:::2 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ 148/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1104:: 1note:: also found - (NSInteger)tag;note - (int)tag;: ^~~~~~~~~~~^~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ warningIPAccText.m:105:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h cnt = [slayList count]; ^~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using 91- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found 1:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found note: - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found 149:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ s generated/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:. 1: note: also found IPAccText.m- (NSUInteger) count;: 137^~~~~~~~~~~~~~~~~~~~~:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h : ^~~~~~~~~~~~ 73/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::228:1: note: using 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~ note: Compiling file SliderBox.m ... /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found: 381:1: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note: also found ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (NSInteger)tag;- (unsigned)count; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; IPAllStrokeWidth.m^~~~~~~~~~~~~~~~~: 82/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::26180:: 1warning:: multiple methods named 'width' found [-Wobjc-multiple-method-names]note : also found if (graphic != g && ![g width])- (NSInteger)tag; ^~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:111:1: note: also found :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 93../LayerObject.h:148:1: note: also found :- (int)tag; ^~~~~~~~~~~ 1: IPAccText.mnote:: 151using: 11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] - (CGFloat) width; cnt = [slayList count]; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64 :../GraphicObjects.subproj/VGraphic.h1::94 note: :using1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote:: 82:1: note: also foundalso found - (float)width; ^~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ IPAllStrokeWidth.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::9462:1: note: :also found34 :- (NSUInteger) count; // Primitive warning^~~~~~~~~~~~~~~~~~~~~: 'NSCollectionViewItem' may not respond to 'setEnabled:'/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : [[strokePopup itemAtIndex:0] setEnabled:YES]; // allways enabled 127 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 1: note: also found IPAllStrokeWidth.m- (NSUInteger) count;: 101:38: warning: 'NSCollectionViewItem' may not respond to 'setEnabled:' ^~~~~~~~~~~~~~~~~~~~~ [[strokePopup itemAtIndex:0] setEnabled:YES]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count;IPAllStrokeWidth.m :^~~~~~~~~~~~~~~~~~~~~102 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h38::91:1 : note: also found warning- (NSUInteger) count;: 'NSCollectionViewItem' may not respond to 'setEnabled:'^~~~~~~~~~~~~~~~~~~~~ [[strokePopup itemAtIndex:1] setEnabled:NO];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~~~~~~~~~~ IPAllStrokeWidth.m:112:38: warning: 'NSCollectionViewItem' may not respond to 'setEnabled:' /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h [[strokePopup itemAtIndex:0] setEnabled:YES]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ :IPAllStrokeWidth.m:113:38: warning: 'NSCollectionViewItem' may not respond to 'setEnabled:' 89 [[strokePopup itemAtIndex:1] setEnabled:YES]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ :IPAllStrokeWidth.m:117:74: warning: 1multiple methods named 'width' found [-Wobjc-multiple-method-names]: note [widthField setStringValue:buildRoundedString([doc convertToUnit:[g width]], LARGENEG_COORD, LARGE_COORD)];: also found ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 93/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::1: 73:1: note: also found note: - (NSUInteger) count;using ^~~~~~~~~~~~~~~~~~~~~- (CGFloat) width; ^~~~~~~~~~~~~~~~~~../GraphicObjects.subproj/VPath.h :60:1: note: also found ../GraphicObjects.subproj/VGraphic.h:94:1: note7- (unsigned)count;: also found ^~~~~~~~~~~~~~~~~~ warning- (float)width; ^~~~~~~~~~~~~~~ sIPAllStrokeWidth.m generated. :119:55: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [widthSlider setFloatValue:[doc convertToUnit:[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; ^~~~~~~~~~~~~~~ IPAllStrokeWidth.m:123:24: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] Compiling file IPAllLayers.m ... 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; ^~~~~~~~~~~ 4 warnings generated. Compiling file IPLayerCell.m ... 11 warnings generated. 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: 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. Compiling file IPBasicLevel.m ... Compiling file IPCrosshairs.m ... 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:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPArc.m:111: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: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; ^~~~~~~~~~~ IPArc.m:158: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; ^~~~~~~~~~~ 5 warnings generated. Compiling file IPGroup.m ... IPBasicLevel.m:72:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [lockSwitch setState:[g isLocked]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IPCrosshairs.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::316:62:1: note: 17: warning: usingmultiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) - (void)setState:(NSInteger)value; ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:^~~~~~~~~~~~~~~~~~ 281:1: note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found also found - (NSInteger)tag; - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:note: also found 71:31: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ @property NSVisualEffectState state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: ^~~~~ 180:1: note: ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (void)setState:(int)flag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:^~~~~~~~~~~~~~~~~~~~~~~~~~~ 111:IPBasicLevel.m:1: 80:note: 17: warning: also found multiple methods named 'state' found [-Wobjc-multiple-method-names] - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ BOOL flag = [lockSwitch state]; ^~~~~~~~~~~~~~~~~~ ./../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: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found :317:1- (NSInteger)tag; : note: using ^~~~~~~~~~~~~~~~~ - (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:^~~~~~~~~~~~~~~~~~~ 111:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found 1: - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: - (NSInteger) tag; note: ^~~~~~~~~~~~~~~~~~ also found ./../LayerObject.h:148:1: note: also found - (NSInteger) state; - (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~ IPBasicLevel.m:93: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; ^~~~~~~~~~~~~~~~~~ 2 warnings generated. Compiling file IPImage.m ... 3 warnings generated. Compiling file IPLine.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: 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: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]) ^~~~~~~~~~~~ /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; ^~~~~~~~~~~ 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: 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:134: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:164: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:187: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; ^~~~~~~~~~~ IPImage.m:52:25: warning: initializing 'id' with an expression of incompatible type 'NSCollectionViewItem *' { id item = [compPopUp itemAtIndex:i]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ IPImage.m:78:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [thumbSwitch setState:[g thumbnail]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~ ./../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPImage.m:81:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [compPopUp selectItemWithTag: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 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IPImage.m:94: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; ^~~~~~~~~~~ IPImage.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: 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; ^~~~~~~~~~~ IPImage.m:142: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; ^~~~~~~~~~~~~~~~~~ IPLine.m./../LayerObject.h:148:1: note: also found :- (int)tag; ^~~~~~~~~~~ 81:17: IPImage.mwarning:: 188multiple methods named 'tag' found [-Wobjc-multiple-method-names]:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ^~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h228:228:1: note: using :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: note: using 381- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found 1- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found: also found - (NSInteger)tag; - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h111::6381: note:: also found 1 warning:- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ snote: also found ./../LayerObject.h generated- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ . /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 148/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111::11: note: also found :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ note./../LayerObject.h:148:1: : notealso found : also found Compiling file IPPolyLine.m ... - (int)tag; ^~~~~~~~~~~ - (int)tag; ^~~~~~~~~~~IPImage.m :207:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] IPLine.m: BOOL flag = [thumbSwitch 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: 104:also found17 :- (NSInteger) state; 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/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; ^~~~~~~~~~~~~ IPImage.m:213: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; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found IPImage.m:250:22: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSInteger)tag; for (l=0; l<(int)[layerList count]; l++) ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~: 64/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::1:38 :note1: : using note: also found - (NSUInteger) count;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 82:1:./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ note: also found IPLine.m:128:18: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSUInteger) count; switch ( [sender tag] ) ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 62/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 1/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 note: - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ also found ./../LayerObject.h:148:1: note: also found - (NSUInteger) count; // Primitive - (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ IPLine3D.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127IPLine.m:152:18: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ( [sender tag] ) ^~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSUInteger) count;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found104:1 :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found note: - (int)tag; ^~~~~~~~~~~ also found :- (NSUInteger) count;IPLine.m:174: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/Foundation/NSIndexSet.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found 91- (NSInteger)tag; :1: ^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found : also found - (NSInteger)tag; - (NSUInteger) count;^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found^~~~~~~~~~~~~~~~~~~~~ 68/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSInteger)tag;:17: warning: : ^~~~~~~~~~~~~~~~~ 149multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: switch ([sender tag]) 111:1: ^~~~~~~~~~~~ 1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using note: - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:also foundalso found381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (NSInteger) tag;- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:./../LayerObject.h- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 89:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: :1148:: notenote: also found : 1:also found - (NSUInteger) count;note: ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:- (int)tag; 73:1:^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found note: - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ IPLine.malso found :./../LayerObject.h:148:1: note: also found 195:- (NSUInteger) count; 17:^~~~~~~~~~~~~~~~~~~~~ - (int)tag; ^~~~~~~~~~~ warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] ../GraphicObjects.subproj/VPath.h switch ([sender tag]) :60 ^~~~~~~~~~~~IPLine3D.m:89:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h switch ([sender tag]) ^~~~~~~~~~~~ :: 228:note: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using 1- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ - (unsigned)count;: ^~~~~~~~~~~~~~~~~~note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found : using IPImage.m- (NSInteger) tag; :254^~~~~~~~~~~~~~~~~~ :26/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :381 warning:1: multiple methods named 'count' found [-Wobjc-multiple-method-names]:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ for (i=0; i<(int)[lList count]; i++): 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/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::38:641/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found :1: note: : also foundnote : - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ using- (NSInteger)tag; ./../LayerObject.h:148:1: note: also found ^~~~~~~~~~~~~~~~~ - (int)tag; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:- (NSUInteger) count; IPLine3D.m:112:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] 180 switch ([sender tag]) ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using :1- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found 82:- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found : 1:- (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found note- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ - (NSInteger)tag;./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ : IPLine3D.m:125:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: cnt = [slayList count]; ^~~~~~~~~~~~~~~~ 111/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1::1 note: using :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count;- (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:127:1: note: also found note: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSInteger) tag; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :62/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found :1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found ./../LayerObject.h:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 148/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found note:1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : ../GraphicObjects.subproj/VPath.h:60:1: note: also found also found- (unsigned)count; ^~~~~~~~~~~~~~~~~~ : also found - (int)tag; ^~~~~~~~~~~IPLine3D.m:154:18: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ switch ( [sender tag] )/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : ^~~~~~~~~~~~127 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1:228:1: note: using :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote: :also found381 :1: note: also found - (NSUInteger) count;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; /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/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSInteger)tag; 91^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:11: note: :also found - (NSInteger) tag;note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::148149:1: note: also found :- (int)tag; ^~~~~~~~~~~ 1: note: also found IPLine3D.m- (NSUInteger) count;:180:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h228::1: note: using 89- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1:381:1: note: also found :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found also found- (NSInteger)tag; - (NSUInteger) count;^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found :- (NSInteger) tag;73 :^~~~~~~~~~~~~~~~~~ 1./../LayerObject.h:148:1:: notenote: also found : - (int)tag; ^~~~~~~~~~~ also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ IPLine3D.m../GraphicObjects.subproj/VPath.h:60:1: note: also found :- (unsigned)count; ^~~~~~~~~~~~~~~~~~ 203:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] IPImage.m switch ([sender tag]) ^~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h295::228:151: note: using :- (NSInteger) tag; warning: ^~~~~~~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; cnt = [slayList count];^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h38:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 64/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: using 111- (NSUInteger) count;:1: note: also found - (NSInteger) tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h./../LayerObject.h:148:1: note: also found :- (int)tag; ^~~~~~~~~~~ 82:1: note: also found IPLine3D.m- (NSUInteger) count;: 227: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; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h./../LayerObject.h:148:1: note: also found :- (int)tag; ^~~~~~~~~~~ 62:1: note: also found IPLine3D.m:239:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; // Primitive cnt = [slayList count]; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :127:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h1:: note: also found 64- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (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 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :../GraphicObjects.subproj/VPath.h:60:1: note: also found 82- (unsigned)count; ^~~~~~~~~~~~~~~~~~ :1: note: IPImage.m:330also found :9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] - (NSUInteger) count; cnt = [slayList count]; ^ IPImage.m:324:5: note: previous statement is here ^~~~~~~~~~~~~~~~~~~~~ if (type != VImageJPEG) ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hIPImage.m:330:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] : cnt = [slayList count]; ^~~~~~~~~~~~~~~~ 62/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::64:1: note: using 1:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found note: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (NSUInteger) count; // Primitive62:1: note: also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h^~~~~~~~~~~~~~~~~~~~~ :127/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found :1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: note104:1: note: also found : also found - (NSUInteger) count; - (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/NSHashTable.h:^~~~~~~~~~~~~~~~~~~~~ 104:1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149:1: note: also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: - (NSUInteger) count; also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~~~~ :91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:1::73:1: note: notealso found : also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ../GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h60::1: note: also found 149- (unsigned)count; ^~~~~~~~~~~~~~~~~~ :6 warnings generated. 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 Compiling file IPMark.m ... - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPPolyLine.m:67: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; ^~~~~~~~~~~ IPPolyLine.m:90: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; ^~~~~~~~~~~ 9 warnings generated. 2 warnings generated. Compiling file IPPath.m ... Compiling file IPRectangle.m ... 14 warnings generated. Compiling file IPThread.m ... IPMark.m:50:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [zSwitch setState:([g is3D]) ? YES : NO]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPMark.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; ^~~~~~~~~~~ IPMark.m:91: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; ^~~~~~~~~~~ IPMark.m:120:19: 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; ^~~~~~~~~~~~~~~~~~ IPMark.m:130:34: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [g set3D:[zSwitch 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; ^~~~~~~~~~~~~ IPMark.m:134:28: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [zField setEnabled:[zSwitch 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; ^~~~~~~~~~~~~ IPMark.m:135:34: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [zLeftButton setEnabled:[zSwitch 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; ^~~~~~~~~~~~~ IPMark.m:136:34: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [zRightButton setEnabled:[zSwitch state]]; ^~~~~~~~~~~~~~~ IPPath.m:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:78:17: 317:1: note: using warning: - (NSInteger)state; multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~ switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: 60:using 1: note: - (NSInteger) tag; also found ^~~~~~~~~~~~~~~~~~ - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:IPRectangle.m::68:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] 322: switch ([sender tag]) ^~~~~~~~~~~~ 3811:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found : also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found also found- (NSInteger) state;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note : IPThread.m^~~~~~~~~~~~~~~~~~~~ :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:10145 :- (NSInteger) tag;1 - (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found: ^~~~~~~~~~~~~~~~~~38 :- (NSInteger) state; :1:^~~~~~~~~~~~~~~~~~~~ 5/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h./../graphicsUndo.subproj/../LayerObject.h:71:: :warning: 31: note: 148multiple methods named 'setState:' found [-Wobjc-multiple-method-names] also found [leftTurnSwitch setState:([g angle] < 0.0) ? 1 : 0];: 1: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~@property NSVisualEffectState state; note: ^~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h./../graphicsUndo.subproj/../LayerObject.h :note- (NSInteger)tag;316: ::also found 1^~~~~~~~~~~~~~~~~154:- (int)tag; : 1: note: note: usingalso found ^~~~~~~~~~~- (int)state; - (void)setState:(NSInteger)value;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: ^~~~~~~~~~~~~180:1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~IPRectangle.m:: 80note:: 15 :also found warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h : multiple methods named 'count' found [-Wobjc-multiple-method-names]:IPMark.m- (NSInteger)tag;59::1: 142:note 17: cnt = [slayList count];: also found ^~~~~~~~~~~~~~~~~ warning ^~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:multiple methods named 'tag' found [-Wobjc-multiple-method-names] - (void)setState:(NSInteger)value;111 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch ([sender tag]) 1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h note: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: ^~~~~~~~~~~~281:1also found: 64/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :note1: :also found note228: :using1 - (NSInteger) tag;:- (void) setState: (NSInteger)state; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ note: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h:^~~~~~~~~~~~~~~~~~~~~148 :using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h 1 :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:71:31:82 note381note: : :also found: also found 11::@property NSVisualEffectState state; - (int)tag; ^~~~~note : ^~~~~~~~~~~also found ./../LayerObject.h:- (NSInteger)tag;IPPath.m153: 94note^~~~~~~~~~~~~~~~~::15: 1: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names]also found : cnt = [slayList count];/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :note: - (NSUInteger) count;38:1 ^~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~~~~ note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64 ::62- (NSInteger)tag;:also found1:1: note : usingnote^~~~~~~~~~~~~~~~~: - (void)setState:(int)flag; also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:^~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;180 :IPThread.m:- (NSUInteger) count; // Primitive46^~~~~~~~~~~~~~~~~~~~~ 1: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: ^~~~~~~~~~~~~~~~~~~~~::82:51:also found :note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:- (NSInteger)tag; 127^~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:warning: - (NSUInteger) count;multiple methods named 'setState:' found [-Wobjc-multiple-method-names]111:1 :: [externalSwitch setState:([g external]) ? 1 : 0];1 note: ^~~~~~~~~~~~~~~~~~~~~also found : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: 62- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~ 1./../graphicsUndo.subproj/../LayerObject.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h notenote::: 148: also found :also found - (NSUInteger) count; // Primitive1 316:^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:note: also found- (NSUInteger) count;127: :1- (int)tag; ^~~~~~~~~~~: note^~~~~~~~~~~~~~~~~~~~~note : : using also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (void)setState:(NSInteger)value;: 104^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h: : 59:1- (NSUInteger) count;note: also found ^~~~~~~~~~~~~~~~~~~~~:- (NSUInteger) count; note: also found ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (void)setState:(NSInteger)value;: 104/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 91::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h 1note:: : note281: :also found also found1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :also found149: ^~~~~~~~~~~~~~~~~~~~~1 :- (void) setState: (NSInteger)state; note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: also found: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~91:1 : - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSUInteger) count;: 71^~~~~~~~~~~~~~~~~~~~~:89 :31/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1::149 ::note1: : also found notenote- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ : - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :73^~~~~~~~~~~~~~~~~~~~~also found : 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: @property NSVisualEffectState state;89note:: 1also found: note - (NSUInteger) count; ^~~~~ : ^~~~~~~~~~~~~~~~~~~~~also found ../GraphicObjects.subproj/VPath.h- (NSUInteger) count;: 60./../LayerObject.h:1^~~~~~~~~~~~~~~~~~~~~:153 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1 :73note:: 1also found: :note: - (unsigned)count;also found ^~~~~~~~~~~~~~~~~~ note: - (NSUInteger) count; also found^~~~~~~~~~~~~~~~~~~~~ IPRectangle.m ../GraphicObjects.subproj/VPath.h:- (void)setState:(int)flag;:107:17 60:^~~~~~~~~~~~~~~~~~~~~~~~~~~:1 : notewarning: : also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] IPThread.m- (unsigned)count; switch ([sender tag]) : ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:22857:1: IPPath.mnote:: :127:using17 :17 - (NSInteger) tag; :warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~ warning switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : : ^~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h381::228:11:: notenote: switch ([sender tag]): usingalso found - (NSInteger) tag;- (NSInteger)tag; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::38381::11:: notenote: : also foundalso found - (NSInteger)tag;- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h228/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::18038::11:: notenote: : :also foundalso found 1- (NSInteger)tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180 ::1: notenote111: :also found: 1using : - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~ - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 111:- (NSInteger) tag;1 : ^~~~~~~~~~~~~~~~~~note: also found ^~~~~~~~~~~~~~~~~~ - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h./../graphicsUndo.subproj/../LayerObject.h148::148:1:: 3811note:: :also foundnote : also found- (int)tag; ^~~~~~~~~~~ - (int)tag; ^~~~~~~~~~~ 1IPRectangle.mIPPath.m::144:130::1517:: warningwarning: : multiple methods named 'count' found [-Wobjc-multiple-method-names]multiple methods named 'tag' found [-Wobjc-multiple-method-names] cnt = [slayList count];note switch ([sender tag]) ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.halso found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :64228- (NSInteger)tag;::1: IPMark.m ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.husing: 38- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82:note: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: 180- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :note62: :also found1 :- (NSInteger)tag; note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSUInteger) count; // Primitive: 111^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1::127 :note1: :also found - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found ./../LayerObject.h- (NSUInteger) count;: 148^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :note1: :also found note- (int)tag;: also found^~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hIPThread.m::9182::117:: notewarning: : also found multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSUInteger) count; switch ([sender tag])^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :149/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::1228:: 1note:: also foundnote : - (NSUInteger) count;using ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~~~~~~~~: 89/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381:: 1note:: note158: 1also found :- (NSInteger)tag; also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:1538::1^~~~~~~~~~~~~~~~~~~~~: note:: also found - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h warning^~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :180note:73:1:: multiple methods named 'count' found [-Wobjc-multiple-method-names]note: also found using- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:note111: :1also found: - (NSInteger) tag; note cnt = [slayList count];: - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~- (NSInteger) tag; ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: 148::1: ../GraphicObjects.subproj/VPath.hnote:: 381also found: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (int)tag;60 :^~~~~~~~~~~: 1: IPThread.m64::note96: :11:also found warning1: multiple methods named 'count' found [-Wobjc-multiple-method-names]1 - (unsigned)count; cnt = [slayList count]; : ^~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :64note: 1: : note: note: also foundusing using IPPath.m- (NSUInteger) count; - (NSInteger)tag; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82: 1^~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~~~~ 174note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~: 82/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:1762:: 1::warning : note: 1also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] :- (NSUInteger) count; // Primitive switch ([sender tag]) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h127:228::1:: note1: :also found 38- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~also found :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :1:104:1note: : note: also foundusing note: also found - (NSUInteger) count;- (NSUInteger) count; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h ^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~91 :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62: 381also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :149note:: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: :note: also foundalso found 180- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~: - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :note: 89::also found 1:1 note: ^~~~~~~~~~~~~~~~~also found - (NSUInteger) count; // Primitive- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 138: note:: also found127 1- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~: also found../GraphicObjects.subproj/VPath.h:160 ::1- (NSInteger)tag;: :note: also found note- (unsigned)count;: also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count; IPThread.m^~~~~~~~~~~~~~~~~: 119 :17:note : warning: ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'state' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: BOOL flag = [leftTurnSwitch state]; 111: ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:1317also found::1: note:: using104 note- (NSInteger)state;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60: 1:: also found1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote: notealso found: - (NSInteger) tag;- (NSInteger)state;180 ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: :^~~~~~~~~~~~~~~~~~ 322./../graphicsUndo.subproj/../LayerObject.h:also found1:: note: :also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: 91:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h1:101148:11:: note: :also found :- (NSInteger) state;1 ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:: note71:note31: :: notenote: : also foundalso found also found@property NSVisualEffectState state; also found ^~~~~ - (NSUInteger) count;./../LayerObject.h : 154- (NSInteger)tag;:^~~~~~~~~~~~~~~~~~~~~1 :- (int)tag; note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: also found149 :- (int)state;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~^~~~~~~~~~~ IPThread.m :125:15/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:IPRectangle.m :warning111: :1: multiple methods named 'count' found [-Wobjc-multiple-method-names]note : cnt = [slayList count]; 153:17 ^~~~~~~~~~~~~~~~ : warning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 64: :also found1 : switch ([sender tag]) note- (NSInteger) tag;: using1 :- (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.halso found:82 :./../graphicsUndo.subproj/../LayerObject.h:1481/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:- (NSUInteger) count; note: :also found: 1- (NSUInteger) count;228 ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62:1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 1note : 89also found: 1:- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found :127note: :1- (int)tag;:also found ^~~~~~~~~~~note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~note: - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~~~~~IPPath.m :73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:using104197: 1::: note1:: - (NSInteger) tag; also found note: - (NSUInteger) count;17: also found^~~~~~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~: 91:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1::381 - (NSUInteger) count; :note^~~~~~~~~~~~~~~~~~~~~ : multiple methods named 'tag' found [-Wobjc-multiple-method-names] also found ../GraphicObjects.subproj/VPath.h:- (NSUInteger) count;60 switch ([sender tag])^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:1149::1 :note : notealso found: also found- (NSInteger)tag; - (NSUInteger) count;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:189 ^~~~~~~~~~~~: 1:: notenote: : also foundalso found 38- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::22873- (unsigned)count; :^~~~~~~~~~~~~~~~~~1:: note: 1also found : note: using- (NSUInteger) count; IPMark.m^~~~~~~~~~~~~~~~~~~~~ 1../GraphicObjects.subproj/VPath.h :60::1- (NSInteger) tag;: note:: also found - (unsigned)count;182 note^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ :11: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found IPThread.m:::151 :38117: - (NSInteger)tag;warning : warningmultiple methods named 'state' found [-Wobjc-multiple-method-names]: : BOOL flag = [externalSwitch state];1 multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: cnt = [slayList count];317 : note: also found 1:- (NSInteger)tag; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote : :using 180- (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:^~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::6038::1 : note: 1also found :- (NSInteger)state; note^~~~~~~~~~~~~~~~~~~:: 1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.husing:note322note:: 1 :also found note- (NSUInteger) count;: - (NSInteger)tag;also found : - (NSInteger) state;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:- (NSInteger)tag;101::1 : 111note: :also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82 1- (NSInteger) state;: ^~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h^~~~~~~~~~~~~~~~~:711::31note:: notealso found: also found - (NSInteger) tag;@property NSVisualEffectState state; ^~~~~ note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h./../LayerObject.h::: also found154 :^~~~~~~~~~~~~~~~~~1 :- (NSUInteger) count; 180 note: also found ^~~~~~~~~~~~~~~~~~~~~- (int)state; :^~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.hIPThread.m::156:1:15 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h warning148: multiple methods named 'count' found [-Wobjc-multiple-method-names]: : cnt = [slayList count]; 1 ^~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:62:64:1: note1: using note- (NSUInteger) count;: note^~~~~~~~~~~~~~~~~~~~~also found : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :82::1: note- (NSInteger)tag;: also foundalso found note- (NSUInteger) count; - (int)tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :62:1 : ^~~~~~~~~~~~~~~~~ : note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 111also foundIPRectangle.m: also found- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h176::12717::1 :warning : note: - (NSUInteger) count; // Primitivealso foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSUInteger) count; switch ([sender tag])^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 : 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 127note:: ^~~~~~~~~~~~also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h note^~~~~~~~~~~~~~~~~~~~~:228 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found911:: 11:note note- (NSInteger) tag;: : also found also found - (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.husing: 149- (NSUInteger) count;: 1- (NSInteger) tag; :^~~~~~~~~~~~~~~~~~~~~ note: ^~~~~~~~~~~~~~~~~~also found^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:./../graphicsUndo.subproj/../LayerObject.h89::381:1:148::1: 1note: notealso found: 104also found:- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :note: 73note:: 1 : also foundnote : also found- (NSInteger)tag; also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (int)tag;../GraphicObjects.subproj/VPath.h :^~~~~~~~~~~60 :1: note: IPPath.malso found: - (unsigned)count;- (NSUInteger) count; 222^~~~~~~~~~~~~~~~~~:17 : warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~ switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::38:1: note: also found 1:- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found 91:- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ note./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found : - (int)tag; ^~~~~~~~~~~ also found note: also found IPPath.m:267:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ - (NSUInteger) count; /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/Foundation/NSMetadata.h:- (NSInteger)tag;149: 1^~~~~~~~~~~~~~~~~ :/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 note: - (NSInteger)tag; also found^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found 180:- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~ 1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:1: note: also found 111:1: note: also found - (NSUInteger) count; - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:./../graphicsUndo.subproj/../LayerObject.h:148:1: note: 1: note: also found also found - (int)tag; ^~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ IPRectangle.m:201../GraphicObjects.subproj/VPath.h::17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] 60:1: note: also found switch ([sender tag]) ^~~~~~~~~~~~ - (unsigned)count; /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; ^~~~~~~~~~~ 9 warnings generated. Compiling file IPText.m ... 11 warnings generated. 8 warnings generated. Compiling file IPWeb.m ... Compiling file IPTextPath.m ... 7 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:IPTextPath.m:1: 47:5: note: warning: also found multiple methods named 'setState:' found [-Wobjc-multiple-method-names] - (unsigned)count; ^~~~~~~~~~~~~~~~~~ [showPathSwitch setState:[g showsPath]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: IPText.m:note: 112:using 17: - (void)setState:(NSInteger)value; warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:159:: note: 1: note: using also found - (NSInteger) tag; - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:IPSinking.m: 149:10: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h281 switch ([sender tag]) ^~~~~~~~~~~~ ::1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using 381- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :: 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag;note: ^~~~~~~~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::111:11:: note: notealso found : - (void) setState: (NSInteger)state;also found - (NSInteger) tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h148::180^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :11: :note : notealso found : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found :- (NSInteger)tag;71 :^~~~~~~~~~~~~~~~~31 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111also found: 1- (int)tag;: ^~~~~~~~~~~ note: also found @property NSVisualEffectState state; - (NSInteger) tag;IPSinking.m :^~~~~~~~~~~~~~~~~~ 169./../graphicsUndo.subproj/../LayerObject.h::17148:: 1warning: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] note ^~~~~: also found switch ([sender tag]) ./../graphicsUndo.subproj/../LayerObject.h- (int)tag; :^~~~~~~~~~~153 :1: IPText.m ^~~~~~~~~~~~: 135note:: 17also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hwarning: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]228 :1 switch ([sender tag]): ^~~~~~~~~~~~note: using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (void)setState:(int)flag; :- (NSInteger) tag;228 :^~~~~~~~~~~~~~~~~~1 :^~~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :using381 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found IPTextPath.m::38148::15:: notewarning: : also foundmultiple methods named 'setState:' found [-Wobjc-multiple-method-names] - (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ [serialNumberSwitch setState:[g isSerialNumber]];^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::3838::11:: notenote: : also found also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSInteger)tag; - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :316180::11: :note : using note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 :- (NSInteger)tag; 1^~~~~~~~~~~~~~~~~: - (void)setState:(NSInteger)value; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h111::591::1 :note : notealso found: also found - (NSInteger) tag;note : also found ^~~~~~~~~~~~~~~~~~- (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::148281:1- (NSInteger)tag;: :note1: : also foundnote: ^~~~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111IPText.m::1160:: 17note: :also found warning- (void) setState: (NSInteger)state; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ switch ([sender tag]) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h ^~~~~~~~~~~~: 71/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:31: :note: 228also found: 1../LayerObject.h: :note148: :using 1- (NSInteger) tag; : ^~~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h@property NSVisualEffectState state;: 381 ^~~~~: 1- (int)tag;: ^~~~~~~~~~~ note: also found IPSinking.m- (NSInteger)tag; :^~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h153::138:: 1note:: also foundnote : 188:also found11 : - (NSInteger)tag;warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~- (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :180 cnt = [slayList count];: 1 ^~~~~~~~~~~~~~~~ :IPTextPath.m :note59: :also found17 :- (NSInteger)tag; warning: ^~~~~~~~~~~~~~~~~multiple methods named 'state' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::11164::11:: notenote BOOL flag = [showPathSwitch state]; : ^~~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSInteger) tag;317 :^~~~~~~~~~~~~~~~~~1 :./../graphicsUndo.subproj/../LayerObject.h :note148: :using : 1- (NSInteger)state; :^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote:: 60also found: 1: - (int)tag;note : ^~~~~~~~~~~also found using - (NSInteger)state; IPText.m:- (NSUInteger) count;173 :^~~~~~~~~~~~~~~~~~~~~11 :^~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names]322 : cnt = [slayList count];1 : ^~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.halso found: 64/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::182:: 1note:: usingnote : - (NSUInteger) count; also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 82:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h1: :note: 62also found: 1- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:note: 62:also found1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.hnote:: 101also found: 1- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found :- (NSUInteger) count; // Primitive127 :^~~~~~~~~~~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :also found1 :- (NSUInteger) count; - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h104:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 71/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1::31 note: note: also found also found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote: :also found 149/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1104: :note: 1also found : - (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~@property NSVisualEffectState state; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ^~~~~ :89./../graphicsUndo.subproj/../LayerObject.h::1154:: 1note: : note: also foundalso found - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~~~~~~~~~: 73- (int)state;: 1^~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :note91: :also found1 : - (NSUInteger) count;note: IPTextPath.m^~~~~~~~~~~~~~~~~~~~~: 61../GraphicObjects.subproj/VPath.h::1160: :warning1: :multiple methods named 'count' found [-Wobjc-multiple-method-names] also found note cnt = [slayList count]; : - (NSUInteger) count; also found^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~- (unsigned)count; ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :149/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: IPText.mnote:: 204using: 17::1 : warningnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found - (NSUInteger) count; switch ([sender tag]) - (NSUInteger) count; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~~~~~: 228/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::189: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote:: 82:using 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found381 ::1- (NSUInteger) count;:1 :note: also foundnote : - (NSInteger)tag; ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~~~~~: 38- (NSUInteger) count;: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: note73: :also found 1- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180also found: 1^~~~~~~~~~~~~~~~~~~~~: - (NSUInteger) count;note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSInteger)tag; :^~~~~~~~~~~~~~~~~62 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h1::111 :1^~~~~~~~~~~~~~~~~~~~~: notenote: : also foundalso found - (NSInteger) tag;../GraphicObjects.subproj/VPath.h ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; // Primitive ./../graphicsUndo.subproj/../LayerObject.h::60148::11:: note : note: also foundalso found ^~~~~~~~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~- (unsigned)count; ^~~~~~~~~~~~~~~~~~IPText.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h217::12711:: 1warning: :multiple methods named 'count' found [-Wobjc-multiple-method-names] IPSinking.m cnt = [slayList count];: 209 ^~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h11:64note:: 1also found: :note: using- (NSUInteger) count; - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :^~~~~~~~~~~~~~~~~~~~~82: 1 cnt = [slayList count];: ^~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h104::621::1 :note : note: also foundalso found :- (NSUInteger) count; // Primitive 64^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1::127 :note1: :using note- (NSUInteger) count;: - (NSUInteger) count; also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :^~~~~~~~~~~~~~~~~~~~~82 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1104: :note: 1also found :^~~~~~~~~~~~~~~~~~~~~ note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSUInteger) count; 91:^~~~~~~~~~~~~~~~~~~~~1 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote: :also found91 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h1:: 62note:: 1also found: - (NSUInteger) count;note: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (NSUInteger) count; // Primitive 149^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1^~~~~~~~~~~~~~~~~~~~~: :note127: :also found1 : - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :^~~~~~~~~~~~~~~~~~~~~ 149/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::189:: 1:note: also foundnote : notealso found: also found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104:731:: 1note: :also found note- (NSUInteger) count;: also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :../GraphicObjects.subproj/VPath.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h60::891::1 : note: also foundnote: also found - (unsigned)count;91 :^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73IPText.m::1241:: 17note: :also found warning:: multiple methods named 'state' found [-Wobjc-multiple-method-names]note : - (NSUInteger) count;also found BOOL flag = [serialNumberSwitch state]; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~~~~ :../GraphicObjects.subproj/VPath.h317::601::1 :note: using note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :149- (NSInteger)state;: 1^~~~~~~~~~~~~~~~~~~: note: also foundalso found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::189:: 1note:: also foundnote: also found- (unsigned)count; - (NSInteger)state;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::32273::11IPTextPath.m::81 :note17: :: note: warning: also foundmultiple methods named 'state' found [-Wobjc-multiple-method-names] also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ BOOL flag = [serialNumberSwitch state]; ../GraphicObjects.subproj/VPath.h ^~~~~~~~~~~~~~~~~~~~~~~~~~: - (NSInteger) state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~317 :601::1 : notenote: : also foundusing /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h- (unsigned)count;- (NSInteger)state; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ :101:1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:: 60:IPSinking.m1note:: also foundnote : :also found252 :11: - (NSInteger)state;warning: - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:322multiple methods named 'count' found [-Wobjc-multiple-method-names]: 1::71 :note31: : also found cnt = [slayList count];note : - (NSInteger) state;also found ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ @property NSVisualEffectState state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ^~~~~: 64101::11:: note: ./../graphicsUndo.subproj/../LayerObject.husing: 154note:: 1also found: - (NSUInteger) count;note: - (NSInteger) state;also found ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::71- (int)state; 82^~~~~~~~~~~~~: 1::31 : notenote: : also foundalso found IPText.m@property NSVisualEffectState state; : ^~~~~- (NSUInteger) count; ./../graphicsUndo.subproj/../LayerObject.h244^~~~~~~~~~~~~~~~~~~~~: 11/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62warning:: 1::154 :note1: : also foundnote: also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; // Primitive- (int)state; ^~~~~~~~~~~~~ cnt = [slayList count];^~~~~~~~~~~~~~~~~~~~~ IPTextPath.m ^~~~~~~~~~~~~~~~: 83/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::11127: :warning: 1multiple methods named 'count' found [-Wobjc-multiple-method-names] :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note: 64also found : cnt = [slayList count];- (NSUInteger) count; ^~~~~~~~~~~~~~~~ 1 :^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: 64 :note1: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :noteusing: using104 :- (NSUInteger) count;1 : - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :^~~~~~~~~~~~~~~~~~~~~ 82/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::182:: 1note:: also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ also found- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~: 62/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::191: :note: 1also found: ^~~~~~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~ 62/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:- (NSUInteger) count;127 ::11: :note: also foundnote^~~~~~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 149- (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: 104^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :note: 127also found ::11:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found 91:: 1:note : note: also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h149::1041:: 1note: :also found note: also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::8989::11: :note: also foundnote : - (NSUInteger) count;also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::9173::11:: note: notealso found : - (NSUInteger) count;also found - (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::1149:: 1note: :also found note: also found - (unsigned)count; - (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/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::173: :1: note: also found note: - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;../GraphicObjects.subproj/VPath.h:60:1: note: also found ^~~~~~~~~~~~~~~~~~~~~- (unsigned)count; ../GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~~: 60:1: note: IPText.malso found: 267- (unsigned)count;:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [fitHorizontalSwitch 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:IPSinking.m1:: note: also found 308:- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ 11/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found : - (NSInteger) state;warning : ^~~~~~~~~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h : cnt = [slayList count]; 101 ^~~~~~~~~~~~~~~~:1: note: also found - (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h64::1: note: using 71- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 31: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found @property NSVisualEffectState state; ^~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: 154:1: note: also found also found - (int)state; ^~~~~~~~~~~~~ - (NSUInteger) count; // Primitive IPText.m:^~~~~~~~~~~~~~~~~~~~~ 270:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: cnt = [slayList count]; ^~~~~~~~~~~~~~~~ 127:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found 1:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found also found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:: 1: notenote: : also foundalso found - (NSUInteger) count; - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::89127::11: :note: also found 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^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h60::911:: 1note:: also foundnote: also found - (unsigned)count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 6 warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found s- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ generated/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:293:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [centerVerticalSwitch 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; ^~~~~~~~~~~~~ IPText.m:296: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. 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 ProjectSettings.m ... Compiling file PSInfo.m ... Compiling file PSFontInfo.m ... Compiling file PSSettings.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 TPAlign.m ... Compiling file TPMix.m ... Compiling file TPMove.m ... TPMix.m:TPAlign.m:66:2269: :warning: 9multiple methods named 'state' found [-Wobjc-multiple-method-names] : BOOL mixLayers = [mixLayersSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using multiple methods named 'state' found [-Wobjc-multiple-method-names]- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ if ([alignLayerSwitch state]) ^~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:1: 317:1: note: note: also found using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:322:1:60:1: note: note: also found also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:322:1: 101:note: also found 1: note: - (NSInteger) state; also found ^~~~~~~~~~~~~~~~~~~~- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h@property NSVisualEffectState state; ^~~~~ :./../graphicsUndo.subproj/../LayerObject.h:154:1101:: note: also found 1: note: also found - (int)state; ^~~~~~~~~~~~~ Compiling file TPScale.m ... - (NSInteger) state;TPMix.m: ^~~~~~~~~~~~~~~~~~~~ 73/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::25: warning: 71:multiple methods named 'count' found [-Wobjc-multiple-method-names] 31 for (l=0, cnt = [slayList count]; l0; j-- ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~ TPMix.m:97:40: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] i1 = (int)((float)([[slayList objectAtIndex:l1] count]-1) * Rand());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; ^~~~~~~~~~~~~~~~~~ TPAlign.m:82:18: 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 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h111:64:1: note: using :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found : - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127: 1- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :./../graphicsUndo.subproj/../LayerObject.h note: also found :- (NSUInteger) count;148 :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found :91:1: note: also found - (int)tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:^~~~~~~~~~~149 :1: note: also found TPAlign.m- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found 90- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found 57- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] TPMix.m default: NSLog(@"Unsupported align tag %d", [sender tag]); return;: 108:26: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~ switch ( [sender tag] ) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ^~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h228:228::1: note: 1using :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger) tag;: 381^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:: note: also found 1- (NSInteger)tag;: note: also found - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38also found:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180: 1^~~~~~~~~~~~~~~~~: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found 180- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :./../graphicsUndo.subproj/../LayerObject.h1:: note: also found 148- (NSInteger)tag;:1: note: also found - (int)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; ^~~~~~~~~~~ TPAlign.m:90:57: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] default: NSLog(@"Unsupported align tag %d", [sender tag]); return; ~~ ^~~~~~~~~~~~ %ld TPAlign.m:97:25: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (l=0, cnt = [slayList count]; l= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apContour.m:97:13: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] return ([[contourSwitchMatrix cellAtRow:SWITCH_USERASTER 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 Compiling file WorkingAreaPanel.m ... : 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: App.musing: 1047- (NSInteger)state;: 80^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hwarning:: 60result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] : if ( (m = [mArray indexOfObject:[NSString stringWithUTF8String:mStr]]) != NSNotFound )1 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ note: also found App.m- (NSInteger)state;: 1106^~~~~~~~~~~~~~~~~~~: 23/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:: 322:1: note: also found warning- (NSInteger) state;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~ int tag = [sender tag];/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; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ^~~~~ :./LayerObject.h:154:1: note: also found 228- (int)state; ^~~~~~~~~~~~~ :1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found 1- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h generated:. 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; ^~~~~~~~~~~ Compiling file IntersectionPanel.m ... 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; ^~~~~~~~~~~~~~~~~ /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 ... 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; ^~~~~~~~~~~~~~~~~~~ 3 warnings generated. /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 Compiling file DocView.m ... : 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 dvDrag.m- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h134:65: :warning: 149'VText' may not respond to 'initWithFile:' : graphic = [[[VText allocWithZone:(NSZone *)[self zone]] initWithFile:file] autorelease];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: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 pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-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; ^~~~~ dvGrid.m:./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found 1- (int)state; ^~~~~~~~~~~~~ warning75 generated. :30: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] [self setGridEnabled:[sender tag] ? YES : NO]; ^~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~ DocView.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38 Compiling file dvPasteboard.m ... :1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 1621/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 18/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.hwarning:: 148multiple methods named 'count' found [-Wobjc-multiple-method-names] : if (![[aList objectAtIndex:l] count])1 : note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~ /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:1626:20: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[[aList objectAtIndex:l] 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; ^~~~~~~~~~~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~~ 1 warning generated. 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 Compiling file dvTile.m ... : 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: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: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: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: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 ... 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)]; ^~~~~~~ 59 warnings generated. /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: Compiling file ProgressIndicator.m ... 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, ^ Compiling file DXFImportSub.m ... 11 warnings generated. Compiling file GerberImportSub.m ... propertyList.m:40:12: warning: class 'PropertyList' defined without specifying a base class [-Wobjc-root-class] @interface PropertyList ^ propertyList.m:40:24: note: add a super class to fix this problem @interface PropertyList ^ : NSObject 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; ^~~~~~~~~~~~~~~~~~~~~ 2/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found warning- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ s generated. /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 Compiling file DINImportSub.m ... - (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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.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: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: 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:184:9: 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:190:19: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] int cnt = [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: 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:199:34: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~ ./VHFShared/types.h:125:36: 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/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberImportSub.m:199:34: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~ ./VHFShared/types.h:125:47: 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/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberImportSub.m:199:34: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~ ./VHFShared/types.h:125:53: 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/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberImportSub.m:218:13: 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 HPGLImportSub.m- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56./GraphicObjects.subproj/VGraphic.h::2596: :warning: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ [g addList:aList at:[[g list] count]]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using GerberImportSub.m- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 267/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 5/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.hwarning:127:1: note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ [g setWidth:(fill) ? 0.0 :state.width];/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/AppKit/NSTableColumn.h/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; ^~~~~~~~~~~~~~~~~~ HPGLImportSub.m:58: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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ HPGLImportSub.m:70:25: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] [g addList:aList at:[[g 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; ^~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~~~~PSImportSub.m::66:1092: :warning: 1multiple methods named 'count' found [-Wobjc-multiple-method-names] : if ( [aList count] > 0 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: notenote: using : - (NSUInteger) count;using ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :./GraphicObjects.subproj/VPath.h:82- (void) setWidth: (CGFloat)newWidth; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1./GraphicObjects.subproj/VGraphic.h:96:1: note: also found :- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:312:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h5: warning:: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] 62 [g setWidth:(fill) ? 0.0 :state.width]; 60 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::92:1: note : note: usingalso found :- (void) setWidth: (CGFloat)newWidth; - (unsigned)count;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h1:HPGLImportSub.m96:1: :note: 73also found: 5- (void)setWidth:(float)w; :^~~~~~~~~~~~~~~~~~~~~~~~~~ :warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width];note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hGerberImportSub.m:473:5: :warning: 92multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [g setWidth:(fill) ? 0.0 :state.width]; 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note92:1: note: : using using- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~127 - (void) setWidth: (CGFloat)newWidth;./GraphicObjects.subproj/VGraphic.h: 96^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:1 : note: ./GraphicObjects.subproj/VGraphic.halso found: 96- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~ :11:GerberImportSub.m note: also found ::- (void)setWidth:(float)w; 498^~~~~~~~~~~~~~~~~~~~~~~~~~ : 12note: also found :- (NSUInteger) count; warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[aList count]-1; i>=0; i--)^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found ^~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found 82- (NSUInteger) count; :1: ^~~~~~~~~~~~~~~~~~~~~note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found :- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ 89/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::1127: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 1/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:note: also found 149- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :./GraphicObjects.subproj/VPath.h1: note: also found :- (NSUInteger) count; 60^~~~~~~~~~~~~~~~~~~~~: 1/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 note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count;- (unsigned)count; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:511:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] PSImportSub.m for (i=[list count]-1; i>=0; i--): 72 ^~~~~~~~~~~~: 9/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: :using warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (NSUInteger) count; [g setWidth:0.0]; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using 82- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :./GraphicObjects.subproj/VGraphic.h:96:1: note: also found 1- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ : note: also found PSImportSub.m- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h85:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] : if ([aList count] == 1) ^~~~~~~~~~~~~ 62/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 1/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: notealso found: also found- (NSUInteger) count; // Primitive - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1274 warnings generated. ::1271:: note: also found 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~~~~: 91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1: note: also found 104 Compiling file DXFExportSub.m ... - (NSUInteger) count;: 1: ^~~~~~~~~~~~~~~~~~~~~ note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count;: 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::8989:1: note: also found :- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note./GraphicObjects.subproj/VPath.h:60:1: note: : also found also found- (unsigned)count; ^~~~~~~~~~~~~~~~~~ PSImportSub.m:87:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; else if ( [aList count] > 0 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~: 64:1: note: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSUInteger) count;: 73^~~~~~~~~~~~~~~~~~~~~: 1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:- (NSUInteger) count;82 :^~~~~~~~~~~~~~~~~~~~~ 1./GraphicObjects.subproj/VPath.h:60:1: note: also found :- (unsigned)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/NSMapTable.h:127:1: note: also found DINImportSub.m- (NSUInteger) count;: 83^~~~~~~~~~~~~~~~~~~~~: 29/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :104warning: :multiple methods named 'width' found [-Wobjc-multiple-method-names] 1 diameter0 = [g0 width]; : note ^~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93 :- (NSUInteger) count;1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::9194:1: note: also found :- (float)width; ^~~~~~~~~~~~~~~ 1:DINImportSub.m: note: 87also found :- (NSUInteger) count; 29: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ diameter1 = [g1 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1: note: using :- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ 149./GraphicObjects.subproj/VGraphic.h:94:1: note: also found :- (float)width; ^~~~~~~~~~~~~~~ 1: DINImportSub.m:103:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] note diameter = [[array objectAtIndex:i] width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using also found- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: - (NSUInteger) count;also found - (float)width; ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:DINImportSub.m:114:34: warning: incompatible pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-pointer-types] 89 [layerList sortUsingFunction:sortLayer context:nil]; ^~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here 1 GS_GENERIC_TYPE(ElementT),void*))compare ^ : note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~DINImportSub.m:185:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h ^~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using 73- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1./GraphicObjects.subproj/VGraphic.h:96:1: note: also found :- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ note: also foundDINImportSub.m:200:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ - (NSUInteger) 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./GraphicObjects.subproj/VPath.h::1: note: also found 60:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (unsigned)count; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found PSImportSub.m:94:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ [g setWidth:state.width]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: ^~~~~~~~~~~~~~~~~~~~~~~~ 127:1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using note: also found - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found ^~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found PSImportSub.m:177:27: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; if (!moveToOrigin || ![list count]) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using :1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:182:1: note: also found : note: also found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found 89:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;DINImportSub.m:56:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ d1 = [g0 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 1: note: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (CGFloat) width; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h./GraphicObjects.subproj/VGraphic.h:94:1: note: also found: 73:1: note: also found - (float)width;- (NSUInteger) count; 25^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60: warning1s: note: generatedalso found . - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DINImportSub.m:60:14PSImportSub.m:184:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] : warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] for (i=[list count]-1; i>0; i--) d2 = [g1 width]; ^~~~~~~~~~ ^~~~~~~~~~~~ Compiling file GerberExportSub.m ... /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:64:1: note: 93:using 1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (CGFloat) width; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found ^~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found 94:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ - (float)width; ^~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~ PSImportSub.m:192: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; ^~~~~~~~~~~~~~~~~~ 8 warnings generated. Compiling file HPGLExportSub.m ... 8 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; ^~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~ 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: multiple methods named 'count' found [-Wobjc-multiple-method-names] int i, 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; ^~~~~~~~~~~~~~~~~~ GerberExportSub.m: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; ^~~~~~~~~~~~~~~ 4 warnings generated. Compiling file Type1Import.m ... HPGLExportSub.m:317:21: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=(int)[layerList 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; ^~~~~~~~~~~~~~~~~~ EPSExport.m:320:52: warning: more '%' conversions than data arguments [-Wformat] { str = [str stringByAppendingFormat:@"(%@) false charpath\n"]; ~^ 1 warning generated. Compiling file Type1ImportSub.m ... 1 warning generated. 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 Compiling file functions.m ... - (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: 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m:85: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; ^~~~~~~~~~~~~~~~~~ Type1ImportSub.m:87:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] else 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 Type1Font.m- (NSUInteger) count;: 58^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h16::73 :1: note: also found warning- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] ./GraphicObjects.subproj/VPath.h:60:1: note: also found 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];- (unsigned)count; ^~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:94:9: warning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]102 : [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using :- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: instance method 'initWithObjects:' is assumed to return an instance of its receiver type ('NSArray *') ./GraphicObjects.subproj/VGraphic.h- (instancetype) initWithObjects: (GS_GENERIC_TYPE(ElementT)) firstObject, ...; :^ 96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1Font.m:141:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] Type1ImportSub.m if ( [[pDict objectForKey:@"blueValues"] count] == 6 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1781::12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] note for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ : using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (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/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 82/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:1: note: also found :- (NSUInteger) count; 104^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h1:: note: also found 62- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found 1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found also found- (NSUInteger) count; - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::127:1: note: also found 60- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found 1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (unsigned)count;:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :149:1: note: also found Type1Font.m- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h148::8910: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] : if ( [[pDict objectForKey:@"minFeature"] count] == 2 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h82:1: note: also found :- (NSUInteger) count;73 :^~~~~~~~~~~~~~~~~~~~~1 : note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :./GraphicObjects.subproj/VPath.h:60:1: note: also found 62- (unsigned)count; ^~~~~~~~~~~~~~~~~~ :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; ^~~~~~~~~~~~~~~~~~ Type1Font.m:914:77: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UnderlinePosition %d def\n", fontInfo.underlinePosition]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:915:78: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UnderlineThickness %d def\n", fontInfo.underlineThickness]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:930:68: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; ~~ ^~~~~~~~ %ld Type1Font.m:936:58: warning: illegal character encoding in string literal [-Winvalid-source-encoding] eexecStr = [NSString stringWithFormat:@"%s", "]|]"]; /* 4 random bytes */ ^~~~ Type1Font.m:946:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] Compiling file gdb_support.m ... 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]; ~~~~~~~~~~~~~~~~~~~~~ ^ 6 warningType1Font.ms generated. :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 12 warnings generated. Linking app Cenon ... /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o: in function `_i_DocView__validateMenuItem_': DocView.m:(.text+0x1643c): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x1644f): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16647): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x1665a): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16811): undefined reference to `sel_eq' /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o:DocView.m:(.text+0x16922): more undefined references to `sel_eq' follow clang-10: 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