=> 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 ClipRectangle.m ... Compiling file VArc.m ... Compiling file VCrosshairs.m ... Compiling file VCurve.m ... VArc.m:204:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [arc setWidth:width]; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VCurve.m:1061:65: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:70: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:75: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:80: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VArc.m:2192:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if ( abs(angle) < 360.0 ) ^ VArc.m:2192:10: note: use function 'fabsf' instead if ( abs(angle) < 360.0 ) ^~~ fabsf VCurve.m:2472:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file VGraphic.m ... VArc.m:3784:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4138:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4141:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4650:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4701:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; // nothing to clip ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ Compiling file VGroup.m ... VGraphic.m:268:8: warning: incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:199:1: note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^ VGraphic.m:524:72: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VGraphic.m:524:86: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VGraphic.m:524:100: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VGraphic.m:524:109: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VGroup.m:135:10: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] list = [aList retain]; ^ ~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSObject.h:174:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *') - (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^ VGroup.m:387:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[list objectAtIndex:i] setWidth:w]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VGroup.m:383:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VGroup.m:550:17: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] width = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VGroup.m:578:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] w1 = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 5 warnings generated. Compiling file VImage.m ... 5 warnings generated. Compiling file VLine.m ... 4 warnings generated. Compiling file VLine3D.m ... VImage.m:842:69: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] { NSLog(@"VImage, clipImage: unsupported bits per sample %d", [aBitmap bitsPerSample]); ~~ ^~~~~~~~~~~~~~~~~~~~~~~ %ld VImage.m:1138:38: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float oldWidth = [clipPath width]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VImage.m:1140:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:0.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VImage.m:1147:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:81:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:964:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine3D.m:57:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line3d setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file VPolyLine.m ... 8 warnings generated. Compiling file VMark.m ... 2 warnings generated. Compiling file VPath.m ... 4 warnings generated. Compiling file HiddenArea.m ... VPolyLine.m:165:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [polyline setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~ VPolyLine.m:405:52: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, *iPts; ^ = NULL VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:353:74: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~ VPolyLine.m:318:52: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, *iPts; ^ = NULL VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:271:74: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:1228:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPolyLine.m:1228:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPolyLine.m:1228:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VPolyLine.m:1228:111: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPath.m:159:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [path 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 ^~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.mVPath.m::2082351::1620:: warningwarning: : expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]multiple methods named 'count' found [-Wobjc-multiple-method-names] return NO; jCnt = [g count]; ^~ ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::19564::131:: notenote: : expanded from macro 'NO'using # define NO ((BOOL)0)- (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: noteVPolyLine.m: :also found2436 :- (NSUInteger) count;20 :^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]104 : return NO; /* nothing to unite */1 : ^~ note/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: :also found195 :- (NSUInteger) count;13 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :expanded from macro 'NO'91 :# define NO ((BOOL)0)1 : ^~~~~~~~~ noteVPolyLine.m: :also found2439 :- (NSUInteger) count;16 :^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]149 : return NO;1 : ^~ note/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: :also found195 :- (NSUInteger) count;13: note^~~~~~~~~~~~~~~~~~~~~: expanded from macro 'NO'/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :# define NO ((BOOL)0)89 : ^~~~~~~~~1 : note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ VPath.m:483:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[list objectAtIndex:i] setWidth:w]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:548:11: VPolyLine.mwarning:: 3157multiple methods named 'count' found [-Wobjc-multiple-method-names]: 33 cnt = [addList count];: ^~~~~~~~~~~~~~~HiddenArea.m warning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hincompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types]:: 6463: { [scanner scanFloat:&(ptslist[i].x)];1 :: ^~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:: 97using: 29:- (NSUInteger) count; note: 20^~~~~~~~~~~~~~~~~~~~~passing argument to parameter 'value' here :- (BOOL) scanFloat: (float*)value;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h : ^ 82warningVPolyLine.m::: 31581::multiple methods named 'width' found [-Wobjc-multiple-method-names]33 note:: also foundwarning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types]- (NSUInteger) count; float cw = [cg width], ow;^~~~~~~~~~~~~~~~~~~~~ [scanner scanFloat:&(ptslist[i++].y)]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h ^~~~~~~~~~~~~~~~~: ^~~~~~~~~~62/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h::197::29 :note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: also found: note- (NSUInteger) count; // Primitive: 93 passing argument to parameter 'value' here^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (BOOL) scanFloat: (float*)value; 1 ^: :127 :note1: :using note- (CGFloat) width; : also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./VGraphic.h :^~~~~~~~~~~~~~~~~~~~~94 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :note1: :also found note- (float)width;: also found^~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1:HiddenArea.m :note143: :also found30 :- (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~: multiple methods named 'width' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h : ow = [iog width];149 : ^~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note93: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :- (CGFloat) width; 89 :^~~~~~~~~~~~~~~~~~1 :./VGraphic.h :note94: :also found1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :also found73 :- (float)width;1 :^~~~~~~~~~~~~~~ note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: HiddenArea.mnote:: 207also found: 22- (unsigned)count;: ^~~~~~~~~~~~~~~~~~warning : multiple methods named 'width' found [-Wobjc-multiple-method-names] float cw = [cg width], ow; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:VPath.m1::687 :note28: :also found warning- (float)width;: 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: HiddenArea.musing: 295- (CGFloat) width; : 30^~~~~~~~~~~~~~~~~~: ./VGraphic.hwarning:: 94multiple methods named 'width' found [-Wobjc-multiple-method-names]: 1 ow = [iog width];: ^~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 93- (float)width;: 1^~~~~~~~~~~~~~~: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: noteVPath.m: :also found759 :- (float)width;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: HiddenArea.mnote:: 694using: 18- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~warning : ./VGraphic.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 94 [ng setWidth:[cg width]];: 1 ^~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 93also found: 1- (float)width;: note: ^~~~~~~~~~~~~~~using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: VPath.malso found: 916- (float)width;: 18^~~~~~~~~~~~~~~: HiddenArea.mwarning:: 694multiple methods named 'count' found [-Wobjc-multiple-method-names]: 5: for ( i=0; i<[jlist count]; i++ )warning : ^~~~~~~~~~~~~multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h [ng setWidth:[cg width]];: 64 ^~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1::92 :note1: :using note: using- (NSUInteger) count; - (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :./VGraphic.h82::961::1 :note : notealso found: also found- (NSUInteger) count; - (void)setWidth:(float)w;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~/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: Compiling file PathContour.m ... 1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:1258:13: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:width]; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:2587:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPath.m:2587:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPath.m:2587:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VPath.m:2587:111: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPath.m:6794:20: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] oldWidth = [gr width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:6795:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gr setWidth:0.0]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:6797:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gr setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:6832:12: warning: incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:199:1: note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^ VPath.m:9820:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VPath.m:9868:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to clip */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 6 warnings generated. Compiling file VRectangle.m ... PathContour.m:956:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] for (j=j; k maxW ) ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3585:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] maxW = [gg width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3591:18: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] { if ( [g width] > maxW ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3592:24: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] maxW = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3697:27: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] gWidth = ([gg width]/scale); ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3714:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:0]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3726:25: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:w2Int*2.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3734:25: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] { [gg setWidth:0]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3745:25: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:w2Int*2.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3751:17: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gg setWidth:oldGWidth]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VRectangle.m:95:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [rectangle setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VRectangle.m:648:78: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VRectangle.m:648:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VRectangle.m:648:106: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VRectangle.m:648:115: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VRectangle.m:1384:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1738:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1741:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 18 warnings generated. Compiling file VText.m ... VText.m:1045:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[colorAtt colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VText.m:1046:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] saturation:&s ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VText.m:1047:83: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VText.m:1047:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ 8 warnings generated. Compiling file VTextPath.m ... 11 warnings generated. Compiling file VWeb.m ... 4 warnings generated. Compiling file VSinking.m ... VTextPath.m:131:29: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:131:1: note: also found - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:132:27: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] - (float)width { return [path width]; } ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VTextPath.m:132:1: note: also found - (float)width { return [path width]; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Compiling file VThread.m ... Compiling file PerformanceMap.m ... PerformanceMap.m:63:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:63:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:208:43: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:208:59: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:253:33: warning: result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if (objectIndex != NSNotFound) ~~~~~~~~~~~ ^ ~~~~~~~~~~ 7 warnings generated. 20 warnings generated. Linking subproject GraphicObjects ... Making all for subproject graphicsUndo... Compiling file AddPointGraphicsChange.m ... Compiling file BringToFrontGraphicsChange.m ... Compiling file AngleGraphicsChange.m ... Compiling file AlignGraphicsChange.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 ... Compiling file JoinGraphicsChange.m ... GraphicsChange.m:84:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] count += [[slayList objectAtIndex:l] count]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Compiling file LengthGraphicsChange.m ... 1 warning generated. Compiling file LockGraphicsChange.m ... GroupGraphicsChange.m:108:9: warning: multiple methods named 'insertObject:atIndex:' found [-Wobjc-multiple-method-names] [[layers objectAtIndex:i] insertObject:[groups objectAtIndex:i] atIndex:0]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:334:1: note: using - (void) insertObject: (GS_GENERIC_TYPE(ElementT))anObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:170:1: note: also found - (void)insertObject:(GS_GENERIC_TYPE(ElementT))object atIndex:(NSUInteger)index; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h:130:1: note: also found - (void)insertObject:(id)obj atIndex:(unsigned)ix; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file MirrorGraphicsChange.m ... Compiling file MixGraphicsChange.m ... Compiling file MoveGraphicsChange.m ... Compiling file MoveLayerGraphicsChange.m ... Compiling file MovePointGraphicsChange.m ... Compiling file NameGraphicsChange.m ... Compiling file PasteGraphicsChange.m ... Compiling file PunchGraphicsChange.m ... Compiling file RadialCenterGraphicsChange.m ... Compiling file RadiusGraphicsChange.m ... Compiling file RemovePointGraphicsChange.m ... Compiling file ReorderGraphicsChange.m ... Compiling file RotateGraphicsChange.m ... Compiling file ScaleGraphicsChange.m ... Compiling file SendToBackGraphicsChange.m ... Compiling file SimpleGraphicsChange.m ... Compiling file SplitGraphicsChange.m ... Compiling file StepWidthGraphicsChange.m ... Compiling file UngroupGraphicsChange.m ... Compiling file WidthGraphicsChange.m ... Linking subproject graphicsUndo ... Making all for subproject undo... Compiling file Change.m ... Compiling file ChangeManager.m ... Compiling file MultipleChange.m ... ChangeManager.m:215:41: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:215:41: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:224:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:224:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:235:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:REDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:235:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:REDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ 3 warnings generated. Linking subproject undo ... Making all for subproject InspectorPanel... Compiling file IPAccText.m ... Compiling file IPAllAcc.m ... Compiling file IPAllFilling.m ... Compiling file IPAllStrokeWidth.m ... IPAccText.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 IPAllStrokeWidth.m- (NSInteger)tag;: 59^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h15::180:1: note: also found IPAllAcc.m :- (NSInteger)tag; warning^~~~~~~~~~~~~~~~~94 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:multiple methods named 'count' found [-Wobjc-multiple-method-names]:39111:1:: warning: cnt = [slayList count];'NSCollectionViewItem' may not respond to 'setEnabled:' [[accPopup itemAtIndex:i] setEnabled:YES]; ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:IPAllAcc.m64:97::139:: note: using - (NSUInteger) count;warning : IPAllFilling.m'NSCollectionViewItem' may not respond to 'setEnabled:'^~~~~~~~~~~~~~~~~~~~~: 142 [[accPopup itemAtIndex:i] setEnabled:NO];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: 32 ~~~~~~~~~~~~~~~~~~~~~~~~ ^: :warning: 82:'NSCollectionViewItem' may not respond to 'setEnabled:'1: [[fillPopup itemAtIndex:0] setEnabled:fill0];note: also found ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ IPAllFilling.mnote:: 143:also found32 - (NSUInteger) count;:- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~warning : ../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:'NSCollectionViewItem' may not respond to 'setEnabled:':14862: :1 [[fillPopup itemAtIndex:1] setEnabled:fill1];: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ note:: IPAllFilling.malso found:144 :- (int)tag; 32 note^~~~~~~~~~~: also found : IPAccText.m- (NSUInteger) count; // Primitive:warning105: :^~~~~~~~~~~~~~~~~~~~~ 11'NSCollectionViewItem' may not respond to 'setEnabled:': /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:warning127 [[fillPopup itemAtIndex:2] setEnabled:fill2]; : : ~~~~~~~~~~~~~~~~~~~~~~~~~ ^multiple methods named 'count' found [-Wobjc-multiple-method-names] 1 cnt = [slayList count];IPAllFilling.m: : ^~~~~~~~~~~~~~~~145: 32:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :warning64note:: : 1'NSCollectionViewItem' may not respond to 'setEnabled:'also found : [[fillPopup itemAtIndex:3] setEnabled:fill3]; - (NSUInteger) count;note ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~~~~~~~~~~: IPAllFilling.musing: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;146: 32^~~~~~~~~~~~~~~~~~~~~:: warning104:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1::: 82 :'NSCollectionViewItem' may not respond to 'setEnabled:'1 :note [[fillPopup itemAtIndex:4] setEnabled:fill4]; note ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ : : also foundalso foundIPAllFilling.m :- (NSUInteger) count;169 :17^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hwarning:- (NSUInteger) count; 62: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] 1^~~~~~~~~~~~~~~~~~~~~: switch ([sender tag]) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:: ^~~~~~~~~~~~ also found91/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ::- (NSUInteger) count; // Primitive1228: : ^~~~~~~~~~~~~~~~~~~~~1: note note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:using127: 1: - (NSInteger) tag;note: also found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104:1381:- (NSUInteger) count;:1: note: notealso found: ^~~~~~~~~~~~~~~~~~~~~ also found - (NSInteger)tag;2/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (NSUInteger) count;149 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h warning:note91: :also found1 :s- (NSUInteger) count; note generated: ^~~~~~~~~~~~~~~~~~~~~ also found^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h 89::^~~~~~~~~~~~~~~~~~~~~381 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1: :149 note:note: : 1also found:also found note- (NSUInteger) count;- (NSInteger)tag; : ^~~~~~~~~~~~~~~~~~~~~also found. ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:- (NSUInteger) count;73 :^~~~~~~~~~~~~~~~~~~~~ 1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hnote: ::89also found: 1- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 180 ../GraphicObjects.subproj/VPath.h:60note::1:1 :note: Compiling file SliderBox.m ... : also foundalso found note: also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (unsigned)count; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1IPAllStrokeWidth.m:: 82:note26: : also foundwarning : - (NSUInteger) count;multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ if (graphic != g && ![g width]) ../GraphicObjects.subproj/VPath.h ^~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::193::1 :note : notealso found: using - (unsigned)count;- (CGFloat) width; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: IPAccText.malso found :- (float)width; 137^~~~~~~~~~~~~~~: 17: IPAllStrokeWidth.mwarning:: 94:multiple methods named 'tag' found [-Wobjc-multiple-method-names]34: switch ([sender tag]) warning ^~~~~~~~~~~~: 'NSCollectionViewItem' may not respond to 'setEnabled:'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :- (NSInteger)tag; [[strokePopup itemAtIndex:0] setEnabled:YES]; // allways enabled228 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^^~~~~~~~~~~~~~~~~ :1IPAllStrokeWidth.m:: 101note: :using38 :- (NSInteger) tag; warning^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h'NSCollectionViewItem' may not respond to 'setEnabled:'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : [[strokePopup itemAtIndex:0] setEnabled:YES];: 381111 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 1:IPAllStrokeWidth.m :note: 102also found:: 38- (NSInteger)tag; :1^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hwarning:38: :'NSCollectionViewItem' may not respond to 'setEnabled:': 1: note [[strokePopup itemAtIndex:1] setEnabled:NO];: also found ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ - (NSInteger)tag; IPAllStrokeWidth.m^~~~~~~~~~~~~~~~~: 112/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::note38: 180:also found :1:warning : 'NSCollectionViewItem' may not respond to 'setEnabled:'note: also found [[strokePopup itemAtIndex:0] setEnabled:YES];- (NSInteger)tag; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^^~~~~~~~~~~~~~~~~ IPAllStrokeWidth.m:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h113:111::381:: - (NSInteger) tag; note: warningalso found : - (NSInteger) tag;'NSCollectionViewItem' may not respond to 'setEnabled:' ^~~~~~~~~~~~~~~~~~ [[strokePopup itemAtIndex:1] setEnabled:YES];../LayerObject.h: ^~~~~~~~~~~~~~~~~~148 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 1:IPAllStrokeWidth.m :note: 117also found: 74- (int)tag;: ^~~~~~~~~~~ warningIPAccText.m: :../LayerObject.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]:151 148: [widthField setStringValue:buildRoundedString([doc convertToUnit:[g width]], LARGENEG_COORD, LARGE_COORD)];11 : ^~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hmultiple methods named 'count' found [-Wobjc-multiple-method-names]: :93 cnt = [slayList count];:1 :1 ^~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:notenote64:: 1using: note- (CGFloat) width; : : using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~also found^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h../GraphicObjects.subproj/VGraphic.h:: 9482::11::- (int)tag; notenote : : ^~~~~~~~~~~also foundalso found - (float)width; - (NSUInteger) count;^~~~~~~~~~~~~~~ IPAllFilling.m^~~~~~~~~~~~~~~~~~~~~IPAllStrokeWidth.m: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h191:119:5562:17:: 1warning:: : notemultiple methods named 'width' found [-Wobjc-multiple-method-names]: also foundwarning: [widthSlider setFloatValue:[doc convertToUnit:[g width]]];- (NSUInteger) count; // Primitive multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h93::1127:: 1note: :using note: switch ([sender tag])also found- (CGFloat) width; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h../GraphicObjects.subproj/VGraphic.h ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h94::1042281::1 ::note: 1 : notealso found: also foundnote: using- (NSUInteger) count;- (float)width; ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~~91 IPAllStrokeWidth.m:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1:::123:24: 381notewarning: : :also foundmultiple methods named 'width' found [-Wobjc-multiple-method-names]1: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ if (stroked || [g width]) // everthing is enabled/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote:149: :1: also foundnote : ^~~~~~~~~ - (NSInteger)tag; also found^~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h38^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::89: :93:1:1note:: note : also foundalso found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~- (NSUInteger) count;: using^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (CGFloat) width; 180 ::^~~~~~~~~~~~~~~~~~173:: note1 : also found:../GraphicObjects.subproj/VGraphic.h: - (NSInteger)tag; note^~~~~~~~~~~~~~~~~ : 94/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:also found111 ::- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~1 :../GraphicObjects.subproj/VPath.h:60:note 1note:: note: also found: also foundalso found- (unsigned)count; - (NSInteger) tag;^~~~~~~~~~~~~~~~~~- (float)width; ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ../LayerObject.h:148IPAllStrokeWidth.m::140:1:17: warning: note: multiple methods named 'tag' found [-Wobjc-multiple-method-names] also found switch ([sender tag])- (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 4 warnings generated. Compiling file IPAllLayers.m ... 7 warnings generated. Compiling file IPLayerCell.m ... 11 warnings generated. Compiling file InspectorPanel.m ... Compiling file IPArc.m ... IPAllLayers.m:221:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil, ^ IPAllLayers.m:221:9: note: add parentheses after the '!' to evaluate the comparison first if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil, ^ ( IPAllLayers.m:221:9: note: add parentheses around left hand side expression to silence this warning if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil, ^ ( IPAllLayers.m:335:19: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( (int)[list count] < masterCnt ) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPAllLayers.m:339:9: warning: multiple methods named 'insertObject:atIndex:' found [-Wobjc-multiple-method-names] [list insertObject:obj atIndex:to]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:334:1: note: using - (void) insertObject: (GS_GENERIC_TYPE(ElementT))anObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:170:1: note: also found - (void)insertObject:(GS_GENERIC_TYPE(ElementT))object atIndex:(NSUInteger)index; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h:130:1: note: also found - (void)insertObject:(id)obj atIndex:(unsigned)ix; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file IPBasicLevel.m ... 3 warnings generated. Compiling file IPCrosshairs.m ... Compiling file IPCurve.m ... IPArc.m:65:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hIPBasicLevel.m::111:172:5:: note : warning: also foundIPCrosshairs.m multiple methods named 'setState:' found [-Wobjc-multiple-method-names]- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~62 ./../graphicsUndo.subproj/../LayerObject.h::148 [lockSwitch setState:[g isLocked]];:171:: IPCurve.mnote:: also found77 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (int)tag;: ^~~~~~~~~~~17 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hIPArc.m:::88 :31617warning:: : warningmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ([sender tag]) switch ([sender tag]) note ^~~~~~~~~~~~warning ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : : :usingmultiple methods named 'tag' found [-Wobjc-multiple-method-names]228/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ::- (void)setState:(NSInteger)value;1 switch ([sender tag]): 228note ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: : 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.husing::: 59228- (NSInteger) tag;: :^~~~~~~~~~~~~~~~~~1 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:::381 : 1note:note note: : : also foundalso foundusing - (NSInteger)tag; - (void)setState:(NSInteger)value;^~~~~~~~~~~~~~~~~note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger) tag;:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~38 : 1^~~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.husing : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h281:note:381 : 1::also found 1 note:- (NSInteger)tag;: - (NSInteger) tag; also found ^~~~~~~~~~~~~~~~~~note^~~~~~~~~~~~~~~~~- (void) setState: (NSInteger)state; : also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h- (NSInteger)tag;180 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ::note38: :also found1: 71- (NSInteger)tag;note : also found^~~~~~~~~~~~~~~~~ /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: 381- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: 31./../graphicsUndo.subproj/../LayerObject.h: ::148 :also found1::note note: : - (NSInteger)tag;also foundalso found 1- (int)tag; ^~~~~~~~~~~^~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;IPArc.m : 111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: ^~~~~:17111:: 1warning:: multiple methods named 'tag' found [-Wobjc-multiple-method-names]note : switch ([sender tag]):also found note ^~~~~~~~~~~~- (NSInteger) tag; : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~~also found: 228./../LayerObject.h::1148- (NSInteger)tag;:: 1^~~~~~~~~~~~~~~~~note./../graphicsUndo.subproj/../LayerObject.h ::: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h153using: :38note- (NSInteger) tag;1: :also found :^~~~~~~~~~~~~~~~~~- (int)tag;note 1 : ^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found :: IPCrosshairs.m381:- (void)setState:(int)flag;: 96 1note:^~~~~~~~~~~~~~~~~~~~~~~~~~~:: also foundnote : 17also foundIPBasicLevel.m :- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~80 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h17:warning38::: 1 :multiple methods named 'tag' found [-Wobjc-multiple-method-names] warningnote : : also found switch ([sender tag]) multiple methods named 'state' found [-Wobjc-multiple-method-names]- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h BOOL flag = [lockSwitch state];: 180 : ^~~~~~~~~~~~~~~~~~1- (NSInteger)tag;: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found^~~~~~~~~~~~~~~~~ 317- (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 111 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1228:note :: note1using: also found: 180:- (NSInteger) tag;: 1 note:: ^~~~~~~~~~~~~~~~~~ using note ./../graphicsUndo.subproj/../LayerObject.h: :also found- (NSInteger) tag;148 : - (NSInteger)tag;^~~~~~~~~~~~~~~~~~1 :^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h note:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h381also found: :111- (int)tag; :1^~~~~~~~~~~1:: - (NSInteger)state; notenoteIPArc.m: :: also found135also found: 17- (NSInteger) tag;:- (NSInteger)tag; warning^~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~ multiple methods named 'tag' found [-Wobjc-multiple-method-names] ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :: switch ([sender tag])38148 :: ^~~~~~~~~~~~11 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :notenote228: : :also foundalso found1 :- (NSInteger)tag;- (int)tag; note^~~~~~~~~~~~~~~~~^~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.husing: ^~~~~~~~~~~~~~~~~~~180- (NSInteger) tag;IPCurve.m: :^~~~~~~~~~~~~~~~~~1104 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h 17:note:381: :also foundwarning 1: - (NSInteger)tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~ note switch ([sender tag]): /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :also found ^~~~~~~~~~~~ 111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSInteger)tag;:: 228^~~~~~~~~~~~~~~~~1:: 1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:note :: notealso found38: :using 1- (NSInteger) tag;:- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~note ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::148381::11:: : notenotealso found: : also foundalso found- (NSInteger)tag; - (int)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (NSInteger)tag; 180 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h^~~~~~~~~~~~~~~~~ ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:60:138::1: notenote: : also found1 also found :- (NSInteger)tag; - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~note: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::180111:1::1 : note: - (NSInteger)state;also foundnote ^~~~~~~~~~~~~~~~~~~: - (NSInteger)tag; also found^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger) tag;: 111^~~~~~~~~~~~~~~~~~: 1: ./../graphicsUndo.subproj/../LayerObject.hnote: :also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h- (NSInteger) tag; 148^~~~~~~~~~~~~~~~~~: 1./../LayerObject.h::148: 1note::: 322 also foundnote : - (int)tag;also found - (int)tag;^~~~~~~~~~~ ^~~~~~~~~~~ IPCurve.mIPArc.m::158131::1717:: warning: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names]multiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ([sender tag]) 1 switch ([sender tag]): ^~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h2228::228note1: warning:1 :note : : notesusing: generated usingalso found- (NSInteger) tag; . - (NSInteger) tag;^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:^~~~~~~~~~~~~~~~~~ 381: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger) state;:: 381note:: 1 also found: Compiling file IPGroup.m ... note- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h^~~~~~~~~~~~~~~~~- (NSInteger)tag;:101 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1^~~~~~~~~~~~~~~~~: 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::138::: 1notenote:: : also foundnotealso found : - (NSInteger) state;- (NSInteger)tag; also found^~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::71- (NSInteger)tag;: 180:31^~~~~~~~~~~~~~~~~ :1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote : :180also foundnote: 1: @property NSVisualEffectState state;: also found ^~~~~note : ./../graphicsUndo.subproj/../LayerObject.halso found:- (NSInteger)tag; 154^~~~~~~~~~~~~~~~~ :- (NSInteger)tag;1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: : ^~~~~~~~~~~~~~~~~note111:: 1also found : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 111note:: 1also found :- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~note : ./../LayerObject.h:also found- (int)state; 148- (NSInteger) tag;^~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~~1: ./../graphicsUndo.subproj/../LayerObject.h IPBasicLevel.m::148note: 93::also found1 15::- (int)tag; ^~~~~~~~~~~note warning: : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names]IPCurve.m : cnt = [slayList count];- (int)tag; 157 :^~~~~~~~~~~ ^~~~~~~~~~~~~~~~ 17 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:warning: 64multiple methods named 'tag' found [-Wobjc-multiple-method-names] :1 switch ([sender tag]) : ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: using228:1: - (NSUInteger) count;note: ^~~~~~~~~~~~~~~~~~~~~using - (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~~: 82/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381:: 1: notenote: also found : also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~~~~~ 38:1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 625note: : warningalso found1s :- (NSInteger)tag; generated^~~~~~~~~~~~~~~~~note: . also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h Compiling file IPImage.m ... : 180- (NSUInteger) count; // Primitive: 1: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found127: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; ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~~~~~: 73/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::1111:: 1note: : also found note: - (NSUInteger) count;also found - (NSInteger) tag;^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:^~~~~~~~~~~~~~~~~~ 60:./../LayerObject.h1:: note: 148also found:1 : - (unsigned)count; note: ^~~~~~~~~~~~~~~~~~also found - (int)tag; ^~~~~~~~~~~ 3 warnings generated. 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:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPGroup.m:117:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPGroup.m:134:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPGroup.m:164:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag;IPImage.m :^~~~~~~~~~~52:25 : warning: initializing 'id' with an expression of incompatible type 'NSCollectionViewItem *'IPGroup.m: 187: { id item = [compPopUp itemAtIndex:i]; 17: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ warning: IPImage.mmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 78: switch ([sender tag]) 5: ^~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hmultiple methods named 'setState:' found [-Wobjc-multiple-method-names] : [thumbSwitch setState:[g thumbnail]];228: 1: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:note: using 316- (NSInteger) tag; :1:^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381note: :1using: note- (void)setState:(NSInteger)value; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59- (NSInteger)tag; :1^~~~~~~~~~~~~~~~~: note : also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: 38:1- (void)setState:(NSInteger)value;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:: 281:also found 1: - (NSInteger)tag; note: ^~~~~~~~~~~~~~~~~also found - (void) setState: (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::1:71:31: note: notealso found : - (NSInteger)tag; also found^~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 111: ^~~~~ 1: ./../LayerObject.h:note: also found153: 1- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~: ./../graphicsUndo.subproj/../LayerObject.h:note148:: 1: notealso found: also found- (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ - (int)tag;IPImage.m: 81^~~~~~~~~~~ :5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [compPopUp selectItemWithTag:type]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IPImage.m:94:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPImage.m:117:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPImage.m:142:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:61 warning: s generatednote: . also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPImage.m:188:17: Compiling file IPPolyLine.m ... warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ IPLine.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::81228::171:: warning: notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: using switch ([sender tag]) ^~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~~: 228/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381::1: notenote: : also foundusing - (NSInteger)tag;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::38381::11: :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h180::381::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h111::1801::1 :note: also foundnote : - (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~- (NSInteger)tag; ./../LayerObject.h^~~~~~~~~~~~~~~~~: 148/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::1111:: 1note:: also foundnote : - (int)tag;also found ^~~~~~~~~~~- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.hIPLine3D.mIPImage.m::148207::117:: warningnote: multiple methods named 'state' found [-Wobjc-multiple-method-names]: : also found BOOL flag = [thumbSwitch state];- (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~68 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h17::317IPLine.m: :1warning:104 :: note17: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]using warning- (NSInteger)state; switch ([sender tag]) : ^~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h60 switch ([sender tag]) ::1 ^~~~~~~~~~~~:228 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote1::228: : 1also found:note : - (NSInteger)state;using note- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h using: 381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h- (NSInteger) tag;:: 3221:1::^~~~~~~~~~~~~~~~~~ notenote: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found: : 381- (NSInteger) state;also found :- (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~ 1^~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h : 101note:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found1: : note38: :- (NSInteger)tag;1also found: note : - (NSInteger) state; also found^~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h- (NSInteger)tag;: 71::38^~~~~~~~~~~~~~~~~31: note: :also found 1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:@property NSVisualEffectState state; : 180 ^~~~~ :./../LayerObject.hnote:: 154:1also found1: :note- (NSInteger)tag; : notealso found: also found- (NSInteger)tag;^~~~~~~~~~~~~~~~~ - (int)state; ^~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ IPImage.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:::111180:2131:::1 15:note:: warningalso foundnote: : - (NSInteger) tag;multiple methods named 'count' found [-Wobjc-multiple-method-names] also found ^~~~~~~~~~~~~~~~~~ cnt = [slayList count];./../LayerObject.h :- (NSInteger)tag; ^~~~~~~~~~~~~~~~148 : ^~~~~~~~~~~~~~~~~1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: note64: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 1111- (int)tag;: :^~~~~~~~~~~ 1: note: IPLine3D.musing:note : 89also found- (NSUInteger) count;: 17^~~~~~~~~~~~~~~~~~~~~: - (NSInteger) tag;warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 1 : ^~~~~~~~~~~~~~~~~~ switch ([sender tag]) note./../LayerObject.h: : ^~~~~~~~~~~~148 also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count;:: 1228^~~~~~~~~~~~~~~~~~~~~: : 1note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62::also found1 :note : noteusing- (int)tag;: - (NSInteger) tag;^~~~~~~~~~~ also found ^~~~~~~~~~~~~~~~~~ IPLine.m- (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~~:381 :1281::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :18127note::1 :: also foundnotewarning : - (NSInteger)tag;: ^~~~~~~~~~~~~~~~~also found multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSUInteger) count;38 switch ( [sender tag] ) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:104 :note228:: :also found 1- (NSInteger)tag;:1 ^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180: also found :- (NSUInteger) count;1 ^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:: also found91 :- (NSInteger)tag;1 : ^~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:- (NSUInteger) count;111 :^~~~~~~~~~~~~~~~~~~~~1 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149:note1 : :also found notenote : - (NSInteger) tag;also found : ^~~~~~~~~~~~~~~~~~using- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag;./../LayerObject.h : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h148^~~~~~~~~~~~~~~~~~: 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h89::1:381 :note:: also found note1- (int)tag;: :also found^~~~~~~~~~~ note - (NSUInteger) count;: also found ^~~~~~~~~~~~~~~~~~~~~ IPLine3D.m:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :112- (NSInteger)tag;73: :17^~~~~~~~~~~~~~~~~1: : warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found :- (NSUInteger) count; 38 switch ([sender tag])^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~:../GraphicObjects.subproj/VPath.h 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:::60228::1 1note:: : also foundnote : notealso found: using- (unsigned)count; - (NSInteger)tag; - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :IPImage.m180:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h250::122::: 381 warning:: 1notemultiple methods named 'count' found [-Wobjc-multiple-method-names]: : for (l=0; l<(int)[layerList count]; l++)also found ^~~~~~~~~~~~~~~~~note- (NSInteger)tag; : also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ^~~~~~~~~~~~~~~~~:- (NSInteger)tag;64 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h1:: 111note^~~~~~~~~~~~~~~~~: :using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :138- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~1: : note : notealso found: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h also found:- (NSInteger)tag; 82 :- (NSInteger) tag;1^~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : note180./../LayerObject.h:: :also found148 :11- (NSUInteger) count;: : ^~~~~~~~~~~~~~~~~~~~~note note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found:: 62also found:1 : note- (NSInteger)tag;: - (int)tag;also found^~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h IPLine.m::111152:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1::: note: 18127also found ::1:- (NSInteger) tag; warning note: ^~~~~~~~~~~~~~~~~~: also found./../LayerObject.h multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ switch ( [sender tag] ) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: ^~~~~~~~~~~~148: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h104:1228::: 1note1: :also found: note- (int)tag;note : ^~~~~~~~~~~also found : IPLine3D.m- (NSUInteger) count;:using 125 ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag;:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :1191:^~~~~~~~~~~~~~~~~~: 1:warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnotemultiple methods named 'count' found [-Wobjc-multiple-method-names]:: 381also found : cnt = [slayList count]; 1 ^~~~~~~~~~~~~~~~- (NSUInteger) count; : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~: 64note:: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found: 1491::- (NSInteger)tag;1 :note: using note: ^~~~~~~~~~~~~~~~~ also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h89:38:1:82:1: :1note : notealso found: : also found - (NSUInteger) count; note - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: 73/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h ::1180- (NSUInteger) count;::1 : note : note^~~~~~~~~~~~~~~~~~~~~also found: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSUInteger) count; : - (NSInteger)tag;62^~~~~~~~~~~~~~~~~~~~~ IPPolyLine.m^~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::60111::11:: notenote: :: also foundalso found - (unsigned)count;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~1 ^~~~~~~~~~~~~~~~~~: IPImage.m./../LayerObject.h: 254::148note26::1 : :also found warningnote: multiple methods named 'count' found [-Wobjc-multiple-method-names]: - (NSUInteger) count; // Primitivealso found for (i=0; i<(int)[lList count]; i++) - (int)tag; ^~~~~~~~~~~~~ ^~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h64IPLine.m::1174::: 17note:: using127warning :67- (NSUInteger) count;: 1 multiple methods named 'tag' found [-Wobjc-multiple-method-names]:^~~~~~~~~~~~~~~~~~~~~ switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h : ^~~~~~~~~~~~82 note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1:: :228also found : note1: - (NSUInteger) count;:also found note^~~~~~~~~~~~~~~~~~~~~: - (NSUInteger) count; using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag;: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h104^~~~~~~~~~~~~~~~~~: 62/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:::13811::1:: notenotenote: : also found: also found- (NSInteger)tag;also found - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ::38^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h127:: :1note:: 91 also found:note 1: - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:note:180: 104also found:: 11:- (NSUInteger) count;: note ^~~~~~~~~~~~~~~~~~~~~: note also found: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; 149/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h ^~~~~~~~~~~~~~~~~::91 117::1 :note : notealso found: also found- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h - (NSUInteger) count;:^~~~~~~~~~~~~~~~~~~~~ 111 ^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:::89149 ::note11: :: also foundnote : notealso found- (NSInteger) tag;: also found- (NSUInteger) count;^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~./../LayerObject.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::^~~~~~~~~~~~~~~~~~~~~14889 ::1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:1 :note:73: also found:note 1: - (NSUInteger) count;:also found ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (int)tag;:: 73 :also found1^~~~~~~~~~~: - (NSUInteger) count;: noteIPLine.m: ^~~~~~~~~~~~~~~~~~~~~:also found 195- (NSUInteger) count;../GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~~~~~:17 60../GraphicObjects.subproj/VPath.h:::60 :1warning1::: multiple methods named 'tag' found [-Wobjc-multiple-method-names]notenote: also found: switch ([sender tag])also found- (unsigned)count; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~- (unsigned)count; ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h IPImage.m::228295::1IPLine3D.m15::: 154warningnote:: : multiple methods named 'count' found [-Wobjc-multiple-method-names]18 using: cnt = [slayList count]; - (NSInteger) tag; warning ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: 64: switch ( [sender tag] ):381 1:: ^~~~~~~~~~~~ 1 note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :noteusing228: :also found- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote:^~~~~~~~~~~~~~~~~: 82 using:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h 1::- (NSInteger) tag;38 note:^~~~~~~~~~~~~~~~~~: 1 also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h - (NSUInteger) count;: note^~~~~~~~~~~~~~~~~~~~~381: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found:162 ::1- (NSInteger)tag; : note ^~~~~~~~~~~~~~~~~: note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso foundalso found : - (NSUInteger) count; // Primitive180- (NSInteger)tag; : ^~~~~~~~~~~~~~~~~~~~~1^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:note:127: :38also found1: :1- (NSInteger)tag; :note^~~~~~~~~~~~~~~~~ : note also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h also found- (NSUInteger) count;: 111^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag;: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h^~~~~~~~~~~~~~~~~:: 104note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: ::1180:also found :note : 1also found- (NSInteger) tag; :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :: 91./../LayerObject.h:also found1:: 148- (NSInteger)tag;:note 1: :^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote- (NSUInteger) count;: : also found111^~~~~~~~~~~~~~~~~~~~~ : - (int)tag;1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :149 :^~~~~~~~~~~1note: : also foundnote: also found warning- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h switch ([sender tag]) ^~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~~89:: 228./../LayerObject.h1:::148 :note11:: also foundnote :: - (NSUInteger) count; also found^~~~~~~~~~~~~~~~~~~~~ - (int)tag;note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: 73: ^~~~~~~~~~~:6 1usingIPLine3D.m:: 180note:: 17also found: - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] ../GraphicObjects.subproj/VPath.h switch ([sender tag]): 60 ^~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228note:: 1:also found note - (unsigned)count;: using^~~~~~~~~~~~~~~~~~ - (NSInteger) tag;- (NSInteger) tag;IPImage.m :^~~~~~~~~~~~~~~~~~330 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h9::381 : warning1: :misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] note: cnt = [slayList count];also found ^- (NSInteger)tag;^~~~~~~~~~~~~~~~~~ IPImage.m^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h324::385::1 :note : noteprevious statement is here: also found if (type != VImageJPEG) - (NSInteger)tag; ^ ^~~~~~~~~~~~~~~~~IPImage.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::330 :38115/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: :warning1: 180multiple methods named 'count' found [-Wobjc-multiple-method-names]: : cnt = [slayList count]; 1 ^~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.halso found: 64::- (NSInteger)tag;1 : notenote^~~~~~~~~~~~~~~~~: : using also found- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ^~~~~~~~~~~~~~~~~~~~~: - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h38: 82::^~~~~~~~~~~~~~~~~11:: note : notealso found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h : - (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~111 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSInteger)tag;:162 :^~~~~~~~~~~~~~~~~1 :: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote : :also found180 note- (NSUInteger) count; // Primitive: : ^~~~~~~~~~~~~~~~~~~~~1 also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 127 :- (NSInteger) tag;1note: : note^~~~~~~~~~~~~~~~~~: also found./../LayerObject.h :- (NSUInteger) count;also found148 :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::- (NSInteger)tag;104 :note1: :also found note- (int)tag;: also found^~~~~~~~~~~ - (NSUInteger) count; IPLine3D.m :^~~~~~~~~~~~~~~~~~~~~203 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h17::91 :warning1: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] note switch ([sender tag]): also found ^~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :^~~~~~~~~~~~~~~~~~~~~228 ^~~~~~~~~~~~~~~~~: warning1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149note:: 1using: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;: 381^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 89note:: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:- (NSUInteger) count; 38^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: 73note: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (NSUInteger) count;180 :^~~~~~~~~~~~~~~~~~~~~1 :../GraphicObjects.subproj/VPath.h :note60: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :- (unsigned)count;111 :^~~~~~~~~~~~~~~~~~1 : note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: also found: 111- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~ s./../LayerObject.h:148:: 1:note note: also found: also found- (int)tag; ^~~~~~~~~~~- (NSInteger) tag; generatedIPLine3D.m^~~~~~~~~~~~~~~~~~: 227:./../LayerObject.h17::148 . warning:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: Compiling file IPMark.m ... note14 switch ([sender tag]): also found warning ^~~~~~~~~~~~ s/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h generated:. 228- (int)tag;: 1^~~~~~~~~~~: Compiling file IPPath.m ... note: IPPolyLine.musing: 90- (NSInteger) tag;: 17^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hwarning:: multiple methods named 'tag' found [-Wobjc-multiple-method-names]381 :1: switch ([sender tag]) note ^~~~~~~~~~~~ : also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :- (NSInteger)tag;228 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :note38: :using1 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSInteger)tag;381 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :note180: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSInteger)tag;38 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :note111: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (NSInteger) tag;180 :^~~~~~~~~~~~~~~~~~1 :./../LayerObject.h :note148: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :- (int)tag;111 :^~~~~~~~~~~1 : IPLine3D.mnote:: 239also found: 11- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~warning : ./../LayerObject.hmultiple methods named 'count' found [-Wobjc-multiple-method-names]: 148 cnt = [slayList count];: 1 ^~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hnote:: 64also found: 1- (int)tag;: ^~~~~~~~~~~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.h2: warning127s: generated1. :IPMark.m :note50: :also foundIPPath.m :- (NSUInteger) count;78 :^~~~~~~~~~~~~~~~~~~~~17 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :warning104: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]1 : Compiling file IPRectangle.m ... 5note:: also foundwarning switch ([sender tag])- (NSUInteger) count;: multiple methods named 'setState:' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h [zSwitch setState:([g is3D]) ? YES : NO];: 91 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:1: ^~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~316 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1::149 :1note: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count;: 228^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 89note:: 1using:: using - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;: 381^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: 73note:: 1also found: - (NSInteger)tag;note : also found^~~~~~~~~~~~~~~~~ - (NSUInteger) count;- (void)setState:(NSInteger)value; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~~~~~: 38../GraphicObjects.subproj/VPath.h::160:: 1note:: also foundnote : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (unsigned)count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~: 180^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h::59:1: note: also foundnote : - (void)setState:(NSInteger)value;also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: 281:^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :note111: also found: 1- (void) setState: (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found: 71- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~: 31./../graphicsUndo.subproj/../LayerObject.h: note: also found: 148@property NSVisualEffectState state;: ^~~~~1 :./../graphicsUndo.subproj/../LayerObject.h :note153: :1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPMark.m:also found - (int)tag; ^~~~~~~~~~~ 9IPPath.m warning:s94 generated:15. : warning: Compiling file IPThread.m ... 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 IPRectangle.m- (NSUInteger) count;68 ::^~~~~~~~~~~~~~~~~~~~~ 6817/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62warning:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ([sender tag]) : note17: ^~~~~~~~~~~~also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count; // Primitive: 228^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hwarning: : :note127: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]using1 : switch ([sender tag])- (NSInteger) tag; note ^~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:- (NSUInteger) count;:381 228:^~~~~~~~~~~~~~~~~~~~~:1 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h ::note104: :also found1 :note- (NSInteger)tag; : note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSUInteger) count;using 38 ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag;: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:: 91^~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:note : notealso found : - (NSInteger)tag;also found: ^~~~~~~~~~~~~~~~~ - (NSUInteger) count; 381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~~~~: 180:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1:::149 :1note:: 1also foundnote : - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~111: note1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: ::also found 89note: :also found1 :- (NSInteger) tag; note : also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./../graphicsUndo.subproj/../LayerObject.h :^~~~~~~~~~~~~~~~~~~~~148 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::73 :note1: :also found note- (int)tag;: also found^~~~~~~~~~~ - (NSInteger)tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ IPMark.m../GraphicObjects.subproj/VPath.h::9160::171:: warningnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found - (unsigned)count; switch ([sender tag]) ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::38:228IPPath.m::1127:: 17note:: usingwarning : - (NSInteger) tag;multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~ switch ([sender tag]) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ^~~~~~~~~~~~: 381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::1228:: 1note:: also foundnote : - (NSInteger)tag;using ^~~~~~~~~~~~~~~~~- (NSInteger) tag;1: ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h38::3811::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ note: ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h180::381::1 also foundnote:: also foundnote : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~: 111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:: 1 :note : notealso found: also found- (NSInteger) tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h148::1111::1 :note : notealso found: also found- (int)tag; - (NSInteger) tag;^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :IPMark.m148/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:::1180120:: 1::note: also foundnote 19- (int)tag; :^~~~~~~~~~~ warning: multiple methods named 'count' found [-Wobjc-multiple-method-names]IPPath.m : cnt = [slayList count];144: 15 ^~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :64warning:1: : multiple methods named 'count' found [-Wobjc-multiple-method-names]note : cnt = [slayList count]; using ^~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~~~~~64 :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82note: :using1 : - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: 82:- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found :- (NSUInteger) count;62: 1^~~~~~~~~~~~~~~~~~~~~: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62:- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found :- (NSUInteger) count; // Primitive127 ^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :note: 127also found: 1- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:also found104:1: note: also found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:1: note: also found: 104- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :note149: also found: 1- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:- (NSUInteger) count;91 :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::89 :1note:: note: also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149also found:1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note../GraphicObjects.subproj/VPath.h: :60also found: 1:- (NSUInteger) count; note: also found ^~~~~~~~~~~~~~~~~~~~~ - (unsigned)count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :^~~~~~~~~~~~~~~~~~89: 1: : IPMark.mnote:: 130also found:34: warning: - (NSUInteger) count;multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ [g set3D:[zSwitch state]]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: ^~~~~~~~~~~~~~~73: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::317 note:: 1:also found note: - (NSUInteger) count;using ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)state; ../GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:1::60 note:: 1also found :- (unsigned)count; note: ^~~~~~~~~~~~~~~~~~also found also found- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ IPPath.m- (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::174:32217:: 1warning:: multiple methods named 'tag' found [-Wobjc-multiple-method-names]note : switch ([sender tag])also found ^~~~~~~~~~~~- (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:^~~~~~~~~~~~~~~~~~~~228: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:: note101: using: 1:- (NSInteger) tag; note: ^~~~~~~~~~~~~~~~~~also found - (NSInteger) state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~381: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:: note71: :also found31: - (NSInteger)tag;note ^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :@property NSVisualEffectState state;38 :1 ^~~~~: note./../graphicsUndo.subproj/../LayerObject.h: also found: 154- (NSInteger)tag;: 1:^~~~~~~~~~~~~~~~~ note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found: ^~~~~~~~~~~~~~~~~180:1: - (int)state;note : also found^~~~~~~~~~~~~ - (NSInteger)tag; IPMark.m^~~~~~~~~~~~~~~~~: 134:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h28::111:1 :warning : notemultiple methods named 'state' found [-Wobjc-multiple-method-names]: also found [zField setEnabled:[zSwitch state]]; - (NSInteger) tag; ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :317./../graphicsUndo.subproj/../LayerObject.h::1148::1 : notenote: : using also found- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~- (int)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h^~~~~~~~~~~ : 60:IPPath.m1::197 :note17:: also foundwarning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger)state;multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~ switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::228322:1::1 :note: usingnote : - (NSInteger) tag; also found^~~~~~~~~~~~~~~~~~ - (NSInteger) state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381: 1:^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h: :also found101 :- (NSInteger)tag; 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote: :also found38: 1- (NSInteger) state; :^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :also found 71- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ 31/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: note180: :also found1 :@property NSVisualEffectState state; ^~~~~note : ./../graphicsUndo.subproj/../LayerObject.halso found :- (NSInteger)tag;154 :^~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::111 ::note111:1: note1: : also foundalso found : - (int)state;- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~also found./../graphicsUndo.subproj/../LayerObject.h : 148IPMark.m- (NSInteger) tag;::1135 :^~~~~~~~~~~~~~~~~~34: warning./../graphicsUndo.subproj/../LayerObject.h: :multiple methods named 'state' found [-Wobjc-multiple-method-names] 148 [zLeftButton setEnabled:[zSwitch state]]; ^~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:1317:: 1:note note: using: also found- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :60:1IPPath.m: :note: also found222 :17- (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:: 322multiple methods named 'tag' found [-Wobjc-multiple-method-names]: :1 switch ([sender tag]): note ^~~~~~~~~~~~ : also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h note:- (NSInteger) state; : 228:also found1^~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :note101: :1using: - (int)tag;- (NSInteger) tag;note : also found^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ - (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~~~: 381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::171:IPRectangle.m :note31: :: note: also foundalso found 80- (NSInteger)tag; : @property NSVisualEffectState state; ^~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h./../graphicsUndo.subproj/../LayerObject.h:15154::38 :1warning: : note: multiple methods named 'count' found [-Wobjc-multiple-method-names]also found - (NSInteger)tag; cnt = [slayList count]; ^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :180note:: ^~~~~~~~~~~~~~~~also found1 : - (int)state;note : also found ^~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSInteger)tag; :IPMark.m^~~~~~~~~~~~~~~~~: 64136/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::34:111:: 1: warning: note: multiple methods named 'state' found [-Wobjc-multiple-method-names]also found 1 [zRightButton setEnabled:[zSwitch state]];- (NSInteger) tag; ^~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h note:./../graphicsUndo.subproj/../LayerObject.h317:: :1481using::1: notenote: : usingalso found - (NSUInteger) count;- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h ^~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~~~~60 :1:IPPath.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h note: :also found :- (NSInteger)state;267 :17^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hwarning:82322:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names] : switch ([sender tag]) note ^~~~~~~~~~~~: :also found 1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSInteger) state;:228 :1:^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::note: 101 :using 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found 381- (NSInteger) state;: 1:^~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found: note71- (NSInteger)tag;: 31^~~~~~~~~~~~~~~~~: : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:note38: :also found1 : @property NSVisualEffectState state;note : ^~~~~also found also found ./../graphicsUndo.subproj/../LayerObject.h:- (NSInteger)tag; 154^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:- (NSUInteger) count;1 180: note: :also found1: ^~~~~~~~~~~~~~~~~~~~~ note- (int)state; : ^~~~~~~~~~~~~ also found IPMark.m- (NSInteger)tag; :^~~~~~~~~~~~~~~~~142 :17/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h111 :warning:1: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]62 note switch ([sender tag]): :also found ^~~~~~~~~~~~1- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:^~~~~~~~~~~~~~~~~~: 228:./../graphicsUndo.subproj/../LayerObject.h1::note148 : note:also found: 1 :using- (NSUInteger) count; // Primitive note- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~~~~also found^~~~~~~~~~~~~~~~~~ IPThread.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (int)tag;:: 381127^~~~~~~~~~~:: 1:1 ::note : note45also found: :also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:^~~~~~~~~~~~~~~~~~~~~38 :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: note104: :also found 15:- (NSInteger)tag; ^~~~~~~~~~~~~~~~~note:: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: 180- (NSUInteger) count;warning: 1^~~~~~~~~~~~~~~~~~~~~: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hmultiple methods named 'setState:' found [-Wobjc-multiple-method-names]note:: 91also found : 1- (NSInteger)tag; [leftTurnSwitch setState:([g angle] < 0.0) ? 1 : 0];: ^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111:- (NSUInteger) count;1 : ^~~~~~~~~~~~~~~~~~~~~note : also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (NSInteger) tag;149 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1^~~~~~~~~~~~~~~~~~: : ./../graphicsUndo.subproj/../LayerObject.h:note316148: :also found1: note- (NSUInteger) count;: also found ^~~~~~~~~~~~~~~~~~~~~- (int)tag; ^~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1::IPMark.m89:: 1581::note15 : note: : warningalso found: multiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; cnt = [slayList count]; ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::64:73 1:- (void)setState:(NSInteger)value;1:: note : noteusing: also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h82::11:: note: notealso found: :also found- (NSUInteger) count; 59 :- (unsigned)count;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~~1: 62: :note1IPRectangle.m:: note107: :also found17 : :- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~warning also found: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]:127 : switch ([sender tag]) 1 : ^~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found:- (void)setState:(NSInteger)value; 228- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :104note:: 1using :- (NSInteger) tag; note : ^~~~~~~~~~~~~~~~~~also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~~ 381 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:91:11:: notenote: also found: also found - (NSUInteger) count; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h149: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :note38: :also found1 ::- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note : 281/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found: :- (NSInteger)tag;89:1 :^~~~~~~~~~~~~~~~~ note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1:also found 180:- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~1 note:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: 73note: : :1also found: note- (NSInteger)tag;also found : also found^~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :^~~~~~~~~~~~~~~~~~~~~111 - (void) setState: (NSInteger)state;:../GraphicObjects.subproj/VPath.h1 ::^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60note: also found :1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note: also found./../graphicsUndo.subproj/../LayerObject.h : - (unsigned)count;148 :^~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:: 71noteIPMark.m: :also found:182 :- (int)tag;11: ^~~~~~~~~~~warning : 31multiple methods named 'count' found [-Wobjc-multiple-method-names] :IPRectangle.m cnt = [slayList count];: 130 ^~~~~~~~~~~~~~~~: 17note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: 64:warning1: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]: note switch ([sender tag]): using ^~~~~~~~~~~~also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :^~~~~~~~~~~~~~~~~~~~~ 228 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:1: :@property NSVisualEffectState state;note82:: 1using: - (NSInteger) tag; note : ^~~~~~~~~~~~~~~~~~also found ^~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;:381 :^~~~~~~~~~~~~~~~~~~~~1 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :note62: :also found1: - (NSInteger)tag;note: also found^~~~~~~~~~~~~~~~~ ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSUInteger) count; // Primitive: :38^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1:: note: also found 127:- (NSInteger)tag;1: 153^~~~~~~~~~~~~~~~~ note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found:: 180- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :note1104: :also found:1 :- (NSInteger)tag; note : ^~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:- (NSUInteger) count; 111^~~~~~~~~~~~~~~~~~~~~:1: note: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:also found91 :- (NSInteger) tag;also found1 :^~~~~~~~~~~~~~~~~~ - (void)setState:(int)flag;note./../graphicsUndo.subproj/../LayerObject.h: : 148also found: 1^~~~~~~~~~~~~~~~~~~~~~~~~~~:- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: IPThread.m also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (int)tag;149: :^~~~~~~~~~~ 146:: IPRectangle.mnote:: 5153also found: 17:- (NSUInteger) count;: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~ switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found 89- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found: 180- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: 73note:1: : notealso found: also found8 - (NSInteger)tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ warning../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::60111::1s:1 generatednote:: also found. note- (unsigned)count; : ^~~~~~~~~~~~~~~~~~ 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; warning^~~~~~~~~~~~~~~~~~: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h [externalSwitch setState:([g external]) ? 1 : 0];: Compiling file IPText.m ... 381 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1:: note : notealso found: using- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (void)setState:(NSInteger)value;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h1::59 :note1: :also found note- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~ - (void)setState:(NSInteger)value;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~180 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h1::281 :note1: :also found note- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~ - (void) setState: (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~111 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h1::71 :note31: :also found note- (NSInteger) tag;: also found^~~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;./../graphicsUndo.subproj/../LayerObject.h : ^~~~~148 :./../LayerObject.h1::153 :note1: :also found note- (int)tag;: also found^~~~~~~~~~~ - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPRectangle.m:IPThread.m201::5717::17 :warning : warningmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) switch ([sender tag]) ^~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h228::2281::1 :note : noteusing: using- (NSInteger) tag; - (NSInteger) tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h381::3811::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h38::381::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h180::1801::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h111::1111::1 :note : notealso found: also found- (NSInteger) tag; - (NSInteger) tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :./../LayerObject.h148::1481::1 :note : notealso found: also found- (int)tag; - (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: 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: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; ^~~~~~~~~~~~~~~~~~~~~ 11/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h warning:s149 generated:. 1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Compiling file IPWeb.m ... 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: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [externalSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPThread.m:156:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: 7note warning: salso found generated . - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found Compiling file IPTextPath.m ... - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 9 warnings generated. Compiling file IPSinking.m ... IPText.m:55:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [serialNumberSwitch setState:[g isSerialNumber]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:56:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [fitHorizontalSwitch setState:[g fitHorizontal]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:57:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [centerVerticalSwitch setState:[g centerVertical]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:71:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:84:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:112:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:135:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:160:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:173:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:204:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:217:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1:IPTextPath.m :note: 47:also found 5- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:multiple methods named 'setState:' found [-Wobjc-multiple-method-names] 149: [showPathSwitch setState:[g showsPath]]; 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote: :also found316:1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: 89:- (void)setState:(NSInteger)value; 1:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:note: 59also found :1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found:73 :1- (void)setState:(NSInteger)value; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:- (NSUInteger) count; 281:^~~~~~~~~~~~~~~~~~~~~1: ../GraphicObjects.subproj/VPath.h:60note: :also found 1:- (void) setState: (NSInteger)state; note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:- (unsigned)count;71: ^~~~~~~~~~~~~~~~~~31: note: also found IPText.m@property NSVisualEffectState state;: 241: ^~~~~17: ./../graphicsUndo.subproj/../LayerObject.h:warning: 153multiple methods named 'state' found [-Wobjc-multiple-method-names] : BOOL flag = [serialNumberSwitch state];1: ^~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 317also found :- (void)setState:(int)flag; 1:^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPTextPath.m:note: 48:using 5- (NSInteger)state; : ^~~~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:multiple methods named 'setState:' found [-Wobjc-multiple-method-names] 60 [serialNumberSwitch setState:[g isSerialNumber]]; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: note316:1: also found: note- (NSInteger)state;: using ^~~~~~~~~~~~~~~~~~~ - (void)setState:(NSInteger)value;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: 322^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h: note: 59:also found 1: - (NSInteger) state; note: ^~~~~~~~~~~~~~~~~~~~also found - (void)setState:(NSInteger)value;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::1281:: note1: note: also found : - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h- (NSInteger) state; :^~~~~~~~~~~~~~~~~~~~71 :31: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h@property NSVisualEffectState state;: 71: ^~~~~ 31./../graphicsUndo.subproj/../LayerObject.h:: 153note: :also found 1@property NSVisualEffectState state;: note: also found - (void)setState:(int)flag; ^~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:IPTextPath.m154::59:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] 1: BOOL flag = [showPathSwitch state]; note : ^~~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ - (int)state; ^~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :60:1: note: also found IPText.m- (NSInteger)state;:244 :^~~~~~~~~~~~~~~~~~~11 : warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names] 322 cnt = [slayList count];:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: 64/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::101:1: note: also found 1: - (NSInteger) state;note : ^~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~71 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:3182: note: also found :1:@property NSVisualEffectState state; note ^~~~~ : ./../graphicsUndo.subproj/../LayerObject.halso found: 154- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: 62note: also found :1- (int)state;: note^~~~~~~~~~~~~ : IPTextPath.malso found:61:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count];- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h127:64:1: note: :using 1- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~note : also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :82:1: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 104/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::62:1: note: also found 1:- (NSUInteger) count; // Primitive note: ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :- (NSUInteger) count;127:1: note: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h91::1041:: 1: note: also found note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found :- (NSUInteger) count;91 :1: note: also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:^~~~~~~~~~~~~~~~~~~~~149 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found 1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: :also found 89:- (NSUInteger) count;1: ^~~~~~~~~~~~~~~~~~~~~ note../GraphicObjects.subproj/VPath.h:60:1: note: also found : - (unsigned)count; also found ^~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:IPTextPath.m73::811::17: warning: notemultiple methods named 'state' found [-Wobjc-multiple-method-names] : BOOL flag = [serialNumberSwitch state];also found ^~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :../GraphicObjects.subproj/VPath.h317:60::11:: note: using note- (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (unsigned)count;- (NSInteger)state; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found IPText.m:267- (NSInteger) state;: ^~~~~~~~~~~~~~~~~~~~ 17:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :warning: 101multiple methods named 'state' found [-Wobjc-multiple-method-names]: 1 BOOL flag = [fitHorizontalSwitch state]; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :317:also found1: IPSinking.mnote- (NSInteger) state;: :using ^~~~~~~~~~~~~~~~~~~~- (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h^~~~~~~~~~~~~~~~~~~: 149/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h71:::6031:101::: notewarning: notealso found: also found- (NSInteger)state; @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~~~ ^~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :./../graphicsUndo.subproj/../LayerObject.h322::1541::1 :note : notealso found: also found- (NSInteger) state; - (int)state;^~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :IPTextPath.m101:83::111:: notewarning: : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSInteger) state;: cnt = [slayList count];^~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 71/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: 3164: switch ([sender tag]) :note1: :also found note@property NSVisualEffectState state;: using ^~~~~ - (NSUInteger) count;./../graphicsUndo.subproj/../LayerObject.h :^~~~~~~~~~~~~~~~~~~~~154 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1::82 :note1: :also found note- (int)state;: also found^~~~~~~~~~~~~ - (NSUInteger) count;IPText.m :^~~~~~~~~~~~~~~~~~~~~270 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h11::62 :warning1: :multiple methods named 'count' found [-Wobjc-multiple-method-names] note cnt = [slayList count];: ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::64228::11::also found notenote- (NSUInteger) count; // Primitive: : usingusing^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :^~~~~~~~~~~~~~~~~~~~~127 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1::82 :1 note:- (NSInteger) tag;: also foundnote^~~~~~~~~~~~~~~~~~: - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~~381 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :1notealso found:: also found- (NSUInteger) count;note : - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~also found ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSUInteger) count; : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h62^~~~~~~~~~~~~~~~~~~~~:: 381/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:::1 91::note1: :also foundnote note: - (NSUInteger) count; // Primitive: also found also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h^~~~~~~~~~~~~~~~~: 127/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h^~~~~~~~~~~~~~~~~: 104/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::1111:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~~91../LayerObject.h ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1148:::149 1:note:1: :also foundnote : note- (NSUInteger) count;also found: also found^~~~~~~~~~~~~~~~~~~~~- (int)tag; - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h^~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~~ 149:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1IPSinking.m::: 16989note::: 17also found:1 :- (NSUInteger) count;warning : note^~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names]: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h switch ([sender tag]) : - (NSUInteger) count;89 ^~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~~~~~:: 228note:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: 1:also found: 73- (NSUInteger) count;note: : 1^~~~~~~~~~~~~~~~~~~~~using: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSInteger) tag;note: : 73^~~~~~~~~~~~~~~~~~also found: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;: : 381^~~~~~~~~~~~~~~~~~~~~: 1../GraphicObjects.subproj/VPath.h:: 60note:: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (unsigned)count;: 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]; ^~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: also found: 64- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~1: note../GraphicObjects.subproj/VPath.h:: 60:using1 :- (NSUInteger) count; note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (unsigned)count; ^~~~~~~~~~~~~~~~~~: 82:1: note: also found IPText.m- (NSUInteger) count;:293 :17^~~~~~~~~~~~~~~~~~~~~: warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :62:1: note: multiple methods named 'state' found [-Wobjc-multiple-method-names]also found BOOL flag = [centerVerticalSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: 317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPText.m:296:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~../GraphicObjects.subproj/VPath.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h60::12761: warning:1s : generatednote . : note: also foundalso found - (unsigned)count;- (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:209: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; ^~~~~~~~~~~~~~~~~~ IPSinking.m:252: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; ^~~~~~~~~~~~~~~~~~ IPSinking.m:308:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 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 ProjectSettings.m ... Compiling file PSInfo.m ... Compiling file PSSettings.m ... Compiling file PSFontInfo.m ... PSSettings.m:66:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [unitPopup selectItemWithTag:((!doc) ? -1 : [doc baseUnitFlat])]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Linking subproject ProjectSettingsPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Warning: .//German.lproj/PSFontInfo.nib not found - ignoring Making all for subproject TransformPanel... Compiling file TPBasicLevel.m ... Compiling file TPMove.m ... Compiling file TPMix.m ... Compiling file TPAlign.m ... TPAlign.m:69:9: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if ([alignLayerSwitch state]) ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using TPMix.m- (NSInteger)state;: 66:22: ^~~~~~~~~~~~~~~~~~~warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h BOOL mixLayers = [mixLayersSwitch state]; : ^~~~~~~~~~~~~~~~~~~~~~~ 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::317:1: note: 1using: - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1:: also foundnote : - (NSInteger)state;also found ^~~~~~~~~~~~~~~~~~~- (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h^~~~~~~~~~~~~~~~~~~: 322/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::1322: note: :also found 1- (NSInteger) state; :^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:note101:1: note: : also found also found- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ - (NSInteger) state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: 71:31: note: also found Compiling file TPScale.m ... ^~~~~~~~~~~~~~~~~~~~@property NSVisualEffectState state; ^~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :./../graphicsUndo.subproj/../LayerObject.h:154:1: 101note:: 1also found: - (int)state;note: also found^~~~~~~~~~~~~ - (NSInteger) state;TPAlign.m :^~~~~~~~~~~~~~~~~~~~74 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h21::71 :warning31: : note: also found multiple methods named 'count' found [-Wobjc-multiple-method-names]@property NSVisualEffectState state; for (l=0, cnt = [slayList count]; l0; j-- )228 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :using1 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSUInteger) count;381 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :also found1 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:also found 38:- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:note62:: 1also found :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSUInteger) count; // Primitive :180^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:1:127 :1note: : notealso found : also found- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~~~~ :111/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104:1:1 :note: notealso found: also found - (NSInteger) tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:148:91:1:: 1: notenote: also found : - (int)tag; also found ^~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149TPAlign.m::1:147 :note: 21:also found warning : - (NSUInteger) count; multiple methods named 'count' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h for (l=0, cnt = [slayList count]; l= 10.4154 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 : note: also found - (int)state; ^~~~~~~~~~~~~ Compiling file WorkingAreaPanel.m ... apContour.m:101:13: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] App.m return ([[contourSwitchMatrix cellAtRow:SWITCH_REMOVESOURCE column:0] state]) ? YES : NO;: 1047 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 80/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 317warning:: 1result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare]: if ( (m = [mArray indexOfObject:[NSString stringWithUTF8String:mStr]]) != NSNotFound )note : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ App.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h::110660::231:: warningnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found int tag = [sender tag];- (NSInteger)state; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::228322::11:: notenote: : usingalso found - (NSInteger) tag;- (NSInteger) state; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::381101::11:: notenote: : also foundalso found - (NSInteger)tag; - (NSInteger) state;^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:^~~~~~~~~~~~~~~~~~~~38:1: note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found: 71- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ 31/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: 180:1: notenote: : also foundalso found - (NSInteger)tag;@property NSVisualEffectState state; ^~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h./LayerObject.h::111154::11::1 notenote: : also foundalso found warning generated - (int)state;. - (NSInteger) tag;^~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ App.m:1324:25: Compiling file IntersectionPanel.m ... warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] current2DTool = [[matrix selectedCell] tag]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 2 warnings generated. Compiling file TilePanel.m ... IntersectionPanel.m:38:13: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([[objectRadio selectedCell] tag]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IntersectionPanel.m:72:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ Compiling file TileObject.m ... 3 warnings generated. Compiling file DocView.m ... TilePanel.m:116:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] return ( [originSwitch state] == 0 ) ? NO : YES; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 2 warnings generated. Compiling file dvDrag.m ... 1 warning generated. Compiling file dvGrid.m ... Compiling file dvHiddenArea.m ... DocView.m:178:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hdvDrag.m::64134:65: warning: 'VText' may not respond to 'initWithFile:' graphic = [[[VText allocWithZone:(NSZone *)[self zone]] initWithFile:file] autorelease]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ :1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:321:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count] || ![[list objectAtIndex:0] isKindOfClass:[LayerObject class]]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: 1also found warning generated- (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 Compiling file dvPasteboard.m ... - (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 dvGrid.m- (NSUInteger) count;: 75^~~~~~~~~~~~~~~~~~~~~: 30/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: 104warning:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: [self setGridEnabled:[sender tag] ? YES : NO];note : ^~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 228/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::191:: 1note:: usingnote : - (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h381:149:1:: note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :^~~~~~~~~~~~~~~~~89 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1::38 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~73 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1::180 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;./GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~60 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h1::111 :note1: :also found note- (unsigned)count;: also found^~~~~~~~~~~~~~~~~~ - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.hDocView.m::148405::121:: notewarning: : also foundmisleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] - (int)tag; [layerObject removeAllObjects]; ^~~~~~~~~~~ ^ DocView.m:402:17: note: previous statement is here if ( colorLayer(col, colorDict) < 0 ) // not in dictionary ^ DocView.m:441:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu DocView.m:465:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu DocView.m:1017:34: warning: incompatible function pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] [textArray sortUsingFunction:sortPosition context:&sort]; ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here GS_GENERIC_TYPE(ElementT),void*))compare ^ DocView.m:11169 warning: generated14. : warning: Compiling file dvTile.m ... 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: dvHiddenArea.musing: 340- (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~18: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:warning60:: 1multiple methods named 'width' found [-Wobjc-multiple-method-names]: [ng setWidth:[cg width]];note : ^~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (NSInteger)state;: 93:^~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :note: 322using: 1- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.halso found: 94- (NSInteger) state;: 1:^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h: :also found101 :- (float)width;1 :^~~~~~~~~~~~~~~ notedvHiddenArea.m: :also found340 :- (NSInteger) state;5 : Compiling file dvUndo.m ... ^~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 71 [ng setWidth:[cg width]];: 31 ^~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 92also found: 1@property NSVisualEffectState state;: ^~~~~note : ./graphicsUndo.subproj/../LayerObject.husing: 154- (void) setWidth: (CGFloat)newWidth; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1./GraphicObjects.subproj/VGraphic.h: Compiling file Document.m ... note:: also found 96- (int)state; :^~~~~~~~~~~~~ 1: DocView.mnote:: 1621also found: 18- (void)setWidth:(float)w;: 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 founddvUndo.m :- (NSUInteger) count; // Primitive156 2:^~~~~~~~~~~~~~~~~~~~~ warning51 s/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: generated:. 127 Compiling file DocWindow.m ... :warning1Document.m: note: :also found : - (NSUInteger) count;cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] ^~~~~~~~~~~~~~~~~~~~~ [self graphicsPerform:@selector(setFilled:) with:(void*)filled]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1840: ^~~~~~~~~~~~~104:: 126:dvUndo.m :note:: also foundwarning 244- (NSUInteger) count;: : unused variable 'pp' [-Wunused-variable]^~~~~~~~~~~~~~~~~~~~~21 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:: NSPrintPanel *pp;91 : 1 ^:warning : note : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]also found Document.m- (NSUInteger) count; [g setWidth:width]; :^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1841: 149::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h126:: 92note:: :also found1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :: 89using:unused variable 'pi' [-Wunused-variable]1 : - (void) setWidth: (CGFloat)newWidth;note NSPrintInfo *pi;: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^ ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:96:73::11:: notenote: : also foundalso found - (void)setWidth:(float)w;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1626:20: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[[aList objectAtIndex:l] count]-1; i>=0; i--) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: 2 warnings generatedalso found. Compiling file FlippedView.m ... - (NSUInteger) count; // Primitive Compiling file TileScrollView.m ... ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note2: warningalso founds generated- (NSUInteger) count;. ^~~~~~~~~~~~~~~~~~~~~ Compiling file LayerObject.m ... /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:TileScrollView.m: 94note:: 25: Compiling file LayerDetailsController.m ... warning: also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSUInteger) count; if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h./VHFShared/types.h::60:1125:: 32note: :also found - (unsigned)count;note : ^~~~~~~~~~~~~~~~~~ expanded from macro 'Diff'DocView.m: 1673:18#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: ^warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:228:64:1: 1note: Compiling file MoveCell.m ... using :- (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 :note381: also found: 1- (NSUInteger) count;LayerDetailsController.m :^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h91::626:note1::: notealso found: also foundwarning - (NSInteger)tag;- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hmultiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]: 127: [[typePopup itemWithTag:-1] setEnabled:NO]; // disable separating layers1 : note ^~~~~~~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h^~~~~~~~~~~~~~~~~~~~~:38 575/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:::1041::11: notenote:: : also found also found- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; : Compiling file MoveMatrix.m ... ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.husing: 91 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1::- (id ) itemWithTag: (NSInteger)aTag; 180 note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :also found 1- (NSUInteger) count;./VHFShared/VHFPopUpButtonAdditions.h :^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h42::149note:11:: : also foundnote: also foundnote- (NSInteger)tag; : ^~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:- (id )itemWithTag:(int)tag; 111- (NSUInteger) count;: 1: ^~~~~~~~~~~~~~~~~~~~~note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found LayerDetailsController.m- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ :./LayerObject.h:92 148/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::1:89: :6note: 1:: also foundnote : - (int)tag;warningalso found : ^~~~~~~~~~~- (NSUInteger) count; TileScrollView.mmultiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~: 94 : [[typePopup itemWithTag:LAYER_TEMPLATE] setEnabled:YES];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h63 :: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~73 :warning1: :'NSCollectionViewItem' may not respond to 'tag' note if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): also found ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h :- (NSUInteger) count;./VHFShared/types.h575 ::^~~~~~~~~~~~~~~~~~~~~1251 :./GraphicObjects.subproj/VPath.h32::: 60note:: 1expanded from macro 'Diff': #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values note ^: also foundTileScrollView.mnote :- (unsigned)count;94 :^~~~~~~~~~~~~~~~~~25 :DocView.m :warning1723: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]18 : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) : warning ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]./VHFShared/types.husing : if ( [[list objectAtIndex:l] count] )125 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~43 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :expanded from macro 'Diff'1 :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values note ^: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :- (NSUInteger) count;228 : ^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :using1 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h MoveMatrix.m- (id ) itemWithTag: (NSInteger)aTag;- (NSUInteger) count;: 381^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: 62note:: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSUInteger) count; // Primitive: 38^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 127note:: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSUInteger) count;: 180^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: 104note:: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSUInteger) count;: 111^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:: 91note:: 1also found: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found ./LayerObject.h- (NSUInteger) count;: 148^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149note: 1: :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also foundnote : ./VHFShared/VHFPopUpButtonAdditions.halso found- (int)tag;: - (NSUInteger) count;42^~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~~1TileScrollView.m ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h 94:note89:: :63also found1: : - (id )itemWithTag:(int)tag; warningnote : : also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 'NSCollectionViewItem' may not respond to 'tag' - (NSUInteger) count; LayerDetailsController.m if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): ^~~~~~~~~~~~~~~~~~~~~93 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h6./VHFShared/types.h:::73 125:warning:1: :43 multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]:note : [[typePopup itemWithTag:LAYER_TEMPLATE_1] setEnabled:YES];also foundnote : - (NSUInteger) count;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/NSMenu.h ./GraphicObjects.subproj/VPath.h:: ^60575: :11TileScrollView.m::: 94notenote: :: also found25using : - (unsigned)count; - (id ) itemWithTag: (NSInteger)aTag; warning ^~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names]DocView.m : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)./VHFShared/VHFPopUpButtonAdditions.h1955 :: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~4230 :./VHFShared/types.h ::warning1251: ::multiple methods named 'state' found [-Wobjc-multiple-method-names]57 : notenote if (![[layerList objectAtIndex:l] state] || ![list count]): expanded from macro 'Diff': ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the valuesalso found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ^- (id )itemWithTag:(int)tag; :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:317::2281231:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:1 :LayerDetailsController.mnote :: note18using: : using- (NSInteger)state; - (NSInteger) tag;:^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~94/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h60:::38116::1: :warning : notenotemultiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]: : also foundalso found [[typePopup itemWithTag:LAYER_TEMPLATE_2] setEnabled:YES];- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~- (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~~~::575 38:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::11322::: 1notenote:: : using also found note - (id ) itemWithTag: (NSInteger)aTag;: - (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found^~~~~~~~~~~~~~~~~ - (NSInteger) state;./VHFShared/VHFPopUpButtonAdditions.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h ::^~~~~~~~~~~~~~~~~~~~42180 ::11:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h ::note 101: note:: also found1also found :- (id )itemWithTag:(int)tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ note LayerDetailsController.m: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found105:: 18111- (NSInteger) state;:: 1warning:^~~~~~~~~~~~~~~~~~~~: notemultiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :also found [[typePopup itemWithTag:type] setEnabled:NO]; 71- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~: 31^~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h note:: ./LayerObject.h575also found: :148@property NSVisualEffectState state;1: : ^~~~~1 :./graphicsUndo.subproj/../LayerObject.h note:note154: :: also found1using : - (int)tag; - (id ) itemWithTag: (NSInteger)aTag;note^~~~~~~~~~~: also foundTileScrollView.m^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : - (int)state;94 :./VHFShared/VHFPopUpButtonAdditions.h^~~~~~~~~~~~~63 : warningDocView.mwarning::: 227042:'NSCollectionViewItem' may not respond to 'tag'26 :: if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)1 :warning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ : multiple methods named 'state' found [-Wobjc-multiple-method-names]note./VHFShared/types.h : :: if (![[layerList objectAtIndex:l] state] || ![list count])incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]125 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [self getRow:&row column:&column forPoint:mouseDownLocation];also found57 ^~~~- (id )itemWithTag:(int)tag;:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.hnote^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~317::: 1741 expanded from macro 'Diff':: 31LayerDetailsController.m :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: notenote ^: : usingpassing argument to parameter 'row' here112TileScrollView.m ::- (NSInteger)state;- (BOOL) getRow: (NSInteger *)row 1015 :^~~~~~~~~~~~~~~~~~~: ^19 :MoveMatrix.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h warning::warning123: 60multiple methods named 'tag' found [-Wobjc-multiple-method-names]:: 301 scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;:: : multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] note ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning: [typePopup selectItemWithTag:[layerObject type]]; // type: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : [self getRow:&row column:&column forPoint:mouseDownLocation];- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~228 : ^~~~~~~~~~~~~~~~~~~1 ^~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h : 322/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.hnote:::: 1751using73:: 24- (NSInteger) tag;: :note^~~~~~~~~~~~~~~~~~note1: : also foundpassing argument to parameter 'column' here/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: : - (NSInteger) state;381note: column: (NSInteger *)column 1: ^~~~~~~~~~~~~~~~~~~~:using note ^: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h- (BOOL) selectItemWithTag: (NSInteger)tag;also found: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~101- (NSInteger)tag; :./VHFShared/VHFPopUpButtonAdditions.h 1MoveMatrix.m:^~~~~~~~~~~~~~~~~:43: :note2751: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::also found23:38 ::- (NSInteger) state; 1 note:: ^~~~~~~~~~~~~~~~~~~~ warning also foundnote/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h : : :incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]- (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4also found71 : if (![self getRow:&newRow column:&column forPoint:mouseUpLocation])^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~31- (NSInteger)tag; : ^~~~~~~ ^~~~~~~~~~~~~~~~~LayerDetailsController.mnote :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h114: ::also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h1805 ::@property NSVisualEffectState state; :1warning : :multiple methods named 'setState:' found [-Wobjc-multiple-method-names] ^~~~~ note [batchSwitch setState:[layerObject useForTile]]; // batch production174./graphicsUndo.subproj/../LayerObject.h : :154also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :1- (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h31:: 316^~~~~~~~~~~~~~~~~:note: 1 :: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found:note note111: - (int)state;using: : ^~~~~~~~~~~~~- (void)setState:(NSInteger)value; 1 passing argument to parameter 'row' here^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DocView.m : :2761/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h ::- (BOOL) getRow: (NSInteger *)rownote5917: ::1also found ^:warning : note- (NSInteger) tag;multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]MoveMatrix.m: : [g setWidth:Prefs_LineWidth];^~~~~~~~~~~~~~~~~~also found 275 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~: ./LayerObject.h - (void)setState:(NSInteger)value;:38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h 148:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~::92 1::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h 1: warning:281 : note:note: 1: also found:using incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]- (int)tag;- (void) setWidth: (CGFloat)newWidth; note : ^~~~~~~~~~~ if (![self getRow:&newRow column:&column forPoint:mouseUpLocation])also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (void) setState: (NSInteger)state; ^~~~~~~ ./GraphicObjects.subproj/VGraphic.hTileScrollView.m^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:: 96:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h175:101::711:24:57:31:: : note : notewarningnotealso found: : passing argument to parameter 'column' herealso found- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~'NSCollectionViewItem' may not respond to 'tag' column: (NSInteger *)column @property NSVisualEffectState state; scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;DocView.m ^: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 2771 ^~~~~ MoveMatrix.m: TileScrollView.m:./InspectorPanel.subproj/../LayerObject.h:27612021::::22 153:25warning ::warning warning1: : : incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [self getRow:&newRow column:&column forPoint:(cellFrame.origin)];multiple methods named 'tag' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; note ^~~~~~~ if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :174./VHFShared/types.h:92 31:::1251 :- (void)setState:(int)flag;note:32: : passing argument to parameter 'row' here notenote : ^~~~~~~~~~~~~~~~~~~~~~~~~~~: - (BOOL) getRow: (NSInteger *)rowusing expanded from macro 'Diff' LayerDetailsController.m ^- (void) setWidth: (CGFloat)newWidth;: #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values MoveMatrix.m133^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: :276./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h32::::3796228::: 1 1warning::: warningincompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]: note notemultiple methods named 'state' found [-Wobjc-multiple-method-names]: [self getRow:&newRow column:&column forPoint:(cellFrame.origin)]; : using also found [layerObject setUseForTile:[batchSwitch state]]; ^~~~~~~ - (NSInteger) tag;- (void)setWidth:(float)w;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h : ^~~~~~~~~~~~~~~~~~175^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h 24::DocView.m381 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote12782: ::passing argument to parameter 'column' here317 : :note column: (NSInteger *)column: 1 also found: ^ note21- (NSInteger)tag;: MoveMatrix.m^~~~~~~~~~~~~~~~~using : :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger)state;319: :warning3813:^~~~~~~~~~~~~~~~~~~: : 1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]warning: : 60multiple methods named 'setTag:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth];:note 1: : [activeCell setTag:(newRow)]; // in its new home ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ also foundnote ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ : - (NSInteger)tag;also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~380/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (NSInteger)state; ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h921: :180::^~~~~~~~~~~~~~~~~~~ 1 note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: 1using: note322- (void)setTag:(NSInteger)anInt;:: : also found1note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : - (NSInteger)tag;note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: : ^~~~~~~~~~~~~~~~~:also found using179 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger) state;1 : :- (void) setWidth: (CGFloat)newWidth; 111 ^~~~~~~~~~~~~~~~~~~~:note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1: also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h ./GraphicObjects.subproj/VGraphic.h: - (void)setTag:(NSInteger)anInt;:101note:96 1: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~::also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h- (NSInteger) tag;note: 1296: ::also found^~~~~~~~~~~~~~~~~~ 1 note - (NSInteger) state;./LayerObject.h:: : ^~~~~~~~~~~~~~~~~~~~148note also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: 1:also found71- (void)setWidth:(float)w; : ^~~~~~~~~~~~~~~~~~~~~~~~~~note- (void) setTag: (NSInteger)anInt;: :also found 31 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:DocView.m - (int)tag; :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote2787: : 124^~~~~~~~~~~also found:: 1TileScrollView.m21@property NSVisualEffectState state;::: note120: : ^~~~~also found63 warning:./InspectorPanel.subproj/../LayerObject.h: : - (void) setTag: (NSInteger)tag;multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]154warning :: [g setWidth:Prefs_LineWidth];'NSCollectionViewItem' may not respond to 'tag'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MoveCell.h if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h note:: 92 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^also found:: 1./VHFShared/types.h44- (int)state;:: :^~~~~~~~~~~~~note1125: : :using 32: - (void) setWidth: (CGFloat)newWidth;notenote: : expanded from macro 'Diff'^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also found #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ./GraphicObjects.subproj/VGraphic.h - (void)setTag:(int)anInt;: ^ 96 ^~~~~~~~~~~~~~~~~~~~~~~~~~:TileScrollView.m8:1 warning 120:MoveMatrix.ms: : generated333note25. : ::also found 13warning- (void)setWidth:(float)w;:: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~~~~~~warning : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)DocView.m multiple methods named 'setTag:' found [-Wobjc-multiple-method-names]: 2795 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: [activeCell setTag:newRow]; // in its new home21 ./VHFShared/types.h: ^~~~~~~~~~~~~~~~~~~~~~~~~~: 125 warning:: Compiling file MyPageLayout.m ... 43multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :380 [g setWidth:Prefs_LineWidth];note :: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~1:expanded from macro 'Diff' /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values:: 92 ^using: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (void)setTag:(NSInteger)anInt;:: 228note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: : 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:using : note179: - (void) setWidth: (CGFloat)newWidth;:using 1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag;: ./GraphicObjects.subproj/VGraphic.h ^~~~~~~~~~~~~~~~~~:note96 : :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found1: :381- (void)setTag:(NSInteger)anInt; : note1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h note:- (void)setWidth:(float)w;: 296also found : ^~~~~~~~~~~~~~~~~~~~~~~~~~1- (NSInteger)tag; ^~~~~~~~~~~~~~~~~DocView.m: : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h2959::note3836:: :1also found warning:- (void) setTag: (NSInteger)anInt;: notemultiple methods named 'state' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found if ( ![list count] || ![[layerList objectAtIndex:l] state] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~124/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1:317::180 1:note:1: :also foundnote : note- (void) setTag: (NSInteger)tag;using: also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger)state; - (NSInteger)tag;./MoveCell.h^~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~44/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h160:::1111 ::note1 : :note also foundnote: : also foundalso found- (void)setTag:(int)anInt; - (NSInteger)state;^~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h MoveMatrix.m::./LayerObject.h322:3631: ::note: 14822also found: 1: - (NSInteger) state;warning :^~~~~~~~~~~~~~~~~~~~ : incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :101:1: note: also found [self getRow:&row column:&col ofCell:activeCell];: also found ^~~~- (NSInteger) state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:^~~~~~~~~~~~~~~~~~~~ - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: 71:31^~~~~~~~~~~: Compiling file propertyList.m ... 177 TileScrollView.m::31120::note63: :also foundnote : warning@property NSVisualEffectState state;passing argument to parameter 'row' here: 'NSCollectionViewItem' may not respond to 'tag'- (BOOL) getRow: (NSInteger *)row ^~~~~ if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^MoveMatrix.m./graphicsUndo.subproj/../LayerObject.h ::./VHFShared/types.h363154::34:1125::: 43notewarning:: also found: noteincompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] : - (int)state;expanded from macro 'Diff' [self getRow:&row column:&col ofCell:activeCell]; ^~~~~~~~~~~~~ ^~~~#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.hDocView.m ^: 3377:TileScrollView.m:178:15:120:24 ::25 warning:: multiple methods named 'state' found [-Wobjc-multiple-method-names]warning note: if ( ![[layerList objectAtIndex:l] state] || !(iCnt=[list count]): multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~passing argument to parameter 'column' here if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: column: (NSInteger *)column317./VHFShared/types.h::125: 1 ^: MoveMatrix.mnote:57366: :using70: warning: - (NSInteger)state;incompatible pointer types passing 'float [6]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] ^~~~~~~~~~~~~~~~~~~ cellBorder = NSDrawTiledRects(cellBorder, cellBorder, sides, grays, 6); ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSGraphics.h:: 135:6054::1 note:note: : expanded from macro 'Diff'notepassing argument to parameter 'grays' here : also found#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values const CGFloat *grays, - (NSInteger)state; ^ ^ ^~~~~~~~~~~~~~~~~~~ propertyList.m /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::322228::1: 1note40: :also found11 warningnote- (NSInteger) state;s : ^~~~~~~~~~~~~~~~~~~~ generatedusing /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h. - (NSInteger) tag;: 101 Compiling file ProgressIndicator.m ... ^~~~~~~~~~~~~~~~~~:: 112:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote: also found :warning- (NSInteger) state;: 381 :^~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: 71note:: class 'PropertyList' defined without specifying a base class [-Wobjc-root-class]31: also foundnote: also found- (NSInteger)tag; @interface PropertyList @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~ ^~~~~ ./graphicsUndo.subproj/../LayerObject.h: ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h154:1::38 : propertyList.mnote1: :: also found40 note- (int)state;: : 24^~~~~~~~~~~~~also found DocView.m- (NSInteger)tag;: 3481: Compiling file DXFImportSub.m ... ^~~~~~~~~~~~~~~~~: 17/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: 180warning: :misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]note1 : if ( j > MAXCLASSES ) /* not in class list */ note ^: also foundDocView.m :- (NSInteger)tag;3476 :^~~~~~~~~~~~~~~~~13 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :note111: :previous statement is here1 : for ( j=0; j(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:126:26: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228 generated:. 1 Compiling file GerberImportSub.m ... : note: using - (float)width;- (NSInteger) tag; ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~DocView.m :DXFImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h3549:::38121::1 :warning100 : notemultiple methods named 'width' found [-Wobjc-multiple-method-names]: also found ws[c] = [sg width];- (NSInteger)tag;: ^~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h935:1: :note: 38::using warning1- (CGFloat) width; : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]:^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h :note [g setWidth:state.width];94: : also found1 ^~~~~~~~~~~~~~~~~~~~~~~~ :- (NSInteger)tag; note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (float)width; ^~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~DocView.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h356692::29180:: :1warning:: multiple methods named 'width' found [-Wobjc-multiple-method-names]note : { float ggw = [gg width];also found 1GerberImportSub.m ^~~~~~~~~~:- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~: 93/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:note:1111:: : using1note :: usingnote : - (CGFloat) width; - (void) setWidth: (CGFloat)newWidth;also found ^~~~~~~~~~~~~~~~~~ - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~~: 94./GraphicObjects.subproj/VGraphic.h./LayerObject.h:::1148:: 1note:: 96also foundnote : - (float)width;also found : ^~~~~~~~~~~~~~~- (int)tag; 1DocView.m^~~~~~~~~~~: 3733:TileScrollView.m56::126 :warning64: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] warning [(DocWindow*)[document window] enableCoordDisplay:([sender tag] ? YES : NO)];: 'NSCollectionViewItem' may not respond to 'tag': ^~~~~~~~~~~~ scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 228 TileScrollView.m::1172:: note25: :using warning- (NSInteger) tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~ note if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~381also found: 1 ./VHFShared/types.h:: - (void)setWidth:(float)w;125note:: 32also found: ^~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;note ^~~~~~~~~~~~~~~~~: expanded from macro 'Diff'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hDXFImportSub.m :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values38 :: ^1118 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h5 :note228: ::also found 1 warning:- (NSInteger)tag;: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] note^~~~~~~~~~~~~~~~~ [g setWidth:state.width];: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (NSInteger) tag;180 :^~~~~~~~~~~~~~~~~~1 ^~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ::note381: :also found581 :- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote^~~~~~~~~~~~~~~~~:: :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h17 :- (NSInteger)tag;111 :92^~~~~~~~~~~~~~~~~1:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote::: warning38also found1: :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~note : ./graphicsUndo.subproj/../LayerObject.hnote:using148: : 1also found:- (void) setWidth: (CGFloat)newWidth; - (NSInteger)tag;note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : : ^~~~~~~~~~~~~~~~~also found ./GraphicObjects.subproj/VGraphic.h- (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h ::^~~~~~~~~~~96 180DocView.m:::113739::: 25multiple methods named 'count' found [-Wobjc-multiple-method-names]:note note: warningalso found: multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSInteger)tag; showDirection = [sender tag] ? YES : NO; for (i=(int)[bList count]-1; i>=0; i--)^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::also found111228::11 :: notenote ^~~~~~~~~~~~~: : - (void)setWidth:(float)w;also foundusing - (NSInteger) tag;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : 381:1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: 148note: :also found :1- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h64::38note:11: ::also found notenote- (int)tag;: : also found^~~~~~~~~~~ - (NSInteger)tag;TileScrollView.m using:^~~~~~~~~~~~~~~~~ 172 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSUInteger) count;63: :180 :^~~~~~~~~~~~~~~~~~~~~warning1: : 'NSCollectionViewItem' may not respond to 'tag'note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h : : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)also found82 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^- (NSInteger)tag; 1./VHFShared/types.h^~~~~~~~~~~~~~~~~: :125/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h ::32111:: 1notenote:: : expanded from macro 'Diff'note : also found#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the valuesalso found - (NSUInteger) count; ^- (NSInteger) tag; TileScrollView.m^~~~~~~~~~~~~~~~~~: 172./graphicsUndo.subproj/../LayerObject.h^~~~~~~~~~~~~~~~~~~~~::25148:: 1warning: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]note:: also found if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) - (int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~62 ./VHFShared/types.hDocView.m::1253798:::43101::: notewarning: : expanded from macro 'Diff''sel_eq' is deprecated [-Wdeprecated-declarations] #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values if ( VHFSelectorIsEqual(action, @selector(bringToFront:)) || ^ ^ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h./VHFShared/vhfCompatibility.h: ::also found22847 :2:381:: - (NSUInteger) count; // Primitive note note: warning: expanded from macro 'VHFSelectorIsEqual'using ^~~~~~~~~~~~~~~~~~~~~# define VHFSelectorIsEqual(a, b) sel_eq(a, b) ^- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h^~~~~~~~~~~~~~~~~~: 79/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 38116::1 :note : note'sel_eq' has been explicitly marked deprecated here: also found__attribute__((deprecated))/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h - (NSInteger)tag; ^ ^~~~~~~~~~~~~~~~~DocView.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h3799::3810::1 :warning : note'sel_eq' is deprecated [-Wdeprecated-declarations]: : also found VHFSelectorIsEqual(action, @selector(bringForward:)) ) - (NSInteger)tag; ^ ^~~~~~~~~~~~~~~~~./VHFShared/vhfCompatibility.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h47::18038::1 127: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/NSToolbarItem.h79:::11116::11 :note : note'sel_eq' has been explicitly marked deprecated here: :also found __attribute__((deprecated))- (NSInteger) tag; ^ ^~~~~~~~~~~~~~~~~~ noteDocView.m./LayerObject.h::3818148::151:: : warningnote: : 'sel_eq' is deprecated [-Wdeprecated-declarations]also found else if ( VHFSelectorIsEqual(action, @selector(sendToBack:)) ||- (int)tag; ^^~~~~~~~~~~also found ./VHFShared/vhfCompatibility.hTileScrollView.m:47::17238::63 :note : warningexpanded from macro 'VHFSelectorIsEqual': 'NSCollectionViewItem' may not respond to 'tag'# define VHFSelectorIsEqual(a, b) sel_eq(a, b) if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :./VHFShared/types.h79:: 12516::43 :note : note'sel_eq' has been explicitly marked deprecated here: - (NSUInteger) count;expanded from macro 'Diff'__attribute__((deprecated)) #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ ^DocView.m :TileScrollView.m :3819172::1525:: warningwarning: : 'sel_eq' is deprecated [-Wdeprecated-declarations]multiple methods named 'tag' found [-Wobjc-multiple-method-names] VHFSelectorIsEqual(action, @selector(sendBackward:)) ) if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/vhfCompatibility.h./VHFShared/types.h::47125::3857:: notenote: : expanded from macro 'VHFSelectorIsEqual'expanded from macro 'Diff' # define VHFSelectorIsEqual(a, b) sel_eq(a, b)#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ ^ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::^~~~~~~~~~~~~~~~~~~~~22879::116:: notenote: : using'sel_eq' has been explicitly marked deprecated here - (NSInteger) tag;__attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hDocView.m::3813838::115:: notewarning: : also found'sel_eq' is deprecated [-Wdeprecated-declarations]: - (NSInteger)tag; else if ( VHFSelectorIsEqual(action, @selector(toggleGrid:)) ) ^~~~~~~~~~~~~~~~~ ^ 104 s/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h./VHFShared/vhfCompatibility.h::3847::1:38::1 notenote: : also foundexpanded from macro 'VHFSelectorIsEqual' generated- (NSInteger)tag;# define VHFSelectorIsEqual(a, b) sel_eq(a, b) ^~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:::18079::116 :note: : notealso foundnote : : 'sel_eq' has been explicitly marked deprecated here- (NSUInteger) count; . also found __attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~~~~ Compiling file HPGLImportSub.m ... ^- (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :^~~~~~~~~~~~~~~~~91 DocView.m:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:1::3843111 :note:15: 1::also found warning- (NSUInteger) count;: note'sel_eq' is deprecated [-Wdeprecated-declarations]: also found else if ( VHFSelectorIsEqual(action, @selector(group:)) - (NSInteger) tag;^~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h./VHFShared/vhfCompatibility.h: :149./LayerObject.h47:::138148::: 1notenote:: : also foundexpanded from macro 'VHFSelectorIsEqual' note- (NSUInteger) count;# define VHFSelectorIsEqual(a, b) sel_eq(a, b): also found^~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h::8979 ::^~~~~~~~~~~116:: notenoteTileScrollView.m: : :also found'sel_eq' has been explicitly marked deprecated here172 :- (NSUInteger) count;__attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~~~~ ^63 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h DocView.m:warning73:: :38451:'NSCollectionViewItem' may not respond to 'tag':18 :note if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): warning also found: 'sel_eq' is deprecated [-Wdeprecated-declarations] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^- (NSUInteger) count; || VHFSelectorIsEqual(action, @selector(join:)) )^~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h ^./GraphicObjects.subproj/VPath.h: 125:./VHFShared/vhfCompatibility.h:60::47571::: 38note :: note expanded from macro 'Diff': notealso found : #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the valuesexpanded from macro 'VHFSelectorIsEqual' ^- (unsigned)count;# define VHFSelectorIsEqual(a, b) sel_eq(a, b) ^~~~~~~~~~~~~~~~~~ TileScrollView.m ^:GerberImportSub.m :181/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h72:::237917:::16 :warning : notemultiple methods named 'count' found [-Wobjc-multiple-method-names]warning: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]'sel_eq' has been explicitly marked deprecated here int i, cnt=[bList count]; scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; __attribute__((deprecated)) ^~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ DocView.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h3856::6415:::228 1:warning1:: : 'sel_eq' is deprecated [-Wdeprecated-declarations]note : else if ( VHFSelectorIsEqual(action, @selector(punch:)) )usingnote : ^- (NSInteger) tag;using ./VHFShared/vhfCompatibility.h^~~~~~~~~~~~~~~~~~- (NSUInteger) count;: 47^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 38381/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::: 182:note: : 1noteexpanded from macro 'VHFSelectorIsEqual':: also found# define VHFSelectorIsEqual(a, b) sel_eq(a, b) note- (NSInteger)tag; ^: also found^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h79 ::^~~~~~~~~~~~~~~~~~~~~3816 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :1note62:: : 'sel_eq' has been explicitly marked deprecated here1note : :__attribute__((deprecated))also found ^note- (NSInteger)tag; : DocView.m^~~~~~~~~~~~~~~~~also found: 3879/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSUInteger) count; // Primitive:: 15180^~~~~~~~~~~~~~~~~~~~~: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1warning::: 127 'sel_eq' is deprecated [-Wdeprecated-declarations]:note : 1 else if ( VHFSelectorIsEqual(action, @selector(ungroup:)) ): also found ^note: also found ./VHFShared/vhfCompatibility.h - (NSInteger)tag;:- (NSUInteger) count;47 :^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 38 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 104:note:1111: ::expanded from macro 'VHFSelectorIsEqual' 1 note:# define VHFSelectorIsEqual(a, b) sel_eq(a, b)HPGLImportSub.m: also found note ^:- (NSUInteger) count; : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h^~~~~~~~~~~~~~~~~~~~~also found: 79/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (NSInteger) tag;: :16^~~~~~~~~~~~~~~~~~91: : ./LayerObject.h1note::: 148'sel_eq' has been explicitly marked deprecated here : 1note:__attribute__((deprecated)) : note ^also found: also foundDocView.m- (NSUInteger) count; : - (int)tag;3892^~~~~~~~~~~~~~~~~~~~~ : 15^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :warningTileScrollView.m149: ::'sel_eq' is deprecated [-Wdeprecated-declarations]1811 :: else if ( VHFSelectorIsEqual(action, @selector(split:)) ) 61 note: : warning ^also found: 'NSCollectionViewItem' may not respond to 'tag'./VHFShared/vhfCompatibility.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; 47 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 8938TileScrollView.m:: :1note187:: : note19: expanded from macro 'VHFSelectorIsEqual'also found: - (NSUInteger) count;warning# define VHFSelectorIsEqual(a, b) sel_eq(a, b) : multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ ^ scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h ::73 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:791 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h16 ::note 228: note:also found1: 56:'sel_eq' has been explicitly marked deprecated here- (NSUInteger) count; : __attribute__((deprecated))^~~~~~~~~~~~~~~~~~~~~note25 : : using ^./GraphicObjects.subproj/VPath.h : 60- (NSInteger) tag;DocView.m: :1 ^~~~~~~~~~~~~~~~~~3906: :warning /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote: :15: 381:multiple methods named 'count' found [-Wobjc-multiple-method-names] :warningalso found1: :'sel_eq' is deprecated [-Wdeprecated-declarations]- (unsigned)count; else if ( VHFSelectorIsEqual(action, @selector(flatten:)) )note^~~~~~~~~~~~~~~~~~ : [g addList:aList at:[[g list] count]]; ^also found GerberImportSub.m ^~~~~~~~~~~~~~~~- (NSInteger)tag;./VHFShared/vhfCompatibility.h: :76 47/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:^~~~~~~~~~~~~~~~~38: ::5 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h64note:::: 38 1:warning:1expanded from macro 'VHFSelectorIsEqual': : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] # define VHFSelectorIsEqual(a, b) sel_eq(a, b) note : [g setWidth:state.width]; ^ note ^~~~~~~~~~~~~~~~~~~~~~~~also found: /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.husing:- (NSInteger)tag;79: :92^~~~~~~~~~~~~~~~~16:- (NSUInteger) count; 1:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h note:: 'sel_eq' has been explicitly marked deprecated here180note ^~~~~~~~~~~~~~~~~~~~~: :using__attribute__((deprecated)) 1- (void) setWidth: (CGFloat)newWidth; : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ^ note82 ./GraphicObjects.subproj/VGraphic.h: DocView.m::also found96: 39191- (NSInteger)tag;::: 115 ^~~~~~~~~~~~~~~~~::note : notewarning: : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso foundalso found:'sel_eq' is deprecated [-Wdeprecated-declarations] 111 else if ( VHFSelectorIsEqual(action, @selector(addLink:)) )- (void)setWidth:(float)w;- (NSUInteger) count;: ^1^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ :./VHFShared/vhfCompatibility.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:GerberImportSub.m:note47::: 388262also found: :5- (NSInteger) tag; ::note 1: ^~~~~~~~~~~~~~~~~~:warning expanded from macro 'VHFSelectorIsEqual' : notemultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]./LayerObject.h # define VHFSelectorIsEqual(a, b) sel_eq(a, b): [l setWidth:state.width]; : 148 ^ ^~~~~~~~~~~~~~~~~~~~~~~~also found: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 92- (NSUInteger) count; // Primitivenote79::: 1 also found16 ::- (int)tag; ^~~~~~~~~~~~~~~~~~~~~ note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: note^~~~~~~~~~~: using 'sel_eq' has been explicitly marked deprecated here TileScrollView.m :- (void) setWidth: (CGFloat)newWidth;:127__attribute__((deprecated))187 : ^57 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:DocView.m :./GraphicObjects.subproj/VGraphic.hwarning:3926: ::1'NSCollectionViewItem' may not respond to 'tag'9615: ::1 scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; : warning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ note: note: 'sel_eq' is deprecated [-Wdeprecated-declarations]: also found also found else if ( VHFSelectorIsEqual(action, @selector(bindTextToPath:)) ) - (NSUInteger) count; ^- (void)setWidth:(float)w; ./VHFShared/vhfCompatibility.h^~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~: 47/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::38:GerberImportSub.m104 :note89:: 1:expanded from macro 'VHFSelectorIsEqual'5 ::# define VHFSelectorIsEqual(a, b) sel_eq(a, b) notewarning ^: : also foundmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h : - (NSUInteger) count;79 [l setWidth:state.width]; : 16^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote::: 9291'sel_eq' has been explicitly marked deprecated here:: 11__attribute__((deprecated)):: ^notenote26: using: DocView.malso found : 3941- (void) setWidth: (CGFloat)newWidth;- (NSUInteger) count;: 15^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hwarning:: ./GraphicObjects.subproj/VGraphic.h149'sel_eq' is deprecated [-Wdeprecated-declarations]:: 196: else if ( VHFSelectorIsEqual(action, @selector(copy:)) ): 1note ^: : also found ./VHFShared/vhfCompatibility.h note:- (NSUInteger) count;: 47 also found:^~~~~~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (void)setWidth:(float)w; : note89^~~~~~~~~~~~~~~~~~~~~~~~~~: :expanded from macro 'VHFSelectorIsEqual' 1 GerberImportSub.m:# define VHFSelectorIsEqual(a, b) sel_eq(a, b): note96: ^:also found 5/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h- (NSUInteger) count;: : ^~~~~~~~~~~~~~~~~~~~~79warning :: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]16: :73 [l setWidth:state.width]; : note1 ^~~~~~~~~~~~~~~~~~~~~~~~: : 'sel_eq' has been explicitly marked deprecated here /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h note:__attribute__((deprecated)): 92 also found ^ : - (NSUInteger) count;1DocView.m ::^~~~~~~~~~~~~~~~~~~~~3952 :note./GraphicObjects.subproj/VPath.h15:: :using60 :warning- (void) setWidth: (CGFloat)newWidth;1: 'sel_eq' is deprecated [-Wdeprecated-declarations]^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: else if ( VHFSelectorIsEqual(action, @selector(mirror:))./GraphicObjects.subproj/VGraphic.hnote: : also found96 ^ : - (unsigned)count;1./VHFShared/vhfCompatibility.h warning:^~~~~~~~~~~~~~~~~~47 ::HPGLImportSub.m 38note::: 58 also found:note5: : expanded from macro 'VHFSelectorIsEqual' - (void)setWidth:(float)w;warning# define VHFSelectorIsEqual(a, b) sel_eq(a, b) : ^~~~~~~~~~~~~~~~~~~~~~~~~~multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^ GerberImportSub.m [g setWidth:state.width];/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: 103: ^~~~~~~~~~~~~~~~~~~~~~~~:79 :5/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h16::: 92warning :: note1multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: :'sel_eq' has been explicitly marked deprecated here [l setWidth:state.width];__attribute__((deprecated))note : ^~~~~~~~~~~~~~~~~~~~~~~~ ^ using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h DocView.m:- (void) setWidth: (CGFloat)newWidth;:92 3953:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:1 18:./GraphicObjects.subproj/VGraphic.h: : note96warning:: : 1'sel_eq' is deprecated [-Wdeprecated-declarations]using: || VHFSelectorIsEqual(action, @selector(rotateG:))snote- (void) setWidth: (CGFloat)newWidth; : ^also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/vhfCompatibility.h- (void)setWidth:(float)w; : ./GraphicObjects.subproj/VGraphic.h47^~~~~~~~~~~~~~~~~~~~~~~~~~: generated :38. : HPGLImportSub.mnote96:: : Compiling file PSImportSub.m ... 70expanded from macro 'VHFSelectorIsEqual': 251# define VHFSelectorIsEqual(a, b) sel_eq(a, b):: ^ warning : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.hnotemultiple methods named 'count' found [-Wobjc-multiple-method-names]: :also found79 :- (void)setWidth:(float)w;16 :^~~~~~~~~~~~~~~~~~~~~~~~~~ [g addList:aList at:[[g list] count]];noteGerberImportSub.m : ^~~~~~~~~~~~~~~~'sel_eq' has been explicitly marked deprecated here: 126/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h__attribute__((deprecated))::64 : ^91 ::DocView.m :notewarning3954: : :multiple methods named 'count' found [-Wobjc-multiple-method-names]using18 : if ([aList count] == 1)- (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~ 'sel_eq' is deprecated [-Wdeprecated-declarations] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h || VHFSelectorIsEqual(action, @selector(reverse:)): :8264 ^:: 11./VHFShared/vhfCompatibility.h:: :note 47: note:also found38 : :- (NSUInteger) count;using note ^~~~~~~~~~~~~~~~~~~~~: expanded from macro 'VHFSelectorIsEqual'/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSUInteger) count; : 62# define VHFSelectorIsEqual(a, b) sel_eq(a, b)^~~~~~~~~~~~~~~~~~~~~: 1 ^/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :note/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: 82::179also found :- (NSUInteger) count; // Primitive note: ^~~~~~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:16127:- (NSUInteger) count;: 1:note^~~~~~~~~~~~~~~~~~~~~: 'sel_eq' has been explicitly marked deprecated here note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h__attribute__((deprecated)):: 62 also found: 1: note: also found- (NSUInteger) count; ^ ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // PrimitiveDocView.m /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:^~~~~~~~~~~~~~~~~~~~~: 1043955::1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h18:: :note127 : :warning1also found : : - (NSUInteger) count;note : 'sel_eq' is deprecated [-Wdeprecated-declarations]also found ^~~~~~~~~~~~~~~~~~~~~ || VHFSelectorIsEqual(action, @selector(buildContour:))- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: ^91^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h./VHFShared/vhfCompatibility.hPSImportSub.m:1104:::471 ::38note :: notealso foundnote: : also found- (NSUInteger) count; expanded from macro 'VHFSelectorIsEqual' - (NSUInteger) count; # define VHFSelectorIsEqual(a, b) sel_eq(a, b)^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h149:::19179::: 161note:: : also foundnotenote : : - (NSUInteger) count;'sel_eq' has been explicitly marked deprecated here ^~~~~~~~~~~~~~~~~~~~~also found__attribute__((deprecated)) ^- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :DocView.m^~~~~~~~~~~~~~~~~~~~~89: :3956/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1:::18149 :note: : 1warningalso found:: 'sel_eq' is deprecated [-Wdeprecated-declarations]- (NSUInteger) count;note : || VHFSelectorIsEqual(action, @selector(delete:))also found^~~~~~~~~~~~~~~~~~~~~ ^- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :./VHFShared/vhfCompatibility.h^~~~~~~~~~~~~~~~~~~~~73: :47/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1::8938:: :notenote1: : :expanded from macro 'VHFSelectorIsEqual'also found note# define VHFSelectorIsEqual(a, b) sel_eq(a, b)- (NSUInteger) count;: also found ^^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h./GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~~~~~79 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1660:::73 1:note:1: :'sel_eq' has been explicitly marked deprecated here notenote : : __attribute__((deprecated))also foundalso found ^- (NSUInteger) count; - (unsigned)count; DocView.m ^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~ 3957./GraphicObjects.subproj/VPath.h ::HPGLImportSub.m1860::: 731warning::: 5'sel_eq' is deprecated [-Wdeprecated-declarations] :note || VHFSelectorIsEqual(action, @selector(selectColor:)) : also foundwarning ^ : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (unsigned)count;./VHFShared/vhfCompatibility.h :^~~~~~~~~~~~~~~~~~ [g setWidth:state.width];47 :GerberImportSub.m ^~~~~~~~~~~~~~~~~~~~~~~~38: 133:: 5/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote::: 92 expanded from macro 'VHFSelectorIsEqual':warning 1: # define VHFSelectorIsEqual(a, b) sel_eq(a, b):multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^note [g setWidth:state.width]; : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.husing: ^~~~~~~~~~~~~~~~~~~~~~~~79- (void) setWidth: (CGFloat)newWidth; :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h16 ::92^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :note1./GraphicObjects.subproj/VGraphic.h: :'sel_eq' has been explicitly marked deprecated here: 96__attribute__((deprecated)):note 1 ^: : using DocView.m note:- (void) setWidth: (CGFloat)newWidth;: 3958 also found: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~18 :./GraphicObjects.subproj/VGraphic.h - (void)setWidth:(float)w;: warning96^~~~~~~~~~~~~~~~~~~~~~~~~~: : 1'sel_eq' is deprecated [-Wdeprecated-declarations]: : || VHFSelectorIsEqual(action, @selector(selectEqual:))note : ^also found 66./VHFShared/vhfCompatibility.h- (void)setWidth:(float)w; :^~~~~~~~~~~~~~~~~~~~~~~~~~47 ::1038GerberImportSub.m:::144: note9warning: :expanded from macro 'VHFSelectorIsEqual': multiple methods named 'count' found [-Wobjc-multiple-method-names]# define VHFSelectorIsEqual(a, b) sel_eq(a, b)warning ^: if ( [aList count] > 0 ) multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h : if ([aList count] == 1) 79 ^~~~~~~~~~~~~ ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:6416:1:64 :note:: note'sel_eq' has been explicitly marked deprecated here: 1using__attribute__((deprecated)): ^ - (NSUInteger) count; note ^~~~~~~~~~~~~~~~~~~~~ DocView.m: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h3959::8218using:1:: note: also found warning : - (NSUInteger) count; 'sel_eq' is deprecated [-Wdeprecated-declarations]^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; || VHFSelectorIsEqual(action, @selector(cut:))/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h : ^62 :./VHFShared/vhfCompatibility.h1::47 :note38: :also found note- (NSUInteger) count; // Primitive: expanded from macro 'VHFSelectorIsEqual'^~~~~~~~~~~~~~~~~~~~~ # define VHFSelectorIsEqual(a, b) sel_eq(a, b)/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : ^127 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h1::4 79note warning:: s16also found generated: . - (NSUInteger) count;note Compiling file DINImportSub.m ... : 'sel_eq' has been explicitly marked deprecated here^~~~~~~~~~~~~~~~~~~~~ __attribute__((deprecated)) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :104: ^^~~~~~~~~~~~~~~~~~~~~1: note : also foundDocView.m :- (NSUInteger) count;3960 :^~~~~~~~~~~~~~~~~~~~~18 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :warning91: :'sel_eq' is deprecated [-Wdeprecated-declarations]1 : || VHFSelectorIsEqual(action, @selector(transform:)) ) 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 here1 :__attribute__((deprecated)) note ^: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count;DocView.m: :82^~~~~~~~~~~~~~~~~~~~~3971:1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::15 73note::1 : warning:also found: - (NSUInteger) count;'sel_eq' is deprecated [-Wdeprecated-declarations]note : else if ( VHFSelectorIsEqual(action, @selector(selectAll:)) ) ^~~~~~~~~~~~~~~~~~~~~also found ^ ./VHFShared/vhfCompatibility.h- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h ::^~~~~~~~~~~~~~~~~~~~~6247:: 381:./GraphicObjects.subproj/VPath.h ::note 60note: :: expanded from macro 'VHFSelectorIsEqual'also found 1# define VHFSelectorIsEqual(a, b) sel_eq(a, b)- (NSUInteger) count; // Primitive : ^ note : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: 79- (unsigned)count;also found :^~~~~~~~~~~~~~~~~~- (NSUInteger) count;16 ^~~~~~~~~~~~~~~~~~~~~:GerberImportSub.m :note151/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: ::5'sel_eq' has been explicitly marked deprecated here104 :1: note: also found :- (NSUInteger) count;__attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~~~~ warning : ^multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h : [g setWidth:0.0]; // instead state.width - only used in setPath and setPad -> need both width = 0 !91 DocView.m:: ^~~~~~~~~~~~~~~~1 3983/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::: 9215:note1:: : warningalso found: note 'sel_eq' is deprecated [-Wdeprecated-declarations]- (NSUInteger) count; : else if ( VHFSelectorIsEqual(action, @selector(paste:)) ) ^~~~~~~~~~~~~~~~~~~~~ ^using ./VHFShared/vhfCompatibility.h- (void) setWidth: (CGFloat)newWidth;: 47^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h ::./GraphicObjects.subproj/VGraphic.h38::96 :149note:11: :: note: expanded from macro 'VHFSelectorIsEqual' also found note# define VHFSelectorIsEqual(a, b) sel_eq(a, b): - (NSUInteger) count; also found ^^~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: 89:^~~~~~~~~~~~~~~~~~~~~~~~~~: 179:GerberImportSub.m:: 16116note:: :also found9 note- (NSUInteger) count;:: 'sel_eq' has been explicitly marked deprecated here^~~~~~~~~~~~~~~~~~~~~warning : __attribute__((deprecated))multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h ^: 73 if ([aList count] == 1)DocView.m: 1: ^~~~~~~~~~~~~: note: also found3993/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ::- (NSUInteger) count;15 64^~~~~~~~~~~~~~~~~~~~~:: 1./GraphicObjects.subproj/VPath.h:warning:: 60'sel_eq' is deprecated [-Wdeprecated-declarations]:note : else if ( VHFSelectorIsEqual(action, @selector(displayDirections:)) )1 using: ^ note: also found - (unsigned)count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~./VHFShared/vhfCompatibility.h :PSImportSub.m^~~~~~~~~~~~~~~~~~~~~47 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h72::38829:::1 :warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]notenote: : also found [g setWidth:0.0]; expanded from macro 'VHFSelectorIsEqual'- (NSUInteger) count; ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~# define VHFSelectorIsEqual(a, b) sel_eq(a, b) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ^::62 92:/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h1:: :791note:: : 16also foundnote : :- (NSUInteger) count; // Primitiveusing ^~~~~~~~~~~~~~~~~~~~~- (void) setWidth: (CGFloat)newWidth; note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :./GraphicObjects.subproj/VGraphic.h:96:1: 127'sel_eq' has been explicitly marked deprecated here: 1__attribute__((deprecated)): ^notenote: also found: DocView.m also found:- (void)setWidth:(float)w; 3995- (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~: 15^~~~~~~~~~~~~~~~~~~~~PSImportSub.m ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h85::9 :104 :warning: warningmultiple methods named 'count' found [-Wobjc-multiple-method-names]1: :'sel_eq' is deprecated [-Wdeprecated-declarations] if ([aList count] == 1)note else if ( VHFSelectorIsEqual(action, @selector(toggleCoordDisplay:)) ): ^~~~~~~~~~~~~ also found ^- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :./VHFShared/vhfCompatibility.h^~~~~~~~~~~~~~~~~~~~~64::47 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h381::: notenote91: :using1: :- (NSUInteger) count;expanded from macro 'VHFSelectorIsEqual' ^~~~~~~~~~~~~~~~~~~~~# define VHFSelectorIsEqual(a, b) sel_eq(a, b) note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h ^: : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h82::also found791:: 16- (NSUInteger) count;note :: ^~~~~~~~~~~~~~~~~~~~~also found note- (NSUInteger) count;: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h'sel_eq' has been explicitly marked deprecated here: 149__attribute__((deprecated))^~~~~~~~~~~~~~~~~~~~~ : 1 ^: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :note62: :also found1 :- (NSUInteger) count; noteDocView.m: ^~~~~~~~~~~~~~~~~~~~~:also found 4046/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:- (NSUInteger) count; // Primitive: 3889^~~~~~~~~~~~~~~~~~~~~::1 :warning : implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]note : also found unsigned int index = NSNotFound;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ~~~~~ ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hDocView.m::4048:7355:: 1warning:: result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare] note: if ((index=[slist indexOfObject:obj]) != NSNotFound)also found ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: :DocView.m1::4107 :note30: : warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] also found for (i=0, iCnt = [newSlist count]; i 0 ) [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (CGFloat) width; :92:1:: 64 :note: 1^~~~~~~~~~~~~~~~~~:using - (void) setWidth: (CGFloat)newWidth; note./GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :using 94 ./GraphicObjects.subproj/VGraphic.h- (NSUInteger) count;: :96^~~~~~~~~~~~~~~~~~~~~1: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: ::82note:: 1also found :- (void)setWidth:(float)w; note^~~~~~~~~~~~~~~~~~~~~~~~~~: note : GerberImportSub.malso foundalso found : - (NSUInteger) count;190: - (float)width;^~~~~~~~~~~~~~~~~~~~~19 :^~~~~~~~~~~~~~~ warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] DINImportSub.m: int cnt = [aList count]; 87 ^~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h62::16429:::1 :note: also foundnote : - (NSUInteger) count; // Primitiveusingwarning : - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'width' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h127:1: :note82: : diameter1 = [g1 width];1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104also found: 1:- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ^~~~~~~~~~~~~~~~~~~~~note :: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h93:also found :1: 62- (NSUInteger) count;:note: 1 :using ^~~~~~~~~~~~~~~~~~~~~note- (CGFloat) width; : also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSUInteger) count; // Primitive91 ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~: ./GraphicObjects.subproj/VGraphic.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1: :note: 127also found: 1:- (NSUInteger) count; 94:1note^~~~~~~~~~~~~~~~~~~~~: : also found note- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: : also found^~~~~~~~~~~~~~~~~~~~~149 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1:104- (float)width;: 1 :note: ^~~~~~~~~~~~~~~notealso found : also found- (NSUInteger) count;DINImportSub.m: ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;103 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:^~~~~~~~~~~~~~~~~~~~~: 89:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1: note: 28::also found91 - (NSUInteger) count; :warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~1 diameter = [[array objectAtIndex:i] width];:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h note: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : 73also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (NSUInteger) count;1: ^~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :93:1: 149also found note- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ using: 1: ./GraphicObjects.subproj/VPath.hnote: - (CGFloat) width; also found: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 891./GraphicObjects.subproj/VGraphic.h:::1: notenote94: : also foundalso found :- (NSUInteger) count; - (unsigned)count;^~~~~~~~~~~~~~~~~~~~~ 1 ^~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h : 73PSImportSub.m::1:94 note: :also found9 note:- (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~ : : ./GraphicObjects.subproj/VPath.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 60 [g setWidth:state.width];also found:1 : ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote: : 92also found: 1- (unsigned)count;- (float)width; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~: GerberImportSub.mnoteDINImportSub.m:: 199::114using34: 34:: warning: warningincompatible 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]: - (void) setWidth: (CGFloat)newWidth; [layerList sortUsingFunction:sortLayer context:nil];multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here ./GraphicObjects.subproj/VGraphic.h: ^~~~~~~~~96: 1./VHFShared/types.h::125:36: note: expanded from macro 'Diff' note#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: also found ^- (void)setWidth:(float)w; GS_GENERIC_TYPE(ElementT),void*))compare /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~~~~~~: 93 ^: 1: PSImportSub.mnote:: 177using: 27- (CGFloat) width; DINImportSub.m : ^~~~~~~~~~~~~~~~~~warning : :multiple methods named 'count' found [-Wobjc-multiple-method-names]185 :5 if (!moveToOrigin || ![list count])./GraphicObjects.subproj/VGraphic.h : ^~~~~~~~~~~~94: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: :note64: also found: 1- (float)width; :^~~~~~~~~~~~~~~ GerberImportSub.mnote:: 199:using34 ::- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~warning : warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 82: && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ): multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]1 ^~~~~~~~~ : ./VHFShared/types.hnote: [g setWidth:state.width];: 125also found : 47- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~note: expanded from macro 'Diff'/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h : #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values62 : ^ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: note: also found 93- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1:: :127note:: 921using: note: also found :- (CGFloat) width; - (NSUInteger) count;1 ^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :./GraphicObjects.subproj/VGraphic.h:10494::11:: note: notealso found note: : - (float)width;also found ^~~~~~~~~~~~~~~ - (NSUInteger) count;usingGerberImportSub.m: 199:^~~~~~~~~~~~~~~~~~~~~34 : warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (void) setWidth: (CGFloat)newWidth;: :multiple methods named 'width' found [-Wobjc-multiple-method-names] 91 : && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) 1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~: ./VHFShared/types.h:./GraphicObjects.subproj/VGraphic.hnote125:: :53also found96: :note: - (NSUInteger) count;expanded from macro 'Diff' 1^~~~~~~~~~~~~~~~~~~~~#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values : ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::93149::note1:1 : note: also found note- (NSUInteger) count;: using^~~~~~~~~~~~~~~~~~~~~: - (CGFloat) width; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found :^~~~~~~~~~~~~~~~~~89 : 1- (void)setWidth:(float)w;: note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~./GraphicObjects.subproj/VGraphic.h- (NSUInteger) count;: 94:1^~~~~~~~~~~~~~~~~~~~~: note: also found - (float)width;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~DINImportSub.m73: 1:200GerberImportSub.m: ::218note: :also found13 12::- (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] multiple methods named 'count' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ./GraphicObjects.subproj/VPath.h ^~~~~~~~~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:1:: note92: also found: for (i=[list count]-1; i>=0; i--)1 :- (unsigned)count; note: using - (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~PSImportSub.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:./GraphicObjects.subproj/VGraphic.h184::649612::1:1: warning: note:: multiple methods named 'count' found [-Wobjc-multiple-method-names] also found for (i=[list count]-1; i>0; i--) note- (void)setWidth:(float)w; ^~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:- (NSUInteger) count;64 :GerberImportSub.m1::^~~~~~~~~~~~~~~~~~~~~ 267 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h5note: ::using - (NSUInteger) count;warning 82: ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] :1 [g setWidth:(fill) ? 0.0 :state.width];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :82 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: : 92note:: 1also found: note: usingnote: - (NSUInteger) count;- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:^~~~~~~~~~~~~~~~~~~~~96also found :- (NSUInteger) count;1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::62 :note1: : also found note- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~~ also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:GerberImportSub.m- (NSUInteger) count; // Primitive62:: 312^~~~~~~~~~~~~~~~~~~~~:15 :: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:warning : 127:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]1 : [g setWidth:(fill) ? 0.0 :state.width]; note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :: ^~~~~~~~~~~~~~~~~~~~~92:1: also found note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: - (NSUInteger) count; // Primitive using:^~~~~~~~~~~~~~~~~~~~~ 104:1- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.halso found :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h96- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~1: note :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:127: 91:also found: 1- (void)setWidth:(float)w;1: :^~~~~~~~~~~~~~~~~~~~~~~~~~ note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:GerberImportSub.m1:: 473note: :also found note: 5- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:warning89:1: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] note: [g setWidth:(fill) ? 0.0 :state.width];also found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~: 92/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:::73:10411:: :note 1: note: using also found- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; note./GraphicObjects.subproj/VGraphic.h : :^~~~~~~~~~~~~~~~~~~~~96 also found:./GraphicObjects.subproj/VPath.h:1: note: also found 60: 1:- (void)setWidth:(float)w;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~note ^~~~~~~~~~~~~~~~~~~~~ : also foundGerberImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h ::498- (unsigned)count;:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[aList count]-1; i>=0; i--)^~~~~~~~~~~~~~~~~~ 91 ^~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h1:64:1: PSImportSub.mnote::: 192using :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 12:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :82:1warning: : notenote: also found multiple methods named 'count' found [-Wobjc-multiple-method-names]- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ : for (i=[list count]-1; i>=0; i--) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h ^~~~~~~~~~~~: 62also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::641:: 1note:: also found note- (NSUInteger) count; // Primitive- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSUInteger) count;: 127^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~~~~ 1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote82: :also found:1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h149::note104:: 1also found :- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~note : also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:- (NSUInteger) count;62 :1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote::91: :also found 1 - (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: note:also found: 127:- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~also found : note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found: - (NSUInteger) count; - (NSUInteger) count; 149^~~~~~~~~~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~~~~~1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: note: :also found 104 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:- (NSUInteger) count;1: :^~~~~~~~~~~~~~~~~~~~~note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h89: :89- (NSUInteger) count;: 11: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found91: 1: - (NSUInteger) count;note : also found^~~~~~~~~~~~~~~~~~~~~ :- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h : 73^~~~~~~~~~~~~~~~~~~~~ note:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:1: :149 also found note:: 1:also found - (NSUInteger) count;note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ also found./GraphicObjects.subproj/VPath.h :- (NSUInteger) count; 60^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~~~~ 1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:89 :note:: 1: note: also foundalso found 73 - (NSUInteger) count;- (unsigned)count; : ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:GerberImportSub.m73::1511:: note: 12 also found:note : - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] also found ./GraphicObjects.subproj/VPath.h for (i=[list count]-1; i>=0; i--) :60: 1: ^~~~~~~~~~~~note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :- (unsigned)count; 64^~~~~~~~~~~~~~~~~~:- (NSUInteger) count; 1 :^~~~~~~~~~~~~~~~~~~~~ note./GraphicObjects.subproj/VPath.h: :using60 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :also found82 :- (unsigned)count;1 :^~~~~~~~~~~~~~~~~~ note: DINImportSub.malso found: 56- (NSUInteger) count;: 14^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hwarning:: 62multiple methods named 'width' found [-Wobjc-multiple-method-names]: 1 d1 = [g0 width];: ^~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 93- (NSUInteger) count; // Primitive: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote:: 127using: 1- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.halso found: 94- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote:: 104also found: 1- (float)width;: ^~~~~~~~~~~~~~~note : DINImportSub.malso found: 60- (NSUInteger) count;: 14^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hwarning:: 91multiple methods named 'width' found [-Wobjc-multiple-method-names]: 1 d2 = [g1 width];: ^~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 93- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote:: 149using: 1- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.halso found: 94- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1:: notenote: : also foundalso found - (float)width;- (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 DXFExportSub.m ... 8 warnings generated. Compiling file GerberExportSub.m ... 25 warnings generated. Compiling file HPGLExportSub.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;GerberExportSub.m :^~~~~~~~~~~~~~~ 188DXFExportSub.m::26:392 :warning16: warning: : multiple methods named 'count' found [-Wobjc-multiple-method-names]equality comparison with extraneous parentheses [-Wparentheses-equality] if ( (inside == b) ) lCnt = [layerList count]; ^~~~~~~~~~~~~~~~~ ~~~~~~~^~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hGerberExportSub.m::64:1188: :HPGLExportSub.mnote26: ::using 317 note:- (NSUInteger) count;: 21^~~~~~~~~~~~~~~~~~~~~: remove extraneous parentheses around the comparison to silence this warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hwarning: 82 if ( (inside == b) ): : 1 ~ ^ ~ :multiple methods named 'count' found [-Wobjc-multiple-method-names] GerberExportSub.m : for (i=(int)[layerList count]-1 ; i >=0 ; i--)note188 : :26: ^~~~~~~~~~~~~~~~~notealso found : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.huse '=' to turn this equality comparison into an assignment:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~64 if ( (inside == b) ) : ^~1 : = /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :GerberExportSub.mnote62:: 1:using272: :note- (NSUInteger) count;: 18: warning^~~~~~~~~~~~~~~~~~~~~: also found multiple methods named 'count' found [-Wobjc-multiple-method-names]- (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :^~~~~~~~~~~~~~~~~~~~~ if (![list count]) 82 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h ^~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:127:64:1:: 1 note:: note: also foundnotealso found : using - (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: 104/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::1::8262: 1:note:: 1also foundnote: : - (NSUInteger) count;note also found: ^~~~~~~~~~~~~~~~~~~~~ also found- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :91- (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~~~~~:1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~~~~~note : :also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h 62- (NSUInteger) count;: :^~~~~~~~~~~~~~~~~~~~~127 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:::1149:: 1note:note : : also foundnote also found: - (NSUInteger) count;also found- (NSUInteger) count; // Primitive - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h10489:::1271:1 ::note1: : also foundnote : - (NSUInteger) count;notealso found : ^~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h : 73- (NSUInteger) count;:^~~~~~~~~~~~~~~~~~~~~1 : ^~~~~~~~~~~~~~~~~~~~~note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: also found: 104- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :./GraphicObjects.subproj/VPath.h:: 6091:note1::: also found1note:: also found - (NSUInteger) count;- (unsigned)count; note^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ : 59DXFExportSub.malso found: 405 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h72::91 - (NSUInteger) count;warning:: 1multiple methods named 'width' found [-Wobjc-multiple-method-names]: if ([g respondsToSelector:@selector(fillColor)] && [g width] == 0.0) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :also found93 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1- (NSUInteger) count;:: note^~~~~~~~~~~~~~~~~~~~~: 149using :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (CGFloat) width; :1149 ::^~~~~~~~~~~~~~~~~~1 : note./GraphicObjects.subproj/VGraphic.hnote: :also found: 94 also found: 1- (NSUInteger) count;- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ note^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ::1- (float)width;:89 :note^~~~~~~~~~~~~~~1: : also foundDXFExportSub.m :- (NSUInteger) count;418 :^~~~~~~~~~~~~~~~~~~~~81 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :warning73: :multiple methods named 'width' found [-Wobjc-multiple-method-names]1 : [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]]; note ^~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :- (NSUInteger) count;93 :^~~~~~~~~~~~~~~~~~~~~1 :./GraphicObjects.subproj/VPath.h :note60: :using1 note:- (CGFloat) width; : note^~~~~~~~~~~~~~~~~~also found: also found./GraphicObjects.subproj/VGraphic.h :- (unsigned)count;94 :- (NSUInteger) count;^~~~~~~~~~~~~~~~~~1 : GerberExportSub.mnote^~~~~~~~~~~~~~~~~~~~~:: 337also found :- (float)width;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h 23^~~~~~~~~~~~~~~: : warning73:1: noteswarning: generated: also found . - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'width' found [-Wobjc-multiple-method-names] Compiling file EPSExport.m ... ./GraphicObjects.subproj/VPath.h float w = [g width]; : ^~~~~~~~~ 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93::11:: notenote: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ : GerberExportSub.malso found: 436- (unsigned)count;: 24^~~~~~~~~~~~~~~~~~: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] int i, lcnt = [layerList count]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberExportSub.m:544:31: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float w = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 4 warnings generated. Compiling file Type1Import.m ... 1 warning generated. Compiling file Type1ImportSub.m ... EPSExport.m:320:52: warning: more '%' conversions than data arguments [-Wformat-insufficient-args] { str = [str stringByAppendingFormat:@"(%@) false charpath\n"]; ~^ 5 warnings generated. Compiling file Type1Font.m ... 1 warning 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:Type1Font.m :note58: :also found16 :- (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types]./GraphicObjects.subproj/VPath.h : 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];60 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h Compiling file functions.m ... :: note102: :also found1 :- (unsigned)count; Compiling file gdb_support.m ... note^~~~~~~~~~~~~~~~~~: instance method 'initWithObjects:' is assumed to return an instance of its receiver type ('NSArray *')Type1ImportSub.m :- (instancetype) initWithObjects: (GS_GENERIC_TYPE(ElementT)) firstObject, ...;72 :^9 : Type1Font.mwarning:141: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]10: warning: [g setWidth:0.0];multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[pDict objectForKey:@"blueValues"] count] == 6 ) ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::9264::11:: notenote: : usingusing - (void) setWidth: (CGFloat)newWidth;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::9682::11:: notenote: : also foundalso found - (void)setWidth:(float)w;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::8562::91:: warningnote: : multiple methods named 'count' found [-Wobjc-multiple-method-names]also found if ([aList count] == 1)- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h64::1271: note: :using 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: 82:1: note: also found also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1- (NSUInteger) count;: note: also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h note: also found :- (NSUInteger) count;104 ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1:1 note: also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:91:1:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~~~~: 91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::1149:: 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/NSOrderedSet.h::189:: 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/NSPointerArray.h::173:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~~~~~~~~~: 73./GraphicObjects.subproj/VPath.h::160:: 1note:: also foundnote : - (NSUInteger) count;also found - (unsigned)count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~./GraphicObjects.subproj/VPath.h :60Type1ImportSub.m::187: :note15: :also found warning- (unsigned)count;: multiple methods named 'count' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~ else if ( [aList count] > 0 )Type1Font.m : ^~~~~~~~~~~~~148 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h10::64 :warning1: :multiple methods named 'count' found [-Wobjc-multiple-method-names] note if ( [[pDict objectForKey:@"minFeature"] count] == 2 ): using ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~~~~~64 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:182:: 1:note : noteusing: also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h82::621::1 :note : notealso found: also found - (NSUInteger) count;- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h62::1271::1 :note : notealso found: also found- (NSUInteger) count; // Primitive - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h127::1041::1 :note : notealso found: also found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::10491::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::91149::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::14989::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::8973::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h./GraphicObjects.subproj/VPath.h::7360::11:: notenote: : also foundalso found - (NSUInteger) count; - (unsigned)count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~./GraphicObjects.subproj/VPath.h :60Type1ImportSub.m::194:: 9note:: warningalso found: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (unsigned)count; [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: 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:Type1Font.m :note914: :also found77 :- (NSUInteger) count; warning: ^~~~~~~~~~~~~~~~~~~~~format specifies type 'int' but the argument has type 'long' [-Wformat] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h fontStr = [fontStr stringByAppendingFormat:@"/UnderlinePosition %d def\n", fontInfo.underlinePosition];: 104 ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~: 1 %ld : Type1Font.mnote:: 915also found: 78- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hformat specifies type 'int' but the argument has type 'long' [-Wformat]: 91 fontStr = [fontStr stringByAppendingFormat:@"/UnderlineThickness %d def\n", fontInfo.underlineThickness];: 1 ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~: note : %ldalso found - (NSUInteger) count; Type1Font.m^~~~~~~~~~~~~~~~~~~~~: 930/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; ^~~~~~~~~~~~~~~~~~ :68: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; ~~ ^~~~~~~~ %ld Type1Font.m:936:58: warning: illegal character encoding in string literal [-Winvalid-source-encoding] eexecStr = [NSString stringWithFormat:@"%s", "]|]"]; /* 4 random bytes */ ^~~~ Type1Font.m:946:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] eexecStr = [eexecStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; ~~ ^~~~~~~~ %ld Type1Font.m:987:66: warning: data argument not used by format string [-Wformat-extra-args] eexecStr = [eexecStr stringByAppendingFormat:@"noaccess def\n", 0]; ~~~~~~~~~~~~~~~~~ ^ Type1Font.m:988:70: warning: data argument not used by format string [-Wformat-extra-args] eexecStr = [eexecStr stringByAppendingFormat:@"end noaccess put\n", 0]; ~~~~~~~~~~~~~~~~~~~~~ ^ Type1Font.m:1051:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] afmStr = [afmStr stringByAppendingFormat:@"UnderlinePosition %d\n", fontInfo.underlinePosition]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:1052:71: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] afmStr = [afmStr stringByAppendingFormat:@"UnderlineThickness %d\n", fontInfo.underlineThickness]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld 6 warnings generated. 12 warnings generated. Linking app Cenon ... /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o: in function `_i_DocView__validateMenuItem_': DocView.m:(.text+0x15e7c): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x15e8f): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16087): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x1609a): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16251): undefined reference to `sel_eq' /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o:DocView.m:(.text+0x16362): more undefined references to `sel_eq' follow clang-12: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:133: Cenon.app/./Cenon] Error 1 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: Cenon.all.app.variables] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon