=> 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VCurve.m:1061:65: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:70: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:75: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:80: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VArc.m:2192:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if ( abs(angle) < 360.0 ) ^ VArc.m:2192:10: note: use function 'fabsf' instead if ( abs(angle) < 360.0 ) ^~~ fabsf VCurve.m:2472:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VArc.m:3784:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4138:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4141:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: Compiling file VGraphic.m ... 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 ... 8 warnings generated. Compiling file VPath.m ... 4 warnings generated. Compiling file HiddenArea.m ... VPolyLine.m:165:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [polyline setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~ VPolyLine.m:405:52: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, *iPts; ^ = NULL VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:353:74: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~ VPolyLine.m:318:52: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, *iPts; ^ = NULL VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:271:74: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:1228:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPolyLine.m:1228:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPolyLine.m:1228:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VPolyLine.m:1228:111: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPolyLine.m:2082:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 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; ^ VPath.m:159:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [path setWidth:width];HiddenArea.m : ^~~~~~~~~~~~~~~~~~~~~63 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h20::92 :warning1: :multiple methods named 'width' found [-Wobjc-multiple-method-names] note float cw = [cg width], ow;: using ^~~~~~~~~~ - (void) setWidth: (CGFloat)newWidth;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~93 :./VGraphic.h1::96 :note1: :using note- (CGFloat) width; : also found^~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w;./VGraphic.h :^~~~~~~~~~~~~~~~~~~~~~~~~~94 :VPath.m Compiling file PathContour.m ... 1:: note: also found 479:1: note: also found- (float)width; ^~~~~~~~~~~~~~~ HiddenArea.m:- (void)setWidth:(float)w143 :30: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~ ow = [iog width]; ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93VPath.m::1351:: 20note:: usingwarning : - (CGFloat) width; multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~ jCnt = [g count]; ./VGraphic.h ^~~~~~~~~: 94/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::164:: 1note:: also foundnote : - (float)width;using ^~~~~~~~~~~~~~~- (NSUInteger) count; HiddenArea.m^~~~~~~~~~~~~~~~~~~~~: 207/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::2282:: 1warning:: multiple methods named 'width' found [-Wobjc-multiple-method-names]note : float cw = [cg width], ow;also found ^~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~: 93/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::162:: 1note:: using note- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~ also found./VGraphic.h :- (NSUInteger) count; // Primitive94 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :also found1 :- (float)width; note^~~~~~~~~~~~~~~ : also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: HiddenArea.mnote:: 295also found: 30- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 91 ow = [iog width];: 1 ^~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note93: :also found1 : - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (CGFloat) width; : 149^~~~~~~~~~~~~~~~~~: 1./VGraphic.h:: 94note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (float)width;: 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:HiddenArea.m9::694 :warning18: : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]warning : [[list objectAtIndex:i] setWidth:w];multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng setWidth:[cg width]]; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ^~~~~~~~~~: 92/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::193:: 1note:: usingnote : - (void) setWidth: (CGFloat)newWidth;using ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (CGFloat) width; ./VGraphic.h^~~~~~~~~~~~~~~~~~: 96./VGraphic.h::194::1: notenote: : also foundalso found - (float)width;- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~HiddenArea.m: 694:5: VPath.mwarning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]479 : [ng setWidth:[cg width]];1 ^~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 92:1note: : notealso found: using- (void)setWidth:(float)w - (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: VPath.malso found :- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~~ 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; ^ 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:VPath.m :note9820:16: : warning: also foundexpression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ - (float)width;/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: 195^~~~~~~~~~~~~~~: 13PathContour.m:: 3592note:: 24expanded from macro 'NO': # define NO ((BOOL)0)warning : ^~~~~~~~~multiple methods named 'width' found [-Wobjc-multiple-method-names] maxW = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93VPath.m::19868:: 16note:: usingwarning : - (CGFloat) width; expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] ^~~~~~~~~~~~~~~~~~ return NO; /* nothing to clip */ ./VGraphic.h ^~: 94/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h::1195: :note13: :also found note- (float)width;: expanded from macro 'NO'^~~~~~~~~~~~~~~ # define NO ((BOOL)0) ^~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. Compiling file VRectangle.m ... VRectangle.m:95:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [rectangle setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VRectangle.m:648:78: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VRectangle.m:648:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VRectangle.m:648:106: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VRectangle.m:648:115: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VRectangle.m:1384:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1738:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1741:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 18 warnings generated. Compiling file VText.m ... VText.m:1045:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[colorAtt colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VText.m:1046:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] saturation:&s ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VText.m:1047:83: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VText.m:1047:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ 11 warnings generated. Compiling file VTextPath.m ... 4 warnings generated. Compiling file VWeb.m ... 8 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 ... Compiling file PerformanceMap.m ... 2 warnings generated. 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; ^~~~~~~~~~~~~~~~~~~~~ /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 JoinGraphicsChange.m ... 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 IPAllAcc.m ... Compiling file IPAllStrokeWidth.m ... Compiling file IPAllFilling.m ... IPAccText.m:91:IPAllFilling.mIPAllAcc.m17IPAllStrokeWidth.m::94:: :5939142warning:: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]warning 32:: switch ([sender tag]): 'NSCollectionViewItem' may not respond to 'setEnabled:' ^~~~~~~~~~~~ 15 warning: [[accPopup itemAtIndex:i] setEnabled:YES];: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h 'NSCollectionViewItem' may not respond to 'setEnabled:': warning ~~~~~~~~~~~~~~~~~~~~~~~~ ^228 [[fillPopup itemAtIndex:0] setEnabled:fill0]; : 1IPAllAcc.m: ~~~~~~~~~~~~~~~~~~~~~~~~~ ^: note97: : :multiple methods named 'count' found [-Wobjc-multiple-method-names]IPAllFilling.musing39 : :143- (NSInteger) tag; cnt = [slayList count];: warning : ^~~~~~~~~~~~~~~~~~32 ^~~~~~~~~~~~~~~~'NSCollectionViewItem' may not respond to 'setEnabled:' : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hwarning: [[accPopup itemAtIndex:i] setEnabled:NO];:: 64 381'NSCollectionViewItem' may not respond to 'setEnabled:': ~~~~~~~~~~~~~~~~~~~~~~~~ ^: 1 1: note: using : note: [[fillPopup itemAtIndex:1] setEnabled:fill1];also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSInteger)tag; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSUInteger) count; // PrimitiveIPAllFilling.m: 38::144^~~~~~~~~~~~~~~~~~~~~:1 32:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h ::note127: : also found1 :warning- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: : also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :'NSCollectionViewItem' may not respond to 'setEnabled:'- (NSUInteger) count; 180 :^~~~~~~~~~~~~~~~~~~~~1 [[fillPopup itemAtIndex:2] setEnabled:fill2];:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h : note104: : ~~~~~~~~~~~~~~~~~~~~~~~~~ ^1also found: - (NSInteger)tag;note : IPAllFilling.m^~~~~~~~~~~~~~~~~also found: 145 - (NSUInteger) count;:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h 32:^~~~~~~~~~~~~~~~~~~~~:111 :warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :'NSCollectionViewItem' may not respond to 'setEnabled:'91 : [[fillPopup itemAtIndex:3] setEnabled:fill3];1 : ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ noteIPAllFilling.m: :also found146 :- (NSUInteger) count;321: : ^~~~~~~~~~~~~~~~~~~~~ warningnote: : 'NSCollectionViewItem' may not respond to 'setEnabled:'also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h : [[fillPopup itemAtIndex:4] setEnabled:fill4];- (NSInteger) tag;149 : ~~~~~~~~~~~~~~~~~~~~~~~~~ ^^~~~~~~~~~~~~~~~~~1 : IPAllFilling.mnote../LayerObject.h::: 169148::171:: also foundnotewarning : : also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSUInteger) count;- (int)tag; switch ([sender tag]) ^~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ 2/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:IPAccText.m89:::2281105:::111: : notenotewarning: : : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names]using cnt = [slayList count];- (NSInteger) tag; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~~~~:: 64/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:3811::73:1 :note:: 1using :note- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note also found: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h also found:- (NSInteger)tag; 82- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~1^~~~~~~~~~~~~~~~~~~~~: ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::note60: 38::11:: notenote: : also foundalso foundalso found - (NSUInteger) count;- (unsigned)count;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hIPAllStrokeWidth.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:::8262180:::2611:: : warningnote: multiple methods named 'width' found [-Wobjc-multiple-method-names]: note : also found if (graphic != g && ![g width])also found ^~~~~~~~~- (NSInteger)tag; - (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~: 93/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:^~~~~~~~~~~~~~~~~~~~~1: :111 :note1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:using note:- (CGFloat) width; : also found^~~~~~~~~~~~~~~~~~ 127- (NSInteger) tag;../GraphicObjects.subproj/VGraphic.h ::^~~~~~~~~~~~~~~~~~194 ::1../LayerObject.h:: 148note:: note1also found: : - (float)width;also foundnote : ^~~~~~~~~~~~~~~also found - (NSUInteger) count;- (int)tag;IPAllStrokeWidth.m :^~~~~~~~~~~~~~~~~~~~~ 94^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: 34104::IPAllFilling.m1 ::191warning : note:: 'NSCollectionViewItem' may not respond to 'setEnabled:'17also found : [[strokePopup itemAtIndex:0] setEnabled:YES]; // allways enabled- (NSUInteger) count; warning : ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names]IPAllStrokeWidth.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::101 91: switch ([sender tag]):1 38: ^~~~~~~~~~~~: note warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: also found warning'NSCollectionViewItem' may not respond to 'setEnabled:' s :- (NSUInteger) count;228 [[strokePopup itemAtIndex:0] setEnabled:YES];: 1 :^~~~~~~~~~~~~~~~~~~~~ generated . ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h Compiling file SliderBox.m ... note:IPAllStrokeWidth.m: :using149 :102- (NSInteger) tag;1: : ^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 38381:also found: 1warning- (NSUInteger) count;: : ^~~~~~~~~~~~~~~~~~~~~note : 'NSCollectionViewItem' may not respond to 'setEnabled:'/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found: 89- (NSInteger)tag; [[strokePopup itemAtIndex:1] setEnabled:NO];: 1 ^~~~~~~~~~~~~~~~~: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:: 38 also found:IPAllStrokeWidth.m 1:- (NSUInteger) count;:112 ^~~~~~~~~~~~~~~~~~~~~note : :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found:38 :- (NSInteger)tag; 73warning :^~~~~~~~~~~~~~~~~1 : :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :note180'NSCollectionViewItem' may not respond to 'setEnabled:': also found: 1 [[strokePopup itemAtIndex:0] setEnabled:YES];- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^../GraphicObjects.subproj/VPath.halso found: 60- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~IPAllStrokeWidth.m: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111also found: :1- (unsigned)count;:113 ^~~~~~~~~~~~~~~~~~note: : IPAccText.m38:also found137: : - (NSInteger) tag;17 warning:^~~~~~~~~~~~~~~~~~ : warning../LayerObject.h: 'NSCollectionViewItem' may not respond to 'setEnabled:': multiple methods named 'tag' found [-Wobjc-multiple-method-names]148 [[strokePopup itemAtIndex:1] setEnabled:YES]; : switch ([sender tag])1 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~ noteIPAllStrokeWidth.m: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found: 228117- (int)tag;: 1^~~~~~~~~~~: :74: warning : notemultiple methods named 'width' found [-Wobjc-multiple-method-names]: using [widthField setStringValue:buildRoundedString([doc convertToUnit:[g width]], LARGENEG_COORD, LARGE_COORD)]; - (NSInteger) tag; ^~~~~~~~~ 7/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h warning:s generated. 93 Compiling file IPAllLayers.m ... :^~~~~~~~~~~~~~~~~~1 : note: using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1:- (CGFloat) width; note: ^~~~~~~~~~~~~~~~~~also found ../GraphicObjects.subproj/VGraphic.h- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ 94/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::138:: 1note: : note: also foundalso found - (float)width;- (NSInteger)tag; ^~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ IPAllStrokeWidth.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::119180::551:: warningnote: : multiple methods named 'width' found [-Wobjc-multiple-method-names]also found [widthSlider setFloatValue:[doc convertToUnit:[g width]]];- (NSInteger)tag; ^~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::93111::11:: notenote: : usingalso found - (CGFloat) width; - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h../LayerObject.h::94148::11:: notenote: Compiling file IPLayerCell.m ... also found: also found- (float)width; ^~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~ IPAllStrokeWidth.m:123:IPAccText.m24::151 :warning11: :multiple methods named 'width' found [-Wobjc-multiple-method-names] warning if (stroked || [g width]) // everthing is enabled: multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~ cnt = [slayList count];/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : ^~~~~~~~~~~~~~~~93 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h1::64 :note1: :using note- (CGFloat) width; : using^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;../GraphicObjects.subproj/VGraphic.h :94:1^~~~~~~~~~~~~~~~~~~~~: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (float)width; ^~~~~~~~~~~~~~~ :IPAllStrokeWidth.m:140:17: warning: 82multiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ([sender tag])1 : ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :also found228 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :using62 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found381 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127 :- (NSInteger)tag;1: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found: 38- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote:: 104also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found: 180- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:: 91also found: 1- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 1../LayerObject.h:: 148:note1: :also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (int)tag;: 89^~~~~~~~~~~: 1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 4 warnings generated. 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file IPBasicLevel.m ... 3 warnings generatedIPArc.m. :65 Compiling file IPCrosshairs.m ... :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 Compiling file IPCurve.m ... - (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:IPBasicLevel.m111::721::5 :note : warningalso found: multiple methods named 'setState:' found [-Wobjc-multiple-method-names]- (NSInteger) tag; [lockSwitch setState:[g isLocked]];^~~~~~~~~~~~~~~~~~ IPCrosshairs.m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 62/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::17: 316:1: note: warning./../graphicsUndo.subproj/../LayerObject.husing : - (void)setState:(NSInteger)value; multiple methods named 'tag' found [-Wobjc-multiple-method-names] :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch ([sender tag])148 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h1 ^~~~~~~~~~~~:: note59/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :also found: 228- (int)tag;1 :^~~~~~~~~~~: IPArc.m1:note88::: 17 :also found notewarning : : multiple methods named 'tag' found [-Wobjc-multiple-method-names]using - (void)setState:(NSInteger)value; switch ([sender tag]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::228- (NSInteger) tag;:2811::1 :note : noteusing: - (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ - (void) setState: (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : 381^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h :note:: 71also found: 31- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found:38138 ::1@property NSVisualEffectState state;: 1note ^~~~~: :also found - (NSInteger)tag;./../graphicsUndo.subproj/../LayerObject.h :^~~~~~~~~~~~~~~~~153 note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180::: 1 :note also foundnote : : also foundalso found - (NSInteger)tag;- (NSInteger)tag; - (void)setState:(int)flag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :IPCurve.m111IPBasicLevel.m: 1::^~~~~~~~~~~~~~~~~ 80note : :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h 17- (NSInteger) tag;: :^~~~~~~~~~~~~~~~~~38 ./../graphicsUndo.subproj/../LayerObject.h::warning148: :11multiple methods named 'state' found [-Wobjc-multiple-method-names] :: BOOL flag = [lockSwitch state];note : also found ^~~~~~~~~~~~~~~~~~ - (int)tag;note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~: 317IPArc.m::1111: ::17also found :note warning: : - (NSInteger)tag;multiple methods named 'tag' found [-Wobjc-multiple-method-names]using switch ([sender tag]) - (NSInteger)state; ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h228::601::1 :note^~~~~~~~~~~~~~~~~: usingnote : - (NSInteger) tag; also found^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger)state;: 381::^~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h 180note:: :also found322 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :138also found: 1::- (NSInteger) state; note : ^~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h- (NSInteger)tag;:note 101^~~~~~~~~~~~~~~~~:: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: also found180note:: 1also found: - (NSInteger) state;note : ^~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h- (NSInteger)tag;: 71^~~~~~~~~~~~~~~~~: 31/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 111note:: 1also found: @property NSVisualEffectState state;note : ^~~~~ also found ./../graphicsUndo.subproj/../LayerObject.h- (NSInteger) tag;: 154^~~~~~~~~~~~~~~~~~: 1./../graphicsUndo.subproj/../LayerObject.h:: 148note:: 1also found: - (int)state;note : ^~~~~~~~~~~~~also found :- (int)tag;IPBasicLevel.m :^~~~~~~~~~~93 :- (NSInteger)tag;7715 IPArc.m:: 135warning:: 17multiple methods named 'count' found [-Wobjc-multiple-method-names]: cnt = [slayList count];warning : ^~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h switch ([sender tag]): 64 ^~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228note:: 1using: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSInteger) tag;: 82^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 381note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSInteger)tag;: 62^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:: 38note:: 1also found: - (NSUInteger) count; // Primitivenote : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSInteger)tag;: 127^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: 180note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found :- (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h 17^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h111104::1::111 note1: :also found: 1- (NSInteger) tag;warning ^~~~~~~~~~~~~~~~~~: :./../graphicsUndo.subproj/../LayerObject.hnote:: 148multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 1note:also found : also foundnote : switch ([sender tag])also found- (NSUInteger) count; - (NSInteger) tag;- (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ IPArc.m./../LayerObject.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h158::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h17::: 91warning:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]228 148 switch ([sender tag]): : ^~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ::228note: 11:: notenote: : also foundusing also found- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (int)tag;: 381 :^~~~~~~~~~~1^~~~~~~~~~~~~~~~~~~~~:note note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:also foundIPCrosshairs.m149: using- (NSInteger)tag;: :^~~~~~~~~~~~~~~~~1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::9638 ::1- (NSInteger) tag;:17 notenote: :also found^~~~~~~~~~~~~~~~~~ - (NSInteger)tag;: ^~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:multiple methods named 'tag' found [-Wobjc-multiple-method-names]180:: 1381:: 1notealso found: :also found switch ([sender tag]) - (NSInteger)tag; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h111 :also found1:: - (NSUInteger) count;note228: - (NSInteger)tag;also found :- (NSInteger) tag; 1^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h : 148::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: notenote: : :usingalso found: - (int)tag;89 38^~~~~~~~~~~- (NSInteger) tag; ::1: 1note: : ^~~~~~~~~~~~~~~~~~ notealso found : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:also found- (NSInteger)tag; 1 ^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:note- (NSUInteger) count;: 180:1also found : ^~~~~~~~~~~~~~~~~~~~~note: - (NSInteger)tag;also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ 73/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:: 38:11:note: also found : - (NSInteger) tag; note^~~~~~~~~~~~~~~~~~ note: also found : ./../LayerObject.h:also found148:1 :- (NSInteger)tag; note- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~~~~:- (int)tag; ^~~~~~~~~~~ 180 :../GraphicObjects.subproj/VPath.h1::60IPCurve.m ::note: 104:17: also found warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSInteger)tag; switch ([sender tag]) 1 ^~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 228:1: 111:also found1: note: also found note: using- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ - (NSInteger) tag; - (unsigned)count;^~~~~~~~~~~~~~~~~~ ./../LayerObject.h :148:1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1:note: note: also found also found ^~~~~~~~~~~~~~~~~~- (NSInteger)tag;- (int)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; 5^~~~~~~~~~~~~~~~~ warning s/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h generated:. 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 IPGroup.m ... ^~~~~~~~~~~ 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:21 warning:s 3 generated warnings generated. 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 IPImage.m ... Compiling file IPLine.m ... 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:IPLine.m1: :note: 81:17: also found warning: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h switch ([sender tag]): 73:1IPImage.m: note: :also found 52 ^~~~~~~~~~~~- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 25/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h../GraphicObjects.subproj/VPath.h::60:1: note: also found warning- (unsigned)count; ^~~~~~~~~~~~~~~~~~ : :initializing 'id' with an expression of incompatible type 'NSCollectionViewItem *'228 : { id item = [compPopUp itemAtIndex:i];1IPGroup.m : :note: 117:17: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] using switch ([sender tag]) ^~~~~~~~~~~~ IPImage.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h78:228:1: :- (NSInteger) tag;note: 5using : - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ warning^~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found multiple methods named 'setState:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ [thumbSwitch setState:[g thumbnail]];381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38: 1: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 316/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 1./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found :- (int)tag; ^~~~~~~~~~~ : noteIPGroup.mnote: : :also found using134:15 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (void)setState:(NSInteger)value; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:warning: 38:1: note: also found multiple methods named 'count' found [-Wobjc-multiple-method-names]- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180: cnt = [slayList count];1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote: also found : ^~~~~~~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 59 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:1: note: 1also found :64- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :./../LayerObject.h:note148:1: note: : also found also found1: - (int)tag; ^~~~~~~~~~~ note : - (void)setState:(NSInteger)value;using IPLine.m^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count;: 104:17: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h^~~~~~~~~~~~~~~~~~~~~ warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: switch ([sender tag]) ^~~~~~~~~~~~ :82:1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: 281using :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 1/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 note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found- (void) setState: (NSInteger)state; - (NSInteger) tag;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:note:148: :also found711:: 31 :note- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: : also foundalso found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (int)tag;@property NSVisualEffectState state; ^~~~~~~~~~~ ^~~~~ :IPLine3D.m62:./../LayerObject.h1IPLine.m::153:128::1 18note:: notewarning: : : also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] also found - (void)setState:(int)flag; switch ( [sender tag] ) - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ IPImage.m^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 81/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h228:::51:127:: warningnote: : 1multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names]using: note [compPopUp selectItemWithTag:type];- (NSInteger) tag; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 73381:- (NSUInteger) count;:11 :: notenote: : ^~~~~~~~~~~~~~~~~~~~~usingalso found - (BOOL) selectItemWithTag: (NSInteger)tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h ../VHFShared/VHFPopUpButtonAdditions.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::4338::11104:: :notenote: : 1also foundalso found :- (NSInteger)tag; - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found: IPImage.m180::941- (NSUInteger) count;:: ^~~~~~~~~~~~~~~~~~~~~17note:: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hwarning : :- (NSInteger)tag;multiple methods named 'tag' found [-Wobjc-multiple-method-names] 91^~~~~~~~~~~~~~~~~: switch ([sender tag])1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h ^~~~~~~~~~~~:note 111: :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h 1::- (NSUInteger) count;228 :note1: :also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h note^~~~~~~~~~~~~~~~~~: using:./../LayerObject.h :149148- (NSInteger) tag;::1 :1 ^~~~~~~~~~~~~~~~~~note:: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h note:: 381- (int)tag;also found : ^~~~~~~~~~~1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note IPLine.m: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:also found: 89152- (NSInteger)tag;::18 1:^~~~~~~~~~~~~~~~~: notewarning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: : :multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found 38 switch ( [sender tag] ): - (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found: 73 :- (NSInteger)tag;1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: ^~~~~~~~~~~~~~~~~228 note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 1:- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note:../GraphicObjects.subproj/VPath.h: :also found60 : - (NSInteger)tag;1note: ^~~~~~~~~~~~~~~~~note : : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.husingalso found : 111- (NSInteger) tag;- (unsigned)count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~: 1 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: 381IPGroup.m:note:: 1164:also found :note17: :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~: also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names]./../LayerObject.h : switch ([sender tag])148 :- (NSInteger)tag; ^~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :note228: :also found1 : - (int)tag;note : ^~~~~~~~~~~using ^~~~~~~~~~~~~~~~~ - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hIPImage.m :^~~~~~~~~~~~~~~~~~: 11738/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381:: note1: ::also found17 : - (NSInteger)tag; notewarning^~~~~~~~~~~~~~~~~: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : 180 switch ([sender tag]): 1 ^~~~~~~~~~~~: - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote:: also found228 :^~~~~~~~~~~~~~~~~- (NSInteger)tag; 1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h111using:: 138- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found: 1381:: 1note:: also foundnote : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~: 180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::138:: 1note:: also foundnote : - (NSInteger)tag;also found - (NSInteger) tag;^~~~~~~~~~~~~~~~~68 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger)tag;: 111^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: 180note:: 1also found: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found ./../graphicsUndo.subproj/../LayerObject.h- (NSInteger)tag;: 148^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 111note:: 1also found: - (int)tag;note : ^~~~~~~~~~~also found 17: - (NSInteger) tag;IPGroup.m :^~~~~~~~~~~~~~~~~~187 :./../LayerObject.h17::148 :warning1: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag])note : ^~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (int)tag;: 228^~~~~~~~~~~: 1^~~~~~~~~~~~~~~~~~: noteIPImage.mwarning: :using142 :- (NSInteger) tag;17 :^~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]381 : switch ([sender tag])1 : ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :also found228 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :using38 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found381 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :also found38 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note./../graphicsUndo.subproj/../LayerObject.h: :also found148 :: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 111- (int)tag;: 1^~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names]note: also found - (NSInteger) tag; switch ([sender tag])^~~~~~~~~~~~~~~~~~ ./../LayerObject.h ^~~~~~~~~~~~./../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h148::1:: 148note: 228also found :- (int)tag;1 :^~~~~~~~~~~ note:: 1IPImage.musing: 188::17:- (NSInteger) tag; warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~ note switch ([sender tag]) : ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::228:1: note: 381using :- (NSInteger) tag; 1^~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :note: 381:1: note: also found also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~38 :1: note: also found- (int)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~ 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:: 1note: ^~~~~~~~~~~note: : also found - (NSInteger)tag; also found ^~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 111:1: note: IPLine.malso found^~~~~~~~~~~~~~~~~ - (NSInteger) tag; :^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :./../LayerObject.h180:148:1: 174note: also found :- (int)tag;1 :^~~~~~~~~~~ : 17IPImage.mnote::207: :17also found: warning: - (NSInteger)tag;multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~ BOOL flag = [thumbSwitch state]; warning ^~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::multiple methods named 'tag' found [-Wobjc-multiple-method-names]317:1: note111: switch ([sender tag])using :- (NSInteger)state; 1^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote:: 60:also found 1: - (NSInteger) tag;note : also found ^~~~~~~~~~~~~~~~~~- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h./../LayerObject.h:322: ^~~~~~~~~~~~:1: 148note:: 1also found :- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h: :also found 101:- (int)tag;1 : note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found^~~~~~~~~~~ :- (NSInteger) state; 228^~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.hIPLine3D.m::71::8931 : notenote: :also found17 :@property NSVisualEffectState state; ^~~~~ warning./../LayerObject.h:154:: 1: :using multiple methods named 'tag' found [-Wobjc-multiple-method-names]note : also found switch ([sender tag])- (int)state; ^~~~~~~~~~~~~ - (NSInteger) tag;IPImage.m : ^~~~~~~~~~~~213 :15: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hwarning: :multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count];228 ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: 641:1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h note: using : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:38182:1::note note: : also found using- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:621::1^~~~~~~~~~~~~~~~~~: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count; // Primitivenote : ^~~~~~~~~~~~~~~~~~~~~also found :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: 127381:1- (NSInteger)tag;: note: also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1:104:1:: notenote: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found: :- (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:3891^~~~~~~~~~~~~~~~~ :1:: note: also found 1- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h38::149:1: note1: also found - (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:note89:1: : note: : also foundalso found - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :73:- (NSInteger)tag;1 : note^~~~~~~~~~~~~~~~~: also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~~~~ :../GraphicObjects.subproj/VPath.h180::60:1: note: also found1 : - (unsigned)count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~ note:: 180also foundIPImage.m::1250 ::22 :- (NSInteger)tag; warning^~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]note : for (l=0; l<(int)[layerList count]; l++)/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h : ^~~~~~~~~~~~~~~~~also found 111/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: 641::1 :note : notealso found: - (NSInteger)tag;using - (NSUInteger) count;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h./../LayerObject.h::82^~~~~~~~~~~~~~~~~:1481::1 :note : also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :- (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~111 also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (int)tag;62 :^~~~~~~~~~~1 :: 1:note : IPLine3D.malso found: note- (NSUInteger) count; // Primitive112 :^~~~~~~~~~~~~~~~~~~~~17 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: : 127also found:warning1 :: - (NSInteger) tag;notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: also found switch ([sender tag])- (NSUInteger) count; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::228104::11:: notenote: : usingalso found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h91./../LayerObject.h::1::381 :note1: :also found 148- (NSUInteger) count;note :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :: 149note:: 1also found:also found note : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; - (int)tag;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~: 89:38:1::1IPLine.m:: notenote: 195also found: 17- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]73also found: 1 : switch ([sender tag]) note ^~~~~~~~~~~~: also found- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count;: 228^~~~~~~~~~~~~~~~~~~~~: 1../GraphicObjects.subproj/VPath.h:: 60note:: 1using: - (NSInteger) tag;note : also found^~~~~~~~~~~~~~~~~~ - (unsigned)count;^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~: 6381IPImage.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::254::126180:: warning:: notemultiple methods named 'count' found [-Wobjc-multiple-method-names]1 : for (i=0; i<(int)[lList count]; i++)also found ^~~~~~~~~~~~~: - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~64 : 1note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h : note:: also foundusing38 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: : 82also found:- (NSInteger)tag;1 : - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found^~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::11162180::1::1 1note:: :also found note- (NSUInteger) count; // Primitive : ^~~~~~~~~~~~~~~~~~~~~note also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :: 127- (NSInteger)tag;:also found1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found 111- (NSUInteger) count;: - (NSInteger) tag;^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h : 104^~~~~~~~~~~~~~~~~~:note1: :also found note : ./../LayerObject.halso found- (NSInteger) tag; :- (NSUInteger) count; 148^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h./../LayerObject.h::91::11148:: :note1: : also found note- (NSUInteger) count;: note^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149- (int)tag;: 1^~~~~~~~~~~: warningnote- (int)tag; ^~~~~~~~~~~ s: IPLine3D.m generated:also found125:11: warning: . - (NSUInteger) count;multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ cnt = [slayList count]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ^~~~~~~~~~~~~~~~: 89/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::1: 64note: :also found 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: : noteusing: also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :../GraphicObjects.subproj/VPath.h82::601:: 1note: :also found Compiling file IPPolyLine.m ... - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found - (unsigned)count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~~: 62:1: IPImage.mnote:: 295also found: 15- (NSUInteger) count; // Primitive: warning^~~~~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : cnt = [slayList count];127 : ^~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :- (NSUInteger) count;104 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSUInteger) count;91 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :note62: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (NSUInteger) count; // Primitive149 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :- (NSUInteger) count;89 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :note104: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :- (NSUInteger) count;73 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :note91: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found../GraphicObjects.subproj/VPath.h :- (NSUInteger) count;60 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :note149: :also found1 :- (unsigned)count; note^~~~~~~~~~~~~~~~~~: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hIPLine3D.m::89154::118:: notewarning: : also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSUInteger) count; switch ( [sender tag] ) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::73228::11:: notenote: : also foundusing - (NSUInteger) count;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::60381::11:: notenote: : also foundalso found - (unsigned)count;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1IPImage.m:: 330note:: also found9 :- (NSInteger)tag; warning^~~~~~~~~~~~~~~~~: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : cnt = [slayList count];180 : ^1 :IPImage.m :note324: :also found5 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: previous statement is here/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h : if (type != VImageJPEG)111 : ^1 :IPImage.m :note330: :also found15 :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]./../LayerObject.h : cnt = [slayList count];148 : ^~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :also found1 :- (int)tag; note^~~~~~~~~~~: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ IPLine3D.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::18082::171:: warningnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found switch ([sender tag])- (NSUInteger) count; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::22862:1: :note: 1using: - (NSInteger) tag;note: also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h381::127:1: 1note:: also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :- (NSInteger)tag;104:1: note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSUInteger) count;38 :^~~~~~~~~~~~~~~~~~~~~1 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:: 91also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found: 180- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: :note: also found 6note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: also foundnote: also found - (NSInteger)tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: ^~~~~~~~~~~~~~~~~also found warning - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h../GraphicObjects.subproj/VPath.h:60:1: note: :also found 111- (unsigned)count; ^~~~~~~~~~~~~~~~~~ :s1: generated . note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:203: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; Compiling file IPMark.m ... ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m: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; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:239: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; ^~~~~~~~~~~~~~~~~~ 14 warnings generated. Compiling file IPPath.m ... 9 warnings generated. Compiling file IPRectangle.m ... 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; ^~~~~~~~~~~ 2 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]]; ^~~~~~~~~~~~~~~ /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:1IPPath.m::78:17: warning: notemultiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ([sender tag]) also found ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger)state;- (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 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found 322- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found 1- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ note: also foundIPPath.m:94:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ - (NSInteger) state;/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 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 101/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found :- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ 1/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 note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:also found91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger) state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149^~~~~~~~~~~~~~~~~~~~:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::89:1: note: also found 71- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:311:: note: also found note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : ../GraphicObjects.subproj/VPath.h:60:1: note: also found also found- (unsigned)count; ^~~~~~~~~~~~~~~~~~ @property NSVisualEffectState state; IPPath.m:127: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 ./../graphicsUndo.subproj/../LayerObject.h- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found 154- (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; ^~~~~~~~~~~ IPPath.m:144: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; ^~~~~~~~~~~~~~~~~~~~~ IPRectangle.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 68/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 17/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 warning- (unsigned)count; ^~~~~~~~~~~~~~~~~~ : multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) IPPath.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/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 228/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ 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;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111 :- (int)state;1 : ^~~~~~~~~~~~~note : IPMark.malso found: 142- (NSInteger) tag;: 17^~~~~~~~~~~~~~~~~~ :./../graphicsUndo.subproj/../LayerObject.h :warning148: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] 1 switch ([sender tag]): note: ^~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (int)tag;: 228^~~~~~~~~~~ :: 1using:IPPath.m :note197: :using17 :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : switch ([sender tag])381 : ^~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :note228: :also found1: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger) tag;: 38^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 381note:: 1also found: note- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :^~~~~~~~~~~~~~~~~180 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1::38 :note1: : also found note: - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::111180:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ - (NSInteger) tag;./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ IPMark.m:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h158:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] : cnt = [slayList count]; ^~~~~~~~~~~~~~~~ 381/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: also found note- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSInteger)tag;- (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 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found 38- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found 1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ note: also found - (NSInteger)tag;IPMark.m: 182: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 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found 180- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found 1- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/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/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 111../GraphicObjects.subproj/VPath.h:60:1: note: also found :- (unsigned)count; ^~~~~~~~~~~~~~~~~~ 1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPRectangle.m:80: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; ^~~~~~~~~~~~~~~~~~ IPRectangle.m:107: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: 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; ^~~~~~~~~~~ IPPath.m:222: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; ^~~~~~~~~~~ IPPath.m:267: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; ^~~~~~~~~~~ IPThread.m:45:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [leftTurnSwitch setState:([g angle] < 0.0) ? 1 : 0]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPThread.m:11: warnings generated. 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:46:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [externalSwitch setState:([g external]) ? 1 : 0]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: Compiling file IPText.m ... 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; ^~~~~~~~~~~ IPRectangle.m:130: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; ^~~~~~~~~~~ IPRectangle.m:153: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; ^~~~~~~~~~~ IPRectangle.m:176: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; ^~~~~~~~~~~ IPRectangle.m:201: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: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found 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; ^~~~~~~~~~~ - (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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPThread.m:57: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; ^~~~~~~~~~~ IPThread.m:82: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:8 warningnotes: generatedalso 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; ^~~~~~~~~~~ IPThread.m:96: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: Compiling file IPWeb.m ... also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPThread.m:119:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [leftTurnSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPThread.m:125: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; ^~~~~~~~~~~~~~~~~~ IPThread.m:151:17: warning: 7multiple methods named 'state' found [-Wobjc-multiple-method-names] warnings generated. BOOL flag = [externalSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ Compiling file IPTextPath.m ... /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPThread.m:156:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 9 warnings generated. Compiling file IPSinking.m ... IPText.m:55:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [serialNumberSwitch setState:[g isSerialNumber]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:56:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [fitHorizontalSwitch setState:[g fitHorizontal]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:57:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [centerVerticalSwitch setState:[g centerVertical]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:71:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:84:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:112:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:135:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:160:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:173:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:204:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using IPTextPath.m:- (NSInteger) tag; 47:5: ^~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 381:1multiple methods named 'setState:' found [-Wobjc-multiple-method-names] : note: also found [showPathSwitch setState:[g showsPath]]; - (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:- (void)setState:(NSInteger)value; 38:1: note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; /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/NSControl.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found 180:1: - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found also found @property NSVisualEffectState state; ^~~~~ - (NSInteger)tag; ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: ^~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag;IPTextPath.m:48:5: warning: ^~~~~~~~~~~~~~~~~~ multiple methods named 'setState:' found [-Wobjc-multiple-method-names] ./../graphicsUndo.subproj/../LayerObject.h: [serialNumberSwitch setState:[g isSerialNumber]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 148:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using 1- (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:note: also found 59:1: note: - (int)tag; ^~~~~~~~~~~ also found - (void)setState:(NSInteger)value; IPText.m:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 217:11: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:warning: 281:1: note: also found multiple methods named 'count' found [-Wobjc-multiple-method-names] - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using @property NSVisualEffectState state; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:./../graphicsUndo.subproj/../LayerObject.h:153:1: note: 82:1: note: also found also found - (NSUInteger) count; - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:IPTextPath.m62:1: :59:17: warning: note: multiple methods named 'state' found [-Wobjc-multiple-method-names] also found BOOL flag = [showPathSwitch state]; - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using 127:- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ 1: note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also foundalso found - (NSUInteger) count; - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSUInteger) count; - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ 91:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found - (NSUInteger) count; @property NSVisualEffectState state; ^~~~~ ^~~~~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (int)state; ^~~~~~~~~~~~~ - (NSUInteger) count;IPTextPath.m: 61:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using 89- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found 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; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found 60:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (unsigned)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:IPText.m149:1: :note: 241:17: also found warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] - (NSUInteger) count; BOOL flag = [serialNumberSwitch state];^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: ^~~~~~~~~~~~~~~~~~~~~~~~~~ 89:1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:note: also found 317:1: note: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:../GraphicObjects.subproj/VPath.h:60:1: note: also found 60:1: note: - (unsigned)count; ^~~~~~~~~~~~~~~~~~ also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ IPTextPath.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::81:17: 322:1: note: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] also found BOOL flag = [serialNumberSwitch state]; - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:101:1: note: also found 317:1: note: using - (NSInteger) state; - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found - (NSInteger)state; @property NSVisualEffectState state; ^~~~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ - (int)state; ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: IPText.m:also found 244:11: warning: - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found cnt = [slayList count]; ^~~~~~~~~~~~~~~~ @property NSVisualEffectState state; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: ^~~~~ note: using ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (int)state; ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:IPTextPath.m:83:11: warning: 82:1: note: also found multiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; cnt = [slayList count]; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: ^~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 127:1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :note62: :also found1 : - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count; // Primitive: 104^~~~~~~~~~~~~~~~~~~~~: 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :also found1 : - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (NSUInteger) count;: 91^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :note1: :also found note: - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149^~~~~~~~~~~~~~~~~~~~~ :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:: 91note:: 1: also foundnote: IPSinking.malso found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h89149:10: ::warning: 149:1: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names] note:: switch ([sender tag]) also foundnote: ^~~~~~~~~~~~ also found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:::8973228:::1: 1note:: 1: also found note- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~ : also found../GraphicObjects.subproj/VPath.h: 60- (NSUInteger) count; :using ^~~~~~~~~~~~~~~~~~~~~1- (NSInteger) tag; : ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote :: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:73also found :- (unsigned)count; 381:1: note^~~~~~~~~~~~~~~~~~ 1: also found :- (NSUInteger) count; IPText.m^~~~~~~~~~~~~~~~~~~~~ :../GraphicObjects.subproj/VPath.h:267 60::1: 17notenote: : : also foundwarning: multiple methods named 'state' found [-Wobjc-multiple-method-names]- (unsigned)count; also found^~~~~~~~~~~~~~~~~~ BOOL flag = [fitHorizontalSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:317:38:1: note: also found 1: - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found using- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger)state; - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ ../LayerObject.h:148:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:- (int)tag; ^~~~~~~~~~~ 1: note: IPSinking.malso found :- (NSInteger)state; 169:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~ switch ([sender tag]) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: ^~~~~~~~~~~~ 322:1: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using : - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger) state; - (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; ^~~~~~~~~~~ IPSinking.m:188: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 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found 101- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found 1- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger) state;/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/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73::711: :note: 31also found :6 - (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~ also found warning ../GraphicObjects.subproj/VPath.h:@property NSVisualEffectState state; 60 ^~~~~ :1:./../graphicsUndo.subproj/../LayerObject.h: 154note:: 1also found :s - (unsigned)count;note generated: . also found - (int)state; ^~~~~~~~~~~~~ IPText.m:270: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 IPSinking.m- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found 209- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :11/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found : warning: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found cnt = [slayList count]; ^~~~~~~~~~~~~~~~ - (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: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; ^~~~~~~~~~~~~~~~~~ IPSinking.m:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h252:11: warning: :multiple methods named 'count' found [-Wobjc-multiple-method-names] 89 cnt = [slayList count]; ^~~~~~~~~~~~~~~~ :1: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using also found - (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/NSPointerArray.h:73:1: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (unsigned)count; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found IPText.m- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found 293:17: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ warning: /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; ^~~~~~~~~~~~~~~~~~ multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [centerVerticalSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: noteIPSinking.m: :using 308- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:11: 60:1: note: also found warning: - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; /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/Foundation/NSSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found :64:1: note: using @property NSVisualEffectState state; ^~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found /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- (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; ^~~~~~~~~~~~~~~~~~ :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; ^~~~~~~~~~~~~~~~~~ 17 warnings generated. 6 warnings generated. Linking subproject InspectorPanel ... Creating Resources/Subproject... Copying resources into the subproject wrapper... Copying localized resources into the subproject wrapper... Warning: .//English.lproj/IPLine3D.nib not found - ignoring Warning: .//German.lproj/IPLine3D.nib not found - ignoring Making all in General.bproj ... Making all for bundle General... Creating General.prefs/.... Compiling file GeneralController.m ... GeneralController.m:204:48: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] string = [NSString stringWithFormat:@"%d", [[snapRadio selectedCell] tag]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld 1 warning generated. Linking bundle General ... Creating General.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Creating stamp file... Creating General.prefs/Resources/Info-gnustep.plist... Making all in Import.bproj ... Making all for bundle Import... Creating Import.prefs/.... Compiling file ImportController.m ... Linking bundle Import ... Creating Import.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Warning: .//English.lproj/Localizable.strings not found - ignoring Warning: .//German.lproj/Localizable.strings not found - ignoring Creating stamp file... Creating Import.prefs/Resources/Info-gnustep.plist... Making all in Export.bproj ... Making all for bundle Export... Creating Export.prefs/.... Compiling file ExportController.m ... Linking bundle Export ... Creating Export.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Warning: .//English.lproj/Localizable.strings not found - ignoring Warning: .//German.lproj/Localizable.strings not found - ignoring Creating stamp file... Creating Export.prefs/Resources/Info-gnustep.plist... Making all for subproject PreferencesPanel... Compiling file PreferencesPanel.m ... Linking subproject PreferencesPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Making all for subproject ProjectSettingsPanel... Compiling file PSInfo.m ... Compiling file ProjectSettings.m ... Compiling file 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 TPMove.m ... Compiling file TPMix.m ... Compiling file TPAlign.m ... TPMix.m:66:22: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL mixLayers = [mixLayersSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: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;TPAlign.m :^~~~~~~~~~~~~69 :9:TPMix.m :warning73: :multiple methods named 'state' found [-Wobjc-multiple-method-names]25 : if ([alignLayerSwitch state]) warning ^~~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : for (l=0, cnt = [slayList count]; l0; j-- )154 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :also found1 :- (int)state; note^~~~~~~~~~~~~: usingTPAlign.m :- (NSUInteger) count;74 :^~~~~~~~~~~~~~~~~~~~~21 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :warning82: :multiple methods named 'count' found [-Wobjc-multiple-method-names]1 : for (l=0, cnt = [slayList count]; l= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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; ^~~~~~~~~~~ 1 warning generated. 2 warnings generated. Compiling file IntersectionPanel.m ... Compiling file TilePanel.m ... Compiling file TileObject.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; 3^~~~~~~~~~~~~ warningTilePanel.ms generated:. 116:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] return ( [originSwitch state] == 0 ) ? NO : YES; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: Compiling file DocView.m ... note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 2 warnings generated. Compiling file dvDrag.m ... 1 warning generated. Compiling file dvGrid.m ... Compiling file dvHiddenArea.m ... DocView.m:178:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: dvDrag.malso found: 134:65: - (NSUInteger) count;warning: 'VText' may not respond to 'initWithFile:' ^~~~~~~~~~~~~~~~~~~~~ graphic = [[[VText allocWithZone:(NSZone *)[self zone]] initWithFile:file] autorelease]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:321:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count] || ![[list objectAtIndex:0] isKindOfClass:[LayerObject class]]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: 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; dvGrid.m^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:7562:1: note: :30: also found warning: - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found [self setGridEnabled:[sender tag] ? YES : NO];- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~228 :1/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 warning- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: generated note. : also found using- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (NSInteger) tag; - (unsigned)count; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1DocView.m:: 405:21: notewarning: : also foundmisleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] [layerObject removeAllObjects]; - (NSInteger)tag; ^ DocView.m:^~~~~~~~~~~~~~~~~402:17: note: previous statement is here if ( colorLayer(col, colorDict) < 0 ) // not in dictionary ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h Compiling file dvPasteboard.m ... :38:DocView.m:441:76: 1warning: : note: also found format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] - (NSInteger)tag; [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hDocView.m::465:76: warning: 180:1: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] note: [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu 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; ^~~~~~~~~~~ DocView.m:1017:34: warning: incompatible function pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] [textArray sortUsingFunction:sortPosition context:&sort]; ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here GS_GENERIC_TYPE(ElementT),void*))compare ^ DocView.m:1169:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || !(iCnt=[list count])) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:1621:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![[aList objectAtIndex:l] count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: 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; 1^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: generated149: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 dvTile.m ... 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: dvHiddenArea.musing :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 340/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::1882:: 1warning:: multiple methods named 'width' found [-Wobjc-multiple-method-names]note : [ng setWidth:[cg width]];also found ^~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~: 93/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::162:: 1note:: usingnote : - (CGFloat) width; also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; // Primitive ./GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~~~~~: 94/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::1127:: 1note:: also foundnote : - (float)width;also found ^~~~~~~~~~~~~~~- (NSUInteger) count; dvHiddenArea.m^~~~~~~~~~~~~~~~~~~~~: 340/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::5104:: 1warning:: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]note : [ng setWidth:[cg width]];also found Compiling file dvUndo.m ... - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h92::911::1 :note: usingnote : - (void) setWidth: (CGFloat)newWidth;also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~./GraphicObjects.subproj/VGraphic.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h96::1491::1 :note : notealso found: also found- (void)setWidth:(float)w; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ Compiling file Document.m ... /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: 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.h2: warnings64:1: generatednote: . using - (NSUInteger) count; Compiling file DocWindow.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:dvUndo.m1::156 :note51: :also found warning- (NSUInteger) count;: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]^~~~~~~~~~~~~~~~~~~~~ Document.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:1841104::261: : note: warningalso found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~unused variable 'pi' [-Wunused-variable] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: NSPrintInfo *pi;91:1: note: also found ^- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:Document.m:149:1840:1: 26 [self graphicsPerform:@selector(setFilled:) with:(void*)filled];note : ^~~~~~~~~~~~~also found :- (NSUInteger) count;dvUndo.m :^~~~~~~~~~~~~~~~~~~~~244 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::2189: :1: warning: note: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] also found [g setWidth:width]; - (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h Compiling file FlippedView.m ... :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h73::1: 92note:: 1also found: note- (NSUInteger) count;: using^~~~~~~~~~~~~~~~~~~~~ unused variable 'pp' [-Wunused-variable]./GraphicObjects.subproj/VPath.h- (void) setWidth: (CGFloat)newWidth;: 60^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1 :./GraphicObjects.subproj/VGraphic.h :note NSPrintPanel *pp;: 96also found: 1- (unsigned)count;: ^~~~~~~~~~~~~~~~~~note : DocView.m :also found1723 : ^18- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~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; ^~~~~~~~~~~~~~~~~~~~~2 warnings generated. /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: Compiling file TileScrollView.m ... 91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ Compiling file LayerObject.m ... /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.h2 warnings generated. :60 Compiling file LayerDetailsController.m ... :1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1955:30: warningTileScrollView.m: :multiple methods named 'state' found [-Wobjc-multiple-method-names] 94 if (![[layerList objectAtIndex:l] state] || ![list count]):25 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 317:1: ./VHFShared/types.h:note: 125:32: note: using expanded from macro 'Diff' - (NSInteger)state; #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/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h::1: note: 60:1: note: using also found - (NSInteger) tag;- (NSInteger)state; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::381322::11: :note : notealso found LayerDetailsController.m: - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h38::1011::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger) state;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h180::711::31 :note : notealso found: also found- (NSInteger)tag; : @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~ ^~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :./graphicsUndo.subproj/../LayerObject.h111::154191::1 :note : notealso found: also found- (NSInteger) tag; - (int)state;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~./LayerObject.h ::148DocView.m::12270:: 26note:: also foundwarning : - (int)tag;multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~ if (![[layerList objectAtIndex:l] state] || ![list count])6 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~TileScrollView.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :94317::631:: warningnote: : 'NSCollectionViewItem' may not respond to 'tag'usingwarning - (NSInteger)state;: if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)^~~~~~~~~~~~~~~~~~~ multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 60 ./VHFShared/types.h::1125:: 32note:: also foundnote : - (NSInteger)state;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/NSMenuItem.h ^: 322TileScrollView.m::194:: 25note:: also foundwarning : - (NSInteger) state;multiple methods named 'tag' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:-1] setEnabled:NO]; // disable separating layers^~~~~~~~~~~~~~~~~~~~ if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h : ^~~~~~~~~~~~~~~~~~~~~~~~~~101 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:: note575: :also found1 :- (NSInteger) state; note^~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h./VHFShared/types.h: 71::- (id ) itemWithTag: (NSInteger)aTag;31 :125 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : :also found./VHFShared/VHFPopUpButtonAdditions.h 43@property NSVisualEffectState state;: ^~~~~note : ./graphicsUndo.subproj/../LayerObject.hexpanded from macro 'Diff' Compiling file MoveCell.m ... : 154#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: ^ 1::42 :1:note: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :- (int)state;228 :^~~~~~~~~~~~~1 : DocView.mnote:: 2761using:note17 :: - (NSInteger) tag;warningalso found: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~ [g setWidth:Prefs_LineWidth];- (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 92::LayerDetailsController.m1::92 :note6: 381using: - (void) setWidth: (CGFloat)newWidth;warning : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1./GraphicObjects.subproj/VGraphic.h::multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]96 : 1note: [[typePopup itemWithTag:LAYER_TEMPLATE] setEnabled:YES]; : notealso found: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found - (void)setWidth:(float)w;- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h ^~~~~~~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~DocView.m575: 2771::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h211:: :warning38: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 1 [g setWidth:Prefs_LineWidth];: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 92- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180using: 1- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.halso found: 96- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~:note : note : usingalso found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h - (void)setWidth:(float)w;: - (id ) itemWithTag: (NSInteger)aTag;^~~~~~~~~~~~~~~~~~~~~~~~~~111 DocView.m::^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~27821: 21::./VHFShared/VHFPopUpButtonAdditions.h :warningnote: 42multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: : [g setWidth:Prefs_LineWidth];also found 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :- (NSInteger) tag;92note: 1: :^~~~~~~~~~~~~~~~~~ also foundnote : using./LayerObject.h - (id )itemWithTag:(int)tag;- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~148 :./GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:196 ::1LayerDetailsController.m: :notenote: 93also found: :- (void)setWidth:(float)w;6 also found: warning: - (int)tag; ^~~~~~~~~~~ multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] TileScrollView.m: [[typePopup itemWithTag:LAYER_TEMPLATE_1] setEnabled:YES]; 94:63: warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 'NSCollectionViewItem' may not respond to 'tag' ^~~~~~~~~~~~~~~~~~~~~~~~~~ if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.hDocView.m: 2787:21: :warning: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ./VHFShared/types.h [g setWidth:Prefs_LineWidth];: 125 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~: 43/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::92 :note1: :expanded from macro 'Diff' note#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: using ^ 575- (void) setWidth: (CGFloat)newWidth;TileScrollView.m :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~94 :./GraphicObjects.subproj/VGraphic.h25::96: :1warning1:: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] note if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): notealso found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : - (void)setWidth:(float)w;./VHFShared/types.h :^~~~~~~~~~~~~~~~~~~~~~~~~~using 125 DocView.m::- (id ) itemWithTag: (NSInteger)aTag;572795:: 21 note:: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~expanded from macro 'Diff'warning : ./VHFShared/VHFPopUpButtonAdditions.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values : [g setWidth:Prefs_LineWidth];42 ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1228:::92 1::1note :: note : notealso found: usingusing - (NSInteger) tag; - (void) setWidth: (CGFloat)newWidth;- (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h./GraphicObjects.subproj/VGraphic.h::38196::1LayerDetailsController.m1:: notenote: : also foundalso found: 94 - (NSInteger)tag;:- (void)setWidth:(float)w;6 ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hwarningDocView.m::: 382959:multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]:136:: notewarning [[typePopup itemWithTag:LAYER_TEMPLATE_2] setEnabled:YES];: : multiple methods named 'state' found [-Wobjc-multiple-method-names]also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if ( ![list count] || ![[layerList objectAtIndex:l] state] - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : 575/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:^~~~~~~~~~~~~~~~~1: :317/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :note1180: :: note1using:: using- (id ) itemWithTag: (NSInteger)aTag; note- (NSInteger)state;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~./VHFShared/VHFPopUpButtonAdditions.h also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h42::601 ::1 :note- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (id )itemWithTag:(int)tag;also found : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~111- (NSInteger)state; : 1LayerDetailsController.m^~~~~~~~~~~~~~~~~~~:: 105 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::18note322:: : 1warning:: also found multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] note : - (NSInteger) tag; [[typePopup itemWithTag:type] setEnabled:NO]; also found ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger) state; ./LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h^~~~~~~~~~~~~~~~~~~~: 575:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:148::1011:11:: note:note: : using also found note- (id ) itemWithTag: (NSInteger)aTag;: - (NSInteger) state; also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~ - (int)tag; ./VHFShared/VHFPopUpButtonAdditions.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :4271:^~~~~~~~~~~:131:: notenoteTileScrollView.m: : also found:also found 94 :- (id )itemWithTag:(int)tag;@property NSVisualEffectState state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~63 ^~~~~:LayerDetailsController.m :./graphicsUndo.subproj/../LayerObject.h112::1545::1 warning:warning : : notemultiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names]: also found'NSCollectionViewItem' may not respond to 'tag' [typePopup selectItemWithTag:[layerObject type]]; // type - (int)state; if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ Compiling file MoveMatrix.m ... /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 73./VHFShared/types.h:DocView.m125::571: : note: note:using: 3377expanded from macro 'Diff'- (BOOL) selectItemWithTag: (NSInteger)tag; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~15 :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ./VHFShared/VHFPopUpButtonAdditions.h warning ^:: 43multiple methods named 'state' found [-Wobjc-multiple-method-names]TileScrollView.m: :1 if ( ![[layerList objectAtIndex:l] state] || !(iCnt=[list count])101 :: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~19 note:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h also found:warning 317: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]1- (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 : scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: usingLayerDetailsController.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :114- (NSInteger)state;228 :^~~~~~~~~~~~~~~~~~~1 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :note560: ::using1 : - (NSInteger) tag; warning note: ^~~~~~~~~~~~~~~~~~: multiple methods named 'setState:' found [-Wobjc-multiple-method-names]also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : - (NSInteger)state;381 [batchSwitch setState:[layerObject useForTile]]; // batch production :^~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :note 322: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:also found1 ::- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h316 ::- (NSInteger) state;38 :^~~~~~~~~~~~~~~~~~~~1 1::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :note101: :also found 1 note:- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :using- (NSInteger) state;180 :^~~~~~~~~~~~~~~~~~~~1- (void)setState:(NSInteger)value;: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.hnote:: 71^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h31:- (NSInteger)tag;:59 :^~~~~~~~~~~~~~~~~note : 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 111::@property NSVisualEffectState state; 1 ^~~~~: ./graphicsUndo.subproj/../LayerObject.hnotenote:: 154: also found: 1also found:- (NSInteger) tag; note ^~~~~~~~~~~~~~~~~~: also found./LayerObject.h :- (int)state;148 :- (void)setState:(NSInteger)value;^~~~~~~~~~~~~1 : DocView.m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:note 3481: :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h17 ::- (int)tag; 281^~~~~~~~~~~warning : :TileScrollView.mmisleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]1: :101 if ( j > MAXCLASSES ) /* not in class list */: 57 ^: noteDocView.mwarning:: : 3476'NSCollectionViewItem' may not respond to 'tag': 13also found scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^- (void) setState: (NSInteger)state;note : TileScrollView.mprevious statement is here^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 120/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h for ( j=0; j(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values93 : ^1: note: using - (CGFloat) width; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~~:228:1: note 31: ./GraphicObjects.subproj/VGraphic.h:using: 94 - (NSInteger) tag;: note1^~~~~~~~~~~~~~~~~~: : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso foundnote:: 381also found@property NSVisualEffectState state;: 1 - (float)width;: ^~~~~~~~~~~~~~~ ^~~~~ note DocView.m: :also found./InspectorPanel.subproj/../LayerObject.h 3549::- (NSInteger)tag;15321::1 :^~~~~~~~~~~~~~~~~warning : notemultiple methods named 'width' found [-Wobjc-multiple-method-names] : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found ws[c] = [sg width]; :- (void)setState:(int)flag;38 ^~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~~~~~~~~1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : LayerDetailsController.m:note:93: 133also found: :1- (NSInteger)tag;32 ::^~~~~~~~~~~~~~~~~ warningnote/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :using180 :: - (CGFloat) width; 1 multiple methods named 'state' found [-Wobjc-multiple-method-names]:^~~~~~~~~~~~~~~~~~ note./GraphicObjects.subproj/VGraphic.h [layerObject setUseForTile:[batchSwitch state]];: : also found94 ^~~~~~~~~~~~~~~~~~~ : - (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111: :317- (float)width;1 :^~~~~~~~~~~~~~~ :note1DocView.m: ::also found3566 :MoveMatrix.m- (NSInteger) tag; 29 :note^~~~~~~~~~~~~~~~~~ : warning./LayerObject.h: :usingmultiple methods named 'width' found [-Wobjc-multiple-method-names] 148 :- (NSInteger)state; { float ggw = [gg width];1 : ^~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :^~~~~~~~~~~~~~~~~~~also found93 : - (int)tag;1 :^~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hTileScrollView.m: :using120: :60- (CGFloat) width; 63 ::^~~~~~~~~~~~~~~~~~1 warning:: ./GraphicObjects.subproj/VGraphic.h'NSCollectionViewItem' may not respond to 'tag': 94note if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): : 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ :./VHFShared/types.h :also foundnote125: : also found32- (NSInteger)state; : - (float)width; ^~~~~~~~~~~~~~~~~~~ note^~~~~~~~~~~~~~~: expanded from macro 'Diff'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h DocView.m:#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: 3733 ^: 56322TileScrollView.m:: 120::warning251: ::multiple methods named 'tag' found [-Wobjc-multiple-method-names] notewarning : : [(DocWindow*)[document window] enableCoordDisplay:([sender tag] ? YES : NO)];also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSInteger) state; ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~ if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~228:: 1011::./VHFShared/types.h1::125 :notenote43: : :also found usingnote- (NSInteger) state; : - (NSInteger) tag;expanded from macro 'Diff' ^~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ^: 71381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:::311228::: note1note:: : also foundnotealso found : - (NSInteger)tag;using @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~~ ^~~~~: 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1./InspectorPanel.subproj/../LayerObject.h381::: 1154note:: : also foundnote1 : :- (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~: note180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:: :1also found38:: 1note:: also foundnote - (int)state;: - (NSInteger)tag; also found ^~~~~~~~~~~~~^~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h111::81801 warning::s1 generated:note : note. : also foundalso found Compiling file MyPageLayout.m ... - (NSInteger) tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~: 123 :^~~~~~~~~~~~~~~~~~ 18./graphicsUndo.subproj/../LayerObject.h::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :warning: 111incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]:1481::1 :note : notealso found: also found- (NSInteger) tag; - (int)tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ ./LayerObject.h [self getRow:&row column:&column forPoint:mouseDownLocation];:DocView.m 148:: ^~~~3739 :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h25:::174 :warning31 : :multiple methods named 'tag' found [-Wobjc-multiple-method-names] notenote showDirection = [sender tag] ? YES : NO;: : passing argument to parameter 'row' here ^~~~~~~~~~~~ also found- (BOOL) getRow: (NSInteger *)row/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : ^228- (int)tag;: 1 MoveMatrix.m:: 123note:: 30using: ^~~~~~~~~~~ - (NSInteger) tag;warning : ^~~~~~~~~~~~~~~~~~incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hTileScrollView.m [self getRow:&row column:&column forPoint:mouseDownLocation];:: 120381 ^~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h::: 17563note:: 24:also found: - (NSInteger)tag;warning : note^~~~~~~~~~~~~~~~~'NSCollectionViewItem' may not respond to 'tag' : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)passing argument to parameter 'column' here : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 38 column: (NSInteger *)column./VHFShared/types.h::1 125 ^:: 43 note:MoveMatrix.m : note:also found: 275 :expanded from macro 'Diff' 23- (NSInteger)tag;#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ : TileScrollView.m: 120^~~~~~~~~~~~~~~~~warning: : incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: if (![self getRow:&newRow column:&column forPoint:mouseUpLocation]) 180:1: 25note ^~~~~~~: :also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h- (NSInteger)tag; warning:^~~~~~~~~~~~~~~~~ : 174/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:31:: 111multiple methods named 'tag' found [-Wobjc-multiple-method-names]note: Compiling file propertyList.m ... : 1 passing argument to parameter 'row' here: if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)note: - (BOOL) getRow: (NSInteger *)row ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.halso found: MoveMatrix.m125::- (NSInteger) tag;27557 ::^~~~~~~~~~~~~~~~~~38 : note : ./graphicsUndo.subproj/../LayerObject.hwarningexpanded from macro 'Diff': :incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values 148 if (![self getRow:&newRow column:&column forPoint:mouseUpLocation]) ^ ^~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:228:: 1751:note:24 :: note : notealso foundusing: passing argument to parameter 'column' here- (int)tag;- (NSInteger) tag; column: (NSInteger *)column^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : 381MoveMatrix.m:DocView.m:1:276:3798 ::note22: 10:also found warning:- (NSInteger)tag;: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]^~~~~~~~~~~~~~~~~ warning [self getRow:&newRow column:&column forPoint:(cellFrame.origin)];/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h : ^~~~~~~: 38'sel_eq' is deprecated [-Wdeprecated-declarations] : 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h if ( VHFSelectorIsEqual(action, @selector(bringToFront:)) ||:: 174 ^note:: 31 also found: ./VHFShared/vhfCompatibility.hnote- (NSInteger)tag;: : ^~~~~~~~~~~~~~~~~passing argument to parameter 'row' here 47/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (BOOL) getRow: (NSInteger *)row: 180:: ^1 :38 MoveMatrix.m::note276 : :also found37 :note - (NSInteger)tag;: warning : ^~~~~~~~~~~~~~~~~expanded from macro 'VHFSelectorIsEqual'incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h [self getRow:&newRow column:&column forPoint:(cellFrame.origin)];: 111 ^~~~~~~: 1# define VHFSelectorIsEqual(a, b) sel_eq(a, b)/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:: 175note :: 24also found: ^ - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :^~~~~~~~~~~~~~~~~~note79 :./LayerObject.h16:: : 148notepassing argument to parameter 'column' here:: 1'sel_eq' has been explicitly marked deprecated here: column: (NSInteger *)column__attribute__((deprecated))note : ^also found ^DocView.m :- (int)tag;3799 :MoveMatrix.m^~~~~~~~~~~:10 :319TileScrollView.m :warning:120: 13:'sel_eq' is deprecated [-Wdeprecated-declarations]63 :: VHFSelectorIsEqual(action, @selector(bringForward:)) ) warning ^warning : : ./VHFShared/vhfCompatibility.h'NSCollectionViewItem' may not respond to 'tag'multiple methods named 'setTag:' found [-Wobjc-multiple-method-names]: 47 [activeCell setTag:(newRow)]; // in its new home if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): 38 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h note:: 125expanded from macro 'VHFSelectorIsEqual':/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h 57:# define VHFSelectorIsEqual(a, b) sel_eq(a, b)380:: 1note: ^ : note expanded from macro 'Diff': /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.husing#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values :- (void)setTag:(NSInteger)anInt; ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~79TileScrollView.m ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h126:16:179:26::1 : warningnotenote: : : multiple methods named 'tag' found [-Wobjc-multiple-method-names]'sel_eq' has been explicitly marked deprecated herealso found scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0;- (void)setTag:(NSInteger)anInt;__attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:: 228296::11::DocView.m note:note: : 3818usingalso found :- (NSInteger) tag;- (void) setTag: (NSInteger)anInt;15: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::124'sel_eq' is deprecated [-Wdeprecated-declarations]381::1 1:: else if ( VHFSelectorIsEqual(action, @selector(sendToBack:)) || notenote: : also found ^also found - (void) setTag: (NSInteger)tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./MoveCell.h./VHFShared/vhfCompatibility.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:4447::381::1 ::note : note38also found: :also found- (void)setTag:(int)anInt; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~noteMoveMatrix.m : :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hexpanded from macro 'VHFSelectorIsEqual'333::180 13::1 :warning : # define VHFSelectorIsEqual(a, b) sel_eq(a, b)notemultiple methods named 'setTag:' found [-Wobjc-multiple-method-names] : ^also found [activeCell setTag:newRow]; // in its new home ^~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h- (NSInteger)tag; : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h79^~~~~~~~~~~~~~~~~: :380/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::161111::: 1 note: : using note: - (void)setTag:(NSInteger)anInt; also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag; note/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: ./LayerObject.h'sel_eq' has been explicitly marked deprecated herealso found: 148__attribute__((deprecated))- (void) setTag: (NSInteger)anInt; : ^ 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:DocView.m :note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h3819: :also found:15 :124- (int)tag; :warning1^~~~~~~~~~~: :'sel_eq' is deprecated [-Wdeprecated-declarations] TileScrollView.mnote VHFSelectorIsEqual(action, @selector(sendBackward:)) ): 126 ^: 64: ./VHFShared/vhfCompatibility.h::also found47 : 38warning- (void) setTag: (NSInteger)tag;:: 'NSCollectionViewItem' may not respond to 'tag'note ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; expanded from macro 'VHFSelectorIsEqual' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^./MoveCell.h# define VHFSelectorIsEqual(a, b) sel_eq(a, b) :TileScrollView.m ^44: 172:/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h::25791::: 16 :warningnote : : notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 'sel_eq' has been explicitly marked deprecated herealso found if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) __attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (void)setTag:(int)anInt; ^ ./VHFShared/types.hDocView.m^~~~~~~~~~~~~~~~~~~~~~~~~~:: 1253838::32MoveMatrix.m:15: :note : 363warningexpanded from macro 'Diff':: 22'sel_eq' is deprecated [-Wdeprecated-declarations]#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values : else if ( VHFSelectorIsEqual(action, @selector(toggleGrid:)) ) ^ warning ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :: ./VHFShared/vhfCompatibility.h228::incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]471::38 : notenote [self getRow:&row column:&col ofCell:activeCell];: : usingexpanded from macro 'VHFSelectorIsEqual' - (NSInteger) tag;# define VHFSelectorIsEqual(a, b) sel_eq(a, b) ^~~~~~~~~~~~~~~~~~ ^ ^~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h38179:::116177:: : notenote: : also found31'sel_eq' has been explicitly marked deprecated here - (NSInteger)tag;__attribute__((deprecated)) :^~~~~~~~~~~~~~~~~ ^ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hDocView.m: ::passing argument to parameter 'row' here383843 ::15- (BOOL) getRow: (NSInteger *)row1:: ^notewarning: : also found 'sel_eq' is deprecated [-Wdeprecated-declarations] MoveMatrix.m- (NSInteger)tag; else if ( VHFSelectorIsEqual(action, @selector(group:)) : ^~~~~~~~~~~~~~~~~ ^ 363/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h./VHFShared/vhfCompatibility.h:::18047::138::34 :notenote: : expanded from macro 'VHFSelectorIsEqual'also foundwarning : # define VHFSelectorIsEqual(a, b) sel_eq(a, b)incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] - (NSInteger)tag; ^ [self getRow:&row column:&col ofCell:activeCell]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h ^~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::79111::161:: notenote: : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h'sel_eq' has been explicitly marked deprecated herealso found :__attribute__((deprecated))178- (NSInteger) tag; : ^^~~~~~~~~~~~~~~~~~ 24DocView.m:./LayerObject.h ::note3845: 148::18passing argument to parameter 'column' here: 1 column: (NSInteger *)columnwarning: : ^note : 'sel_eq' is deprecated [-Wdeprecated-declarations]MoveMatrix.malso found: 366- (int)tag;: 70^~~~~~~~~~~: || VHFSelectorIsEqual(action, @selector(join:)) )warningTileScrollView.m: :incompatible pointer types passing 'float [6]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] ^172 : cellBorder = NSDrawTiledRects(cellBorder, cellBorder, sides, grays, 6);63 :./VHFShared/vhfCompatibility.h ^~~~~ : warning47/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSGraphics.h: ::'NSCollectionViewItem' may not respond to 'tag'135 :38 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)54: : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ note./VHFShared/types.h: :passing argument to parameter 'grays' herenote 125: const CGFloat *grays,: 32 ^: expanded from macro 'VHFSelectorIsEqual'propertyList.m note# define VHFSelectorIsEqual(a, b) sel_eq(a, b) :: ^ 40:12: /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:warning: expanded from macro 'Diff'79:16: note: class 'PropertyList' defined without specifying a base class [-Wobjc-root-class] 'sel_eq' has been explicitly marked deprecated here@interface PropertyList ^#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values__attribute__((deprecated)) ^ ^propertyList.mTileScrollView.m :DocView.m172::385625::15 :warning : :warningmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 'sel_eq' is deprecated [-Wdeprecated-declarations]40 : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) else if ( VHFSelectorIsEqual(action, @selector(punch:)) ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 24./VHFShared/types.h./VHFShared/vhfCompatibility.h::12547::4338:: notenote: : expanded from macro 'Diff'expanded from macro 'VHFSelectorIsEqual' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values# define VHFSelectorIsEqual(a, b) sel_eq(a, b): ^ ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h::22879::116:: notenote: : using'sel_eq' has been explicitly marked deprecated here - (NSInteger) tag;__attribute__((deprecated)) ^^~~~~~~~~~~~~~~~~~ DocView.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::3879381::151:: warning11: note'sel_eq' is deprecated [-Wdeprecated-declarations]: also found else if ( VHFSelectorIsEqual(action, @selector(ungroup:)) ) - (NSInteger)tag; ^ ^~~~~~~~~~~~~~~~~./VHFShared/vhfCompatibility.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h47::3838::1 :note : noteexpanded from macro 'VHFSelectorIsEqual': also found# define VHFSelectorIsEqual(a, b) sel_eq(a, b) - (NSInteger)tag; ^ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h79::18016::1 :note : note'sel_eq' has been explicitly marked deprecated here: also found__attribute__((deprecated)) - (NSInteger)tag; ^ ^~~~~~~~~~~~~~~~~note DocView.m: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:add a super class to fix this problem: 1113892@interface PropertyList: :1 ^: : NSObject note15: warningwarning: s'sel_eq' is deprecated [-Wdeprecated-declarations] generated else if ( VHFSelectorIsEqual(action, @selector(split:)) ) ^ . ./VHFShared/vhfCompatibility.h: Compiling file ProgressIndicator.m ... also found: 47:38: note: - (NSInteger) tag;expanded from macro 'VHFSelectorIsEqual' ^~~~~~~~~~~~~~~~~~# define VHFSelectorIsEqual(a, b) sel_eq(a, b) ./LayerObject.h1: ^148 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h1::79 :note16: :also found note- (int)tag;: 'sel_eq' has been explicitly marked deprecated here^~~~~~~~~~~ __attribute__((deprecated))TileScrollView.m : ^172 :DocView.m63::3906 :warning15:: 'NSCollectionViewItem' may not respond to 'tag'warning : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)'sel_eq' is deprecated [-Wdeprecated-declarations] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ warning else if ( VHFSelectorIsEqual(action, @selector(flatten:)) ) ^./VHFShared/types.h :./VHFShared/vhfCompatibility.h125:43::47 :note38: : expanded from macro 'Diff'note : #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values expanded from macro 'VHFSelectorIsEqual' ^ # define VHFSelectorIsEqual(a, b) sel_eq(a, b)TileScrollView.m : ^172: 25/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: :warning: 79multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 16 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:note125: :57: note: expanded from macro 'Diff' 'sel_eq' has been explicitly marked deprecated here#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ __attribute__((deprecated))/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : ^228:1 :DocView.m :note3919: :using15 :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~: 'sel_eq' is deprecated [-Wdeprecated-declarations]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : else if ( VHFSelectorIsEqual(action, @selector(addLink:)) )381 : ^1 :./VHFShared/vhfCompatibility.h :note47: :also found38 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: expanded from macro 'VHFSelectorIsEqual'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :# define VHFSelectorIsEqual(a, b) sel_eq(a, b)38 : ^1 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :note79 generated:: 16also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h__attribute__((deprecated)). : Compiling file DXFImportSub.m ... 180 Compiling file GerberImportSub.m ... :1: note: ^also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111: 1DocView.m:: 3926note: :also found15 :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~: 'sel_eq' is deprecated [-Wdeprecated-declarations]./LayerObject.h : else if ( VHFSelectorIsEqual(action, @selector(bindTextToPath:)) )148 : ^1 ./VHFShared/vhfCompatibility.h: :note47: :also found38 :- (int)tag; note^~~~~~~~~~~: expanded from macro 'VHFSelectorIsEqual'TileScrollView.m :# define VHFSelectorIsEqual(a, b) sel_eq(a, b)172 : ^63 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :warning79: :'NSCollectionViewItem' may not respond to 'tag'16 : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) noteGerberImportSub.m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^:: 'sel_eq' has been explicitly marked deprecated here./VHFShared/types.h :__attribute__((deprecated))125 : ^57 :DocView.m :note3941: :expanded from macro 'Diff'15 :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values warning ^: 'sel_eq' is deprecated [-Wdeprecated-declarations]58 TileScrollView.m else if ( VHFSelectorIsEqual(action, @selector(copy:)) ): 181 ^: :23./VHFShared/vhfCompatibility.h:: 47warning:: 38multiple methods named 'tag' found [-Wobjc-multiple-method-names]: scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~expanded from macro 'VHFSelectorIsEqual' /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h# define VHFSelectorIsEqual(a, b) sel_eq(a, b): 228 ^: 1/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 79note:17: 16using: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h__attribute__((deprecated)): 381 ^: 1DXFImportSub.mDocView.m:: 3952note:: 15also found: - (NSInteger)tag;warning : ^~~~~~~~~~~~~~~~~'sel_eq' is deprecated [-Wdeprecated-declarations] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h else if ( VHFSelectorIsEqual(action, @selector(mirror:)): 38 ^: 1./VHFShared/vhfCompatibility.h:: 47note:: 38also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~expanded from macro 'VHFSelectorIsEqual' /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h# define VHFSelectorIsEqual(a, b) sel_eq(a, b): 180 ^: 1/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 79note:: 16also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h__attribute__((deprecated)): 111 ^: 1DocView.m:: 3953note:: 18also found: :- (NSInteger) tag;warning: : ^~~~~~~~~~~~~~~~~~'sel_eq' is deprecated [-Wdeprecated-declarations] ./LayerObject.h || VHFSelectorIsEqual(action, @selector(rotateG:)): 148 ^: 1./VHFShared/vhfCompatibility.h:: 47note:: 38also found: - (int)tag;note : ^~~~~~~~~~~expanded from macro 'VHFSelectorIsEqual' TileScrollView.m# define VHFSelectorIsEqual(a, b) sel_eq(a, b): 181 ^: 61/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 79warning:: 16'NSCollectionViewItem' may not respond to 'tag' 100: scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; note ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 'sel_eq' has been explicitly marked deprecated hereTileScrollView.m :__attribute__((deprecated))187 : ^19 :DocView.m :warning3954: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]18 : scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; warning ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 'sel_eq' is deprecated [-Wdeprecated-declarations]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : || VHFSelectorIsEqual(action, @selector(reverse:))228 : ^1 :./VHFShared/vhfCompatibility.h :note47: :using38 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: expanded from macro 'VHFSelectorIsEqual'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :# define VHFSelectorIsEqual(a, b) sel_eq(a, b)381 : ^1 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: 79note:: 16also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h__attribute__((deprecated)): 38 ^: 1DocView.m:: 3955note:: 18also found: - (NSInteger)tag;warning : ^~~~~~~~~~~~~~~~~'sel_eq' is deprecated [-Wdeprecated-declarations] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h || VHFSelectorIsEqual(action, @selector(buildContour:)): 180 ^: 1./VHFShared/vhfCompatibility.h:: 47note:: 38also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~expanded from macro 'VHFSelectorIsEqual' /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h# define VHFSelectorIsEqual(a, b) sel_eq(a, b): 111 ^: 1/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 79note:: 16also found: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here __attribute__((deprecated))./LayerObject.h : ^148 :DocView.m1::: 3956note:: 18also found: - (int)tag;warning : ^~~~~~~~~~~'sel_eq' is deprecated [-Wdeprecated-declarations] TileScrollView.m || VHFSelectorIsEqual(action, @selector(delete:)): 187 ^: 57./VHFShared/vhfCompatibility.h:: 47warning:: 38'NSCollectionViewItem' may not respond to 'tag': scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;note : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^expanded from macro 'VHFSelectorIsEqual' warning# define VHFSelectorIsEqual(a, b) sel_eq(a, b) : ^ multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: 795: for (i=(int)[bList count]-1; i>=0; i--)1626:: note : warning'sel_eq' has been explicitly marked deprecated here ^~~~~~~~~~~~~ : __attribute__((deprecated)) warning ^s /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hDocView.m generated::3957multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] :6418. : Compiling file HPGLImportSub.m ... : [g setWidth:state.width];warning : ^~~~~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: 'sel_eq' is deprecated [-Wdeprecated-declarations]92 : || VHFSelectorIsEqual(action, @selector(selectColor:)) 1 ^:note : note./VHFShared/vhfCompatibility.h: :usingusing47 : 38- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count;note : ./GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~~~~~expanded from macro 'VHFSelectorIsEqual': 96/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h# define VHFSelectorIsEqual(a, b) sel_eq(a, b)::182: ^:note : 1/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:also found: 79- (void)setWidth:(float)w;:note 16: ^~~~~~~~~~~~~~~~~~~~~~~~~~: also found DXFImportSub.mnote- (NSUInteger) count;:: 118^~~~~~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here : 5/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h__attribute__((deprecated)): : ^warning : 62DocView.mmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: :3958 [g setWidth:state.width];: 118 ^~~~~~~~~~~~~~~~~~~~~~~~:: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hwarning:: : 92'sel_eq' is deprecated [-Wdeprecated-declarations]:also found 1 || VHFSelectorIsEqual(action, @selector(selectEqual:)):- (NSUInteger) count; // Primitive ^^~~~~~~~~~~~~~~~~~~~~note : ./VHFShared/vhfCompatibility.husing: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h47- (void) setWidth: (CGFloat)newWidth;: 38^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:: 127./GraphicObjects.subproj/VGraphic.hnote:: 96expanded from macro 'VHFSelectorIsEqual':: 11:# define VHFSelectorIsEqual(a, b) sel_eq(a, b) : note ^: also found /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :note- (void)setWidth:(float)w;79 :^~~~~~~~~~~~~~~~~~~~~~~~~~16 :: also found - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h__attribute__((deprecated)): 104 ^2 warning:sDocView.m:13959:18: generatedwarning: . 'sel_eq' is deprecated [-Wdeprecated-declarations]: || VHFSelectorIsEqual(action, @selector(cut:)) ^ note./VHFShared/vhfCompatibility.h:: 47 Compiling file PSImportSub.m ... :also found38: note: expanded from macro 'VHFSelectorIsEqual' - (NSUInteger) count;# define VHFSelectorIsEqual(a, b) sel_eq(a, b) HPGLImportSub.m^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: 91 ^: 1/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 79note:: 16also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h__attribute__((deprecated)): 149 ^: 1DocView.m:: 3960note:: 18also found: - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~'sel_eq' is deprecated [-Wdeprecated-declarations] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h || VHFSelectorIsEqual(action, @selector(transform:)) ): 89 ^: 1./VHFShared/vhfCompatibility.h: note: 56:also found :- (NSUInteger) count; 25: 47^~~~~~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:multiple methods named 'count' found [-Wobjc-multiple-method-names] : [g addList:aList at:[[g list] count]];38 : ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:note73: :expanded from macro 'VHFSelectorIsEqual' 1# define VHFSelectorIsEqual(a, b) sel_eq(a, b): ^note : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.halso found: 79- (NSUInteger) count;: 16^~~~~~~~~~~~~~~~~~~~~: ./GraphicObjects.subproj/VPath.hnote:: 60'sel_eq' has been explicitly marked deprecated here: 1__attribute__((deprecated)): ^note : DocView.malso found: 3971- (unsigned)count;: 15^~~~~~~~~~~~~~~~~~: PSImportSub.mGerberImportSub.mwarning:: 72'sel_eq' is deprecated [-Wdeprecated-declarations]: 17 else if ( VHFSelectorIsEqual(action, @selector(selectAll:)) ): ^warning: multiple methods named 'count' found [-Wobjc-multiple-method-names]./VHFShared/vhfCompatibility.h : int i, cnt=[bList count];47 : ^~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :expanded from macro 'VHFSelectorIsEqual'1 :# define VHFSelectorIsEqual(a, b) sel_eq(a, b) note ^: using/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :- (NSUInteger) count;79 :^~~~~~~~~~~~~~~~~~~~~16 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :'sel_eq' has been explicitly marked deprecated here1 :__attribute__((deprecated)) note ^: also foundDocView.m :- (NSUInteger) count;3983 :^~~~~~~~~~~~~~~~~~~~~15 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :warning62: :'sel_eq' is deprecated [-Wdeprecated-declarations]1 : else if ( VHFSelectorIsEqual(action, @selector(paste:)) ) note ^: also found./VHFShared/vhfCompatibility.h :- (NSUInteger) count; // Primitive47 :^~~~~~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :expanded from macro 'VHFSelectorIsEqual'1 :# define VHFSelectorIsEqual(a, b) sel_eq(a, b) note ^: also found/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :- (NSUInteger) count;79 :^~~~~~~~~~~~~~~~~~~~~16 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :note104: :'sel_eq' has been explicitly marked deprecated here1 :__attribute__((deprecated)) note ^: also foundDocView.m :- (NSUInteger) count;3993 :^~~~~~~~~~~~~~~~~~~~~15 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :warning91: :'sel_eq' is deprecated [-Wdeprecated-declarations]1 : else if ( VHFSelectorIsEqual(action, @selector(displayDirections:)) ) note ^: also found./VHFShared/vhfCompatibility.h :- (NSUInteger) count;47 :^~~~~~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :note149: :expanded from macro 'VHFSelectorIsEqual'1 :# define VHFSelectorIsEqual(a, b) sel_eq(a, b) note ^: also found/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :- (NSUInteger) count;79 :^~~~~~~~~~~~~~~~~~~~~16 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :note89: :'sel_eq' has been explicitly marked deprecated here64 1__attribute__((deprecated)): ^note : DocView.malso found: 3995- (NSUInteger) count;: :15^~~~~~~~~~~~~~~~~~~~~:1 warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :'sel_eq' is deprecated [-Wdeprecated-declarations]73 : else if ( VHFSelectorIsEqual(action, @selector(toggleCoordDisplay:)) )1 : ^ note./VHFShared/vhfCompatibility.h: :also found47 :- (NSUInteger) count;38 :^~~~~~~~~~~~~~~~~~~~~ note./GraphicObjects.subproj/VPath.h: :expanded from macro 'VHFSelectorIsEqual'60 :# define VHFSelectorIsEqual(a, b) sel_eq(a, b)1 : ^ note/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: :also found79 :- (unsigned)count;16 :^~~~~~~~~~~~~~~~~~ noteGerberImportSub.m: ::'sel_eq' has been explicitly marked deprecated here76 :__attribute__((deprecated))5 : ^ warning: DocView.mmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 4046 [g setWidth:state.width];: 38 ^~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hwarning:: 92:implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]1 : unsigned int index = NSNotFound; note ~~~~~ ^~~~~~~~~~: usingDocView.m :- (void) setWidth: (CGFloat)newWidth;4048 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~55 :./GraphicObjects.subproj/VGraphic.h :warning96: :result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare]1 note: if ((index=[slist indexOfObject:obj]) != NSNotFound) note ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~: also found DocView.m- (void)setWidth:(float)w;: 4107^~~~~~~~~~~~~~~~~~~~~~~~~~: 30GerberImportSub.m:: 82warning:: 5multiple methods named 'count' found [-Wobjc-multiple-method-names]: for (i=0, iCnt = [newSlist count]; i 0 ) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h ^~~~~~~~~~~~~: 6282:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:1: 64note:: 1also found: note: using- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hDocView.m::127 ::8231note:: 28:also found: note- (NSUInteger) count;warning : : ^~~~~~~~~~~~~~~~~~~~~also found conflicting parameter types in implementation of 'rectForPage:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (NSUInteger) count;- (NSRect)rectForPage:(int)pageNumber62 : ~~~ ^1 :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote:: 579also found: :36- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~note104 : :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hprevious definition is here: 1271- (NSRect) rectForPage: (NSInteger)page;: 1 ~~~~~~~~~ ^: : note note: : also foundalso found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: - (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: 91:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1: :note: 104also found :- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~ also found :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149:- (NSUInteger) count;note1: note: : also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: ^~~~~~~~~~~~~~~~~~~~~ 62:1: note: - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: 89:1: ^~~~~~~~~~~~~~~~~~~~~note: also found also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~73:1: note: also found :- (NSUInteger) count; 91^~~~~~~~~~~~~~~~~~~~~ :./GraphicObjects.subproj/VPath.h1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: :60 :1: notenote: also found : also found - (NSUInteger) count; also found- (unsigned)count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;GerberImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: 133:5:^~~~~~~~~~~~~~~~~~~~~:104:1: notewarning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : : [g setWidth:state.width]; 149 ^~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:also found 192:1: :note: - (NSUInteger) count; using note- (void) setWidth: (CGFloat)newWidth; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also found./GraphicObjects.subproj/VGraphic.h: 96^~~~~~~~~~~~~~~~~~~~~: 1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:note91:: 1: note: also foundalso found - (NSUInteger) count; - (void)setWidth:(float)w;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:^~~~~~~~~~~~~~~~~~~~~~~~~~149: - (NSUInteger) count;GerberImportSub.m1:: 144:9note:: also found warning: - (NSUInteger) count; multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:8964::1: 1note: :also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:- (NSUInteger) count;73 :^~~~~~~~~~~~~~~~~~~~~1: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.halso found :- (NSUInteger) count;82: 1 :^~~~~~~~~~~~~~~~~~~~~ note: also found ./GraphicObjects.subproj/VPath.h- (NSUInteger) count;: 60^~~~~~~~~~~~~~~~~~~~~: 1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hnote: also found :- (unsigned)count;62:1: note: ^~~~~~~~~~~~~~~~~~ also found^~~~~~~~~~~~~~~~~~~~~ PSImportSub.m- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~ 72/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:9::127 :1: warning: note: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] also found [g setWidth:0.0]; - (NSUInteger) count; ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::104/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:921:1:: note: note: also found using - (NSUInteger) count; - (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :8991./GraphicObjects.subproj/VGraphic.h::196::1 : notenote: : also found also found - (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~- (void)setWidth:(float)w; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h^~~~~~~~~~~~~~~~~~~~~~~~~~ :1149PSImportSub.m:1:: 85:note9: : also found warning: - (NSUInteger) count;multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ if ([aList count] == 1)/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :89:1: note: :also found ^~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~: 64:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1:: note: 73using :1:- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~ : notealso found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: 82- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~:1 : ./GraphicObjects.subproj/VPath.hnote: :also found 60:- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~ : notealso found: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:also found62:1: note: also found - (unsigned)count; - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~~ GerberImportSub.m- (NSUInteger) count;:^~~~~~~~~~~~~~~~~~~~~151 : 5/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: ^~~~~~~~~~~~~~~~~~~~~warningalso found : - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ 73 :1: [g setWidth:0.0]; // instead state.width - only used in setPath and setPad -> need both width = 0 !note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: ^~~~~~~~~~~~~~~~91:1: note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found :- (NSUInteger) count;92- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:^~~~~~~~~~~~~~~~~~~~~ 1149:./GraphicObjects.subproj/VPath.h:60:1: :note: also found 1- (unsigned)count;note ^~~~~~~~~~~~~~~~~~ :: HPGLImportSub.musing: 58:- (void) setWidth: (CGFloat)newWidth;5: warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ./GraphicObjects.subproj/VGraphic.halso found [g setWidth:state.width]; : ^~~~~~~~~~~~~~~~~~~~~~~~ 96- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h92:1: note: using :- (void) setWidth: (CGFloat)newWidth; note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : 89:also found./GraphicObjects.subproj/VGraphic.h: 96:1- (void)setWidth:(float)w;: note: also found 1- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ :HPGLImportSub.m: GerberImportSub.m70:25:: 161notewarning: :: multiple methods named 'count' found [-Wobjc-multiple-method-names] 9also found [g addList:aList at:[[g list] count]]; : ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:warning- (NSUInteger) count; 64:1: : note: multiple methods named 'count' found [-Wobjc-multiple-method-names]using - (NSUInteger) count; if ([aList count] == 1)^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: ^~~~~~~~~~~~~82:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ 64/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: :also found :1- (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:149:1: note: also found note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found also foundnote - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found ./GraphicObjects.subproj/VPath.h:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 60:1: note: ./GraphicObjects.subproj/VPath.h:60:1: note: also found : - (unsigned)count; ^~~~~~~~~~~~~~~~~~ also foundusingHPGLImportSub.m :- (unsigned)count; ^~~~~~~~~~~~~~~~~~ 73PSImportSub.m::5: warning: - (NSUInteger) count;87multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] :15: [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hwarning:92:1: note: using : - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names]./GraphicObjects.subproj/VGraphic.h:96:1: note : also found else if ( [aList count] > 0 ) - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h82::641::1 :note 4: warningnote: also foundusing s- (NSUInteger) count; generated. ^~~~~~~~~~~~~~~~~~~~~ Compiling file DINImportSub.m ... /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count;: 82^~~~~~~~~~~~~~~~~~~~~ :1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :note62: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:also found62 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSUInteger) count;1 : ^~~~~~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:- (NSUInteger) count; 91:1: ^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:also found 91:- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote:: 149also found :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :note89: :1also found :- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSUInteger) count;: 89^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::73 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~~~~~73 :./GraphicObjects.subproj/VPath.h1::60 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (unsigned)count;./GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~~60 :GerberImportSub.m1::168 :note5: :also found warning- (unsigned)count;: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~ [g setWidth:0.0];PSImportSub.m : ^~~~~~~~~~~~~~~~94 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h9::92 :warning1: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] note [g setWidth:state.width];: using ^~~~~~~~~~~~~~~~~~~~~~~~ - (void) setWidth: (CGFloat)newWidth;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~92 :./GraphicObjects.subproj/VGraphic.h1::96 :note1: :using note- (void) setWidth: (CGFloat)newWidth;: also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w;./GraphicObjects.subproj/VGraphic.h :^~~~~~~~~~~~~~~~~~~~~~~~~~96 :GerberImportSub.m1::180 :note11: :also found warning- (void)setWidth:(float)w;: multiple methods named 'count' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~~~~~~ if ( ![aList count] )PSImportSub.m : ^~~~~~~~~~~~~177 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h27::64 :warning1: :multiple methods named 'count' found [-Wobjc-multiple-method-names] note if (!moveToOrigin || ![list count]): using ^~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~~~~~64 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1::82 :note1: :using note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hDINImportSub.m :^~~~~~~~~~~~~~~~~~~~~82 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h1::62 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :^~~~~~~~~~~~~~~~~~~~~62 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1::127 :note1: :also found note- (NSUInteger) count; // Primitive: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :^~~~~~~~~~~~~~~~~~~~~127 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :note1: :also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;: 104^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:: 91note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (NSUInteger) count;: 91^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count;: 149^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 89note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSUInteger) count;: 89^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: 73note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSUInteger) count;: 73^~~~~~~~~~~~~~~~~~~~~: 1./GraphicObjects.subproj/VPath.h:: 60note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found ./GraphicObjects.subproj/VPath.h- (unsigned)count;: 60^~~~~~~~~~~~~~~~~~: 183GerberImportSub.m:: 184note:: 9also found: - (unsigned)count;warning : ^~~~~~~~~~~~~~~~~~multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [g setWidth:state.width];PSImportSub.m : ^~~~~~~~~~~~~~~~~~~~~~~~184 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h12::92 :warning1: :multiple methods named 'count' found [-Wobjc-multiple-method-names] note for (i=[list count]-1; i>0; i--): using ^~~~~~~~~~~~ - (void) setWidth: (CGFloat)newWidth;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~64 :./GraphicObjects.subproj/VGraphic.h1::96 :note1: :using note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :^~~~~~~~~~~~~~~~~~~~~~~~~~82 :291GerberImportSub.m:: 190note:: 19also found: - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h int cnt = [aList count];: 62 ^~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: 64note:: 1also found: - (NSUInteger) count; // Primitivenote : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSUInteger) count;: 127^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;: 104^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62note:: 1also found: note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :^~~~~~~~~~~~~~~~~~~~~ 91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::1127:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h^~~~~~~~~~~~~~~~~~~~~: 149/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1104:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~~~~~~~~~~~: 89/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::191::: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~~~~~~~~~: 73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::1149:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ./GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::189:: 1note:: also foundnote : - (unsigned)count;also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :PSImportSub.m73::1921::12 :note: also foundwarning : - (NSUInteger) count;multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ for (i=[list count]-1; i>=0; i--) ./GraphicObjects.subproj/VPath.h ^~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::164:: 1note:: also foundnote : - (unsigned)count;using ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; 59^~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::19982::341:: warningnote: : multiple methods named 'width' found [-Wobjc-multiple-method-names]also found && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] )- (NSUInteger) count; ^~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::12562::361:: notenote: : expanded from macro 'Diff'also found #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values- (NSUInteger) count; // Primitive ^^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:multiple methods named 'width' found [-Wobjc-multiple-method-names]:93127::11:: notenote: : also foundusing - (NSUInteger) count;- (CGFloat) width; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h./GraphicObjects.subproj/VGraphic.h::10494::11:: notenote: : also foundalso found - (NSUInteger) count;- (float)width; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hGerberImportSub.m::91199::134:: notewarning: : also foundmultiple methods named 'width' found [-Wobjc-multiple-method-names] - (NSUInteger) count; && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h./VHFShared/types.h::149125::147: :note : note: also foundexpanded from macro 'Diff' - (NSUInteger) count;#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::8993::11:: notenote: : also foundusing - (NSUInteger) count;- (CGFloat) width; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h./GraphicObjects.subproj/VGraphic.h::7394::11:: notenote: : also foundalso found - (NSUInteger) count;- (float)width; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.hGerberImportSub.m::60199::134:: notewarning: : also foundmultiple methods named 'width' found [-Wobjc-multiple-method-names] - (unsigned)count; && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~ ./VHFShared/types.h diameter0 = [g0 width];: 125 ^~~~~~~~~~: 53/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: 93note:: 1expanded from macro 'Diff' : #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the valuesnote : ^ using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :- (CGFloat) width; 93 :^~~~~~~~~~~~~~~~~~1 : ./GraphicObjects.subproj/VGraphic.hnote:: 94:using 1- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.halso found: 94- (float)width;: 1^~~~~~~~~~~~~~~ : warning DINImportSub.mnote:: 87also found: 29- (float)width;: ^~~~~~~~~~~~~~~ warnings: generatedGerberImportSub.mmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 218 diameter1 = [g1 width];: 13 ^~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hwarning:: 93multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 1 [g setWidth:state.width];: ^~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :using92 :- (CGFloat) width; 1^~~~~~~~~~~~~~~~~~: ./GraphicObjects.subproj/VGraphic.hnote:: 94using :- (void) setWidth: (CGFloat)newWidth;1 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: ./GraphicObjects.subproj/VGraphic.h:also found 96- (float)width;: 1:^~~~~~~~~~~~~~~ note. DINImportSub.m: :also found 103:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] - (void)setWidth:(float)w; diameter = [[array objectAtIndex:i] width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:GerberImportSub.m93:1: :note: 267:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] using [g setWidth:(fill) ? 0.0 :state.width]; - (CGFloat) width; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ Compiling file DXFExportSub.m ... /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: ./GraphicObjects.subproj/VGraphic.hnote: using :- (void) setWidth: (CGFloat)newWidth; 94:1: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found also found - (void)setWidth:(float)w; - (float)width; ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ DINImportSub.m:114:34GerberImportSub.m: :warning: 312:5: incompatible function pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] warning: [layerList sortUsingFunction:sortLayer context:nil]; multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^~~~~~~~~ [g setWidth:(fill) ? 0.0 :state.width]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:passing argument to parameter 'compare' here 92:1: note: using GS_GENERIC_TYPE(ElementT),void*))compare - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./GraphicObjects.subproj/VGraphic.h:96:1: noteDINImportSub.m: :also found 185:5: warning: - (void)setWidth:(float)w; 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:GerberImportSub.m96:1: :note: 473:5: also found warning: - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] DINImportSub.m [g setWidth:(fill) ? 0.0 :state.width]; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 200:12: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:warning: 92:1: note: multiple methods named 'count' found [-Wobjc-multiple-method-names] using for (i=[list count]-1; i>=0; i--) - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:./GraphicObjects.subproj/VGraphic.h:64:1: note: 96:1: note: using also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:GerberImportSub.m1: :note: 498:also found 12: - (NSUInteger) count; warning: ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found for (i=[aList count]-1; i>=0; i--) - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found 64:1: note: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:- (NSUInteger) count; 104:^~~~~~~~~~~~~~~~~~~~~ 1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 82:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 91:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found 1- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:8104:1: note: - (NSUInteger) count; also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91: warning1s: generated . note149: :also found1 :- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149- (NSUInteger) count;: 1:^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:also found 89- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found :- (NSUInteger) count;89 :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :73note:: 1also found: Compiling file GerberExportSub.m ... - (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~~~~~ 73:1: note: also found ./GraphicObjects.subproj/VPath.h- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :./GraphicObjects.subproj/VPath.h:60:1: note: also found 60- (unsigned)count; ^~~~~~~~~~~~~~~~~~ :1:GerberImportSub.m :note511:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] : for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ also found/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;- (unsigned)count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:DINImportSub.m1:56:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] : d1 = [g0 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93note:: 1also found: - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.husing :- (CGFloat) width; 127 :^~~~~~~~~~~~~~~~~~1 :./GraphicObjects.subproj/VGraphic.h :note: 94also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.halso found: 104- (float)width;: 1:^~~~~~~~~~~~~~~ noteDINImportSub.m: :also found60 :- (NSUInteger) count;14 :^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :multiple methods named 'width' found [-Wobjc-multiple-method-names]91 : d2 = [g1 width];1 : ^~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :also found93 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h./GraphicObjects.subproj/VGraphic.h:94:1:: note: also found 149- (float)width; ^~~~~~~~~~~~~~~ :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 ... 25 warnings generated. Compiling file EPSExport.m ... DXFExportSub.m:343:69: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DXFExportSub.m:392:16: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] lCnt = [layerList count]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91GerberExportSub.m::1188:: 26note:: also foundwarning : - (NSUInteger) count;equality comparison with extraneous parentheses [-Wparentheses-equality] ^~~~~~~~~~~~~~~~~~~~~ if ( (inside == b) ) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h ~~~~~~~^~~~: 149GerberExportSub.m::1188:: 26note:: also foundnote : - (NSUInteger) count;remove extraneous parentheses around the comparison to silence this warning ^~~~~~~~~~~~~~~~~~~~~ if ( (inside == b) ) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ~ ^ ~: 89GerberExportSub.m::1188:: 26note:: also foundnote: use '=' to turn this equality comparison into an assignment- (NSUInteger) count; if ( (inside == b) )^~~~~~~~~~~~~~~~~~~~~ ^~ = /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ GerberExportSub.m./GraphicObjects.subproj/VPath.h::27260::181:: warning: notemultiple methods named 'count' found [-Wobjc-multiple-method-names] : if (![list count])also found ^~~~~~~~~~~~- (unsigned)count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~: 64:1: DXFExportSub.mnote:: 405using: 72- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 82 if ([g respondsToSelector:@selector(fillColor)] && [g width] == 0.0): 1 ^~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 93also found: 1- (NSUInteger) count;: note^~~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (CGFloat) width; 62^~~~~~~~~~~~~~~~~~: 1./GraphicObjects.subproj/VGraphic.h:: 94note:: 1also found: - (NSUInteger) count; // Primitivenote : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (float)width;: 127^~~~~~~~~~~~~~~: 1: noteDXFExportSub.m: :also found418 :- (NSUInteger) count;81 :^~~~~~~~~~~~~~~~~~~~~ warning: multiple methods named 'width' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h : [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]];104 : ^~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: :using note- (CGFloat) width; : also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./GraphicObjects.subproj/VGraphic.h :^~~~~~~~~~~~~~~~~~~~~94 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1:: 91note: :also found 1- (float)width; ^~~~~~~~~~~~~~~ : 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; ^~~~~~~~~~~~~~~~~~ HPGLExportSub.m:317:21: GerberExportSub.mwarning:: 544multiple methods named 'count' found [-Wobjc-multiple-method-names]: 31 for (i=(int)[layerList count]-1 ; i >=0 ; i--): ^~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 64 float w = [g width];: 1 ^~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 93using: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.husing: 82- (CGFloat) width; : 1^~~~~~~~~~~~~~~~~~: ./GraphicObjects.subproj/VGraphic.hnote:: 94also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (float)width;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-insufficient-args] { str = [str stringByAppendingFormat:@"(%@) false charpath\n"]; ~^ 4 warnings generated. Compiling file Type1Import.m ... 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 - (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 - (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:94: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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m:178: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: Compiling file functions.m ... 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; ^~~~~~~~~~~~~~~~~~ Type1Font.m:58:16: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] 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]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:102:1: note: instance method 'initWithObjects:' is assumed to return an instance of its receiver type ('NSArray *') - (instancetype) initWithObjects: (GS_GENERIC_TYPE(ElementT)) firstObject, ...; ^ Type1Font.m:141:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[pDict objectForKey:@"blueValues"] count] == 6 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~ Type1Font.m:148:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[pDict objectForKey:@"minFeature"] count] == 2 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~ 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: 6illegal character encoding in string literal [-Winvalid-source-encoding] warning eexecStr = [NSString stringWithFormat:@"%s", "]|]"]; /* 4 random bytes */s generated ^~~~. Type1Font.m:946:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] eexecStr = [eexecStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; ~~ ^~~~~~~~ %ld Type1Font.m:987 Compiling file gdb_support.m ... :66: warning: data argument not used by format string [-Wformat-extra-args] eexecStr = [eexecStr stringByAppendingFormat:@"noaccess def\n", 0]; ~~~~~~~~~~~~~~~~~ ^ Type1Font.m:988:70: warning: data argument not used by format string [-Wformat-extra-args] eexecStr = [eexecStr stringByAppendingFormat:@"end noaccess put\n", 0]; ~~~~~~~~~~~~~~~~~~~~~ ^ Type1Font.m:1051:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] afmStr = [afmStr stringByAppendingFormat:@"UnderlinePosition %d\n", fontInfo.underlinePosition]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:1052:71: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] afmStr = [afmStr stringByAppendingFormat:@"UnderlineThickness %d\n", fontInfo.underlineThickness]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld 12 warnings generated. Linking app Cenon ... /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o: in function `_i_DocView__validateMenuItem_': DocView.m:(.text+0x15e7c): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x15e8f): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16087): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x1609a): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16251): undefined reference to `sel_eq' /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o:DocView.m:(.text+0x16362): more undefined references to `sel_eq' follow clang-12: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:133: Cenon.app/./Cenon] Error 1 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: Cenon.all.app.variables] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon