=> Bootstrap dependency digest>=20010302: found digest-20211005 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for Cenon-3.9.6nb20 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in subprojects of app Cenon... Making all for subproject GraphicObjects... Compiling file VArc.m ... Compiling file ClipRectangle.m ... Compiling file VCrosshairs.m ... Compiling file VCurve.m ... VArc.m:204:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [arc setWidth:width]; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VCurve.m:1061:65: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:70: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:75: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:80: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VArc.m:2192:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if ( abs(angle) < 360.0 ) ^ VArc.m:2192:10: note: use function 'fabsf' instead if ( abs(angle) < 360.0 ) ^~~ fabsf VCurve.m:2472:9: warning: VArc.mmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 2916 [g setWidth:0.0];: 9 ^~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hwarning:: 92multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [g setWidth:0.0];1 : ^~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :using92 :- (void) setWidth: (CGFloat)newWidth;1: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : ../GraphicObjects.subproj/VGraphic.husing: 96- (void) setWidth: (CGFloat)newWidth;: 1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ./VGraphic.hnote:: 96also found: 1- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~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. 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: Compiling file HiddenArea.m ... 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 )VPath.m : ^~~~~~~~~~~~~ 159VPolyLine.m::3645::22 :warning : warningmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] [path setWidth:width]; if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~~~~~~~~~ ^~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :VPolyLine.m92::389HiddenArea.m:221:: : note63note: :uninitialized use occurs here20 Compiling file PathContour.m ... : free(iPts);: ^~~~warning using: VPolyLine.m :multiple methods named 'width' found [-Wobjc-multiple-method-names]364- (void) setWidth: (CGFloat)newWidth;: 22 float cw = [cg width], ow; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~note./VGraphic.h: remove the '&&' if its condition is always true: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 )96 : ^~~~~~: 93VPolyLine.m::11353:: 74::note : notenote: usinginitialize the variable 'iPts' to silence this warning: NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/also found - (CGFloat) width; ^ = NULL- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~VPolyLine.m : 328^~~~~~~~~~~~~~~~~~~~~~~~~~:./VGraphic.h22 ::VPath.m 94warning:: :variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]479 1 if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ): : ^~~~~~~~~1 VPolyLine.mnote::332: : 22also found:note note: - (float)width;uninitialized use occurs here: also found^~~~~~~~~~~~~~~ free(iPts); HiddenArea.m- (void)setWidth:(float)w ^~~~ : ^~~~~~~~~~~~~~~~~~~~~~~~~VPolyLine.m :143328VPath.m::351:22::20:30 :note: warning remove the '&&' if its condition is always true: multiple methods named 'count' found [-Wobjc-multiple-method-names]warning if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) jCnt = [g count];: ^~~~~~~~~~~~~ ^~~~~~~~~ VPolyLine.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]::32864::1 22: ow = [iog width]; : ^~~~~~~~~~~warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]note: using if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 )/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h - (NSUInteger) count;: ^~ 93^~~~~~~~~~~~~~~~~~~~~ :VPolyLine.m 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:: :82note332: ::221using: : note: notealso found - (CGFloat) width; : - (NSUInteger) count; uninitialized use occurs here^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ free(iPts);./VGraphic.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h ^~~~: 62:VPolyLine.m:94:1328:: :note122: :also found: note: remove the '&&' if its condition is always truenote- (NSUInteger) count; // Primitive if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ): ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:also found127 ^~~~~~:1- (float)width; :VPolyLine.m: 318note: ^~~~~~~~~~~~~~~also found: 52- (NSUInteger) count; HiddenArea.m:^~~~~~~~~~~~~~~~~~~~~: 207note :: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h22initialize the variable 'iPts' to silence this warning: :104 NSPoint bPrevOrth, ePrevOrth, *iPts; : 1 ^warning: : = NULLmultiple methods named 'width' found [-Wobjc-multiple-method-names]note : VPolyLine.malso found: float cw = [cg width], ow; 282 - (NSUInteger) count;: ^~~~~~~~~~ 22 ^~~~~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h93:: :variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]91 1: if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ):1 ^~~~~~~~~: note VPolyLine.m: note:using: 301also found :- (CGFloat) width; - (NSUInteger) count;22 :^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:PathContour.m94/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hnote::1149: :uninitialized use occurs here: 1note free(iPts);: : also found note ^~~~- (float)width; : VPolyLine.malso found^~~~~~~~~~~~~~~: 282- (NSUInteger) count;HiddenArea.m: :22^~~~~~~~~~~~~~~~~~~~~295:: 30/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hnote:: 89remove the '&&' if its condition is always true:: 1 if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 )warning: : ^~~~~~~~~~~~~multiple methods named 'width' found [-Wobjc-multiple-method-names]note: also found ow = [iog width];VPolyLine.m : 282- (NSUInteger) count;: ^~~~~~~~~~~22 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~:: 93/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hwarning::173: :variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]: note1 if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ): : ^~using VPolyLine.mnote- (CGFloat) width; :: 301also found^~~~~~~~~~~~~~~~~~: 22- (NSUInteger) count;./VGraphic.h: : ^~~~~~~~~~~~~~~~~~~~~94 note:../GraphicObjects.subproj/VPath.h1: :uninitialized use occurs here:60 :note 1: :also found free(iPts); note- (float)width; ^~~~: also foundVPolyLine.m^~~~~~~~~~~~~~~ : 282:- (unsigned)count;956 :^~~~~~~~~~~~~~~~~~ 15::22 :warning : noteexplicitly assigning value of variable of type 'int' to itself [-Wself-assign]: VPath.m remove the '&&' if its condition is always true for (j=j; k maxW ): 28 ^~~~~~~~~~note: expanded from macro 'NO'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ::# define NO ((BOOL)0) 93 ^~~~~~~~~: 1warning:: multiple methods named 'width' found [-Wobjc-multiple-method-names]note: using [line setWidth:[g1 width]]; - (CGFloat) width; ^~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :./VGraphic.h93::941::1 :note : noteusing: also found VPolyLine.m- (CGFloat) width; - (float)width;: 2436 ^~~~~~~~~~~~~~~: 20PathContour.m::3585 :28warning:: ^~~~~~~~~~~~~~~~~~ expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]warning : return NO; /* nothing to unite */multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~ maxW = [gg width]; /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: ^~~~~~~~~~195 :13/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: 93note: :expanded from macro 'NO'1 :# define NO ((BOOL)0) ./VGraphic.hnote ^~~~~~~~~: :VPolyLine.m94using: 2439:- (CGFloat) width; 16 : ^~~~~~~~~~~~~~~~~~ warning: ./VGraphic.hexpression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]:: 94 return NO;: 11 ^~: /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.hnote::: 195also found :- (float)width;13 :^~~~~~~~~~~~~~~ notenote: PathContour.mexpanded from macro 'NO': :# define NO ((BOOL)0)3591 : ^~~~~~~~~18 also found: - (float)width;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; VPath.m^~~~~~~~~~~~~~~~~~: 759./VGraphic.h::3294:: 1warning:: multiple methods named 'width' found [-Wobjc-multiple-method-names]note : [line setWidth:[g1 width]];also found ^~~~~~~~~~- (float)width; ^~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :PathContour.m93::35921::24 :note : warningusing: multiple methods named 'width' found [-Wobjc-multiple-method-names]- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ maxW = [g width];./VGraphic.h: 94:1: ^~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 93- (float)width;:1: note^~~~~~~~~~~~~~~: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~VPath.m :./VGraphic.h791::9424::VPolyLine.m1 ::warning3157: 33note: : also found: warning- (float)width;multiple methods named 'width' found [-Wobjc-multiple-method-names] : ^~~~~~~~~~~~~~~ [line setWidth:[g1 width]];incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] { [scanner scanFloat:&(ptslist[i].x)]; ^~~~~~~~~~ ^~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:93:1: 97PathContour.mnote::: 369729::27using : - (CGFloat) width; warningnote : ^~~~~~~~~~~~~~~~~~multiple methods named 'width' found [-Wobjc-multiple-method-names] ./VGraphic.h: gWidth = ([gg width]/scale);: passing argument to parameter 'value' here ^~~~~~~~~~94 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1::- (BOOL) scanFloat: (float*)value;93 :note1 :: ^ noteVPolyLine.m:: 3158using: 33- (CGFloat) width; : warning: ^~~~~~~~~~~~~~~~~~ incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] also found [scanner scanFloat:&(ptslist[i++].y)]; ^~~~~~~~~~~~~~~~~- (float)width; ./VGraphic.h /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h^~~~~~~~~~~~~~~: 97::29:94: note1: : VPath.mpassing argument to parameter 'value' here: 916:18:- (BOOL) scanFloat: (float*)value; warning: ^multiple methods named 'count' found [-Wobjc-multiple-method-names] note for ( i=0; i<[jlist count]; i++ ): also found ^~~~~~~~~~~~~ - (float)width;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~64 :1: note: PathContour.musing: 3714- (NSUInteger) count;: 21^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hwarning:: 82multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 1 [gg setWidth:0];: ^~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 92- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hnote:: 62using: 1- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : ./VGraphic.halso found: 96- (NSUInteger) count; // Primitive: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote:: 127also found: 1- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~note : also found PathContour.m- (NSUInteger) count;: 3726^~~~~~~~~~~~~~~~~~~~~: 25/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: 104warning:1: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] note [gg setWidth:w2Int*2.0];: also found ^~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :^~~~~~~~~~~~~~~~~~~~~ 92/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::191::1: note: notealso found: using- (NSUInteger) count; - (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :./VGraphic.h149::961: note: :also found1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89:1 :- (void)setWidth:(float)w; note^~~~~~~~~~~~~~~~~~~~~~~~~~: also found - (NSUInteger) count; PathContour.m^~~~~~~~~~~~~~~~~~~~~: 3734/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::2573:: 1warning:: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]note : { [gg setWidth:0];also found ^~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~: 92../GraphicObjects.subproj/VPath.h::160:: 1note:: usingnote : - (void) setWidth: (CGFloat)newWidth;also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (unsigned)count; ./VGraphic.h^~~~~~~~~~~~~~~~~~: 96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m:3745:25:VPath.m :warning1217: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]17 : [gg setWidth:w2Int*2.0]; warning ^~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : [g setWidth:width];92 : ^~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note92: :using1 : - (void) setWidth: (CGFloat)newWidth;note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~using ./VGraphic.h- (void) setWidth: (CGFloat)newWidth;: 96^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1./VGraphic.h:: 96note:: 1also found: - (void)setWidth:(float)w;note : ^~~~~~~~~~~~~~~~~~~~~~~~~~also found PathContour.m- (void)setWidth:(float)w;: 3751^~~~~~~~~~~~~~~~~~~~~~~~~~: 17VPath.m::479 :warning1: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] note : [gg setWidth:oldGWidth];also found ^~~~~~~~~~~~~~~~~~~~~~~- (void)setWidth:(float)w /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~~~~~: 92VPath.m::12581::13: notewarning: : using multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (void) setWidth: (CGFloat)newWidth; [g setWidth:width];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~./VGraphic.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:9692::1:1 6note: warningusings generated- (void) setWidth: (CGFloat)newWidth;. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:: Compiling file VRectangle.m ... 479note:: also found1 :- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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: warningVRectangle.m: :multiple methods named 'width' found [-Wobjc-multiple-method-names]95 : oldWidth = [gr width];5 : ^~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]93 : [rectangle setWidth:width];1 : ^~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :using92 :- (CGFloat) width; 1 :^~~~~~~~~~~~~~~~~~ note./VGraphic.h: :using94 :- (void) setWidth: (CGFloat)newWidth;1 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note../GraphicObjects.subproj/VGraphic.h: :also found96 :- (float)width;1 :^~~~~~~~~~~~~~~ noteVPath.m: :also found6795 :- (void)setWidth:(float)w;9 :^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gr setWidth:0.0]; ^~~~~~~~~~~~~~~~~ VRectangle.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::64892::1: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 note ^ : VRectangle.m:using 648:- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106: ./VGraphic.h:96warning: :1: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]; note ^~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:also found139 :- (void)setWidth:(float)w;27 ^~~~~~~~~~~~~~~~~~~~~~~~~~ : VPath.m:479note:1: note: : passing argument to parameter 'brightness' herealso found brightness:(CGFloat *)brightness - (void)setWidth:(float)w ^^~~~~~~~~~~~~~~~~~~~~~~~~ VRectangle.mVPath.m:6797:9:: 648:warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] 115: [gr setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1:: note: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] using [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; - (void) setWidth: (CGFloat)newWidth; ^~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:./VGraphic.h:96140:1: note:: 20: also found note: - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ passing argument to parameter 'alpha' hereVPath.m: 479:1: alpha:(CGFloat *)alpha; note: ^ also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.mVRectangle.m::6832:12: 1384warning:16: :incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.hexpression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] :199:1: note return NO;: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^~ /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]18 VPath.m return NO; /* nothing to unite */: 9820 ^~: 16/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h warning:: 195swarning: : generatedexpression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]. 13 return NO; ^~ :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: Compiling file VText.m ... 195 :note: expanded from macro 'NO'13 :# define NO ((BOOL)0) ^~~~~~~~~note : VRectangle.mexpanded from macro 'NO': 1741# define NO ((BOOL)0): 16 ^~~~~~~~~: VPath.mwarning:: 9868expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]: 16 return NO; : warning ^~: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h : return NO; /* nothing to clip */195 : ^~13 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h :note195: :expanded from macro 'NO'13 :# define NO ((BOOL)0) note ^~~~~~~~~: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 11 warnings generated. Compiling file VTextPath.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; ^ 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 VWeb.m ... 8 warnings generated. 4 warnings generated. Compiling file VSinking.m ... 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 AlignGraphicsChange.m ... Compiling file BringToFrontGraphicsChange.m ... Compiling file AngleGraphicsChange.m ... Compiling file ChangeDetail.m ... Compiling file ColorGraphicsChange.m ... Compiling file ContourGraphicsChange.m ... Compiling file CreateGraphicsChange.m ... ChangeDetail.m:331:23: warning: multiple methods named 'lineWidth' found [-Wobjc-multiple-method-names] float lineWidth = [change lineWidth]; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: using - (CGFloat)lineWidth; ^~~~~~~~~~~~~~~~~~~~~ ./WidthGraphicsChange.h:36:1: note: also found - (float)lineWidth; ^~~~~~~~~~~~~~~~~~~ ChangeDetail.m:336:32: warning: multiple methods named 'lineWidth' found [-Wobjc-multiple-method-names] return ([graphic width] != [change lineWidth]); ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: using - (CGFloat)lineWidth; ^~~~~~~~~~~~~~~~~~~~~ ./WidthGraphicsChange.h:36:1: note: also found - (float)lineWidth; ^~~~~~~~~~~~~~~~~~~ ChangeDetail.m:630:50: warning: result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if ( (ix = [list indexOfObject:graphic]) != NSNotFound ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ Compiling file CutGraphicsChange.m ... Compiling file DeleteGraphicsChange.m ... Compiling file DimensionsGraphicsChange.m ... 3 warnings generated. Compiling file DragPointGraphicsChange.m ... Compiling file EndEditingGraphicsChange.m ... Compiling file FillGraphicsChange.m ... Compiling file GraphicsChange.m ... Compiling file GroupGraphicsChange.m ... GraphicsChange.m:84:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] count += [[slayList objectAtIndex:l] count]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Compiling file JoinGraphicsChange.m ... Compiling file LengthGraphicsChange.m ... 1 warning generated. Compiling file LockGraphicsChange.m ... GroupGraphicsChange.m:108:9: warning: multiple methods named 'insertObject:atIndex:' found [-Wobjc-multiple-method-names] [[layers objectAtIndex:i] insertObject:[groups objectAtIndex:i] atIndex:0]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:334:1: note: using - (void) insertObject: (GS_GENERIC_TYPE(ElementT))anObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:170:1: note: also found - (void)insertObject:(GS_GENERIC_TYPE(ElementT))object atIndex:(NSUInteger)index; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h:130:1: note: also found - (void)insertObject:(id)obj atIndex:(unsigned)ix; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file MirrorGraphicsChange.m ... Compiling file MixGraphicsChange.m ... Compiling file MoveGraphicsChange.m ... Compiling file MoveLayerGraphicsChange.m ... Compiling file MovePointGraphicsChange.m ... Compiling file NameGraphicsChange.m ... Compiling file PasteGraphicsChange.m ... Compiling file PunchGraphicsChange.m ... Compiling file RadialCenterGraphicsChange.m ... Compiling file RadiusGraphicsChange.m ... Compiling file RemovePointGraphicsChange.m ... Compiling file ReorderGraphicsChange.m ... Compiling file RotateGraphicsChange.m ... Compiling file ScaleGraphicsChange.m ... Compiling file SendToBackGraphicsChange.m ... Compiling file SimpleGraphicsChange.m ... Compiling file SplitGraphicsChange.m ... Compiling file StepWidthGraphicsChange.m ... Compiling file UngroupGraphicsChange.m ... Compiling file WidthGraphicsChange.m ... Linking subproject graphicsUndo ... Making all for subproject undo... Compiling file Change.m ... Compiling file ChangeManager.m ... Compiling file MultipleChange.m ... ChangeManager.m:215:41: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:215:41: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:224:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:224:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:235:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:REDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:235:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:REDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ 3 warnings generated. Linking subproject undo ... Making all for subproject InspectorPanel... Compiling file IPAccText.m ... Compiling file IPAllStrokeWidth.m ... Compiling file IPAllAcc.m ... Compiling file IPAllFilling.m ... IPAllStrokeWidth.m:59: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: noteIPAccText.m: :also found91 :- (NSUInteger) count; // Primitive17 :^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]127 :1: switch ([sender tag]) note ^~~~~~~~~~~~: IPAllFilling.m also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hIPAllAcc.m: 142:228::- (NSUInteger) count;94132 ::^~~~~~~~~~~~~~~~~~~~~:39 :note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hwarning : warning: :: using'NSCollectionViewItem' may not respond to 'setEnabled:'104 :'NSCollectionViewItem' may not respond to 'setEnabled:'- (NSInteger) tag;1 : [[accPopup itemAtIndex:i] setEnabled:YES]; [[fillPopup itemAtIndex:0] setEnabled:fill0]; ^~~~~~~~~~~~~~~~~~ note ~~~~~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :: IPAllAcc.m ~~~~~~~~~~~~~~~~~~~~~~~~~ ^also found381:: 971::- (NSUInteger) count; 39IPAllFilling.m:^~~~~~~~~~~~~~~~~~~~~: 143warning :: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h32:'NSCollectionViewItem' may not respond to 'setEnabled:': 91warning [[accPopup itemAtIndex:i] setEnabled:NO];: :'NSCollectionViewItem' may not respond to 'setEnabled:' ~~~~~~~~~~~~~~~~~~~~~~~~ ^1 : [[fillPopup itemAtIndex:1] setEnabled:fill1]; note: ~~~~~~~~~~~~~~~~~~~~~~~~~ ^also found - (NSUInteger) count;IPAllFilling.m :^~~~~~~~~~~~~~~~~~~~~ 144:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h32:: 149:warning1: :'NSCollectionViewItem' may not respond to 'setEnabled:' [[fillPopup itemAtIndex:2] setEnabled:fill2];note ~~~~~~~~~~~~~~~~~~~~~~~~~ ^: also foundIPAllFilling.m: 145- (NSUInteger) count; :32:^~~~~~~~~~~~~~~~~~~~~ notewarning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found:: 'NSCollectionViewItem' may not respond to 'setEnabled:'- (NSInteger)tag; 89^~~~~~~~~~~~~~~~~ [[fillPopup itemAtIndex:3] setEnabled:fill3]; : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ~~~~~~~~~~~~~~~~~~~~~~~~~ ^:1:38 : 1noteIPAllFilling.m:: : 146:32notealso found: :also found warning- (NSUInteger) count;- (NSInteger)tag;: 'NSCollectionViewItem' may not respond to 'setEnabled:' ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ [[fillPopup itemAtIndex:4] setEnabled:fill4]; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:18073 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ::11:IPAllFilling.m: :note : note: also foundalso found 169- (NSInteger)tag;: 17^~~~~~~~~~~~~~~~~: - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h warning:^~~~~~~~~~~~~~~~~~~~~111 :: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names] :../GraphicObjects.subproj/VPath.h switch ([sender tag]) : 60note ^~~~~~~~~~~~: :1: also foundnote : - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:also found ^~~~~~~~~~~~~~~~~~228 - (unsigned)count;:../LayerObject.h :1148^~~~~~~~~~~~~~~~~~ ::1 :note : noteIPAllStrokeWidth.musing: :also found82 :- (int)tag; 26- (NSInteger) tag;^~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~IPAccText.mwarning : :multiple methods named 'width' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :105 if (graphic != g && ![g width])381 : ^~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note93: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (CGFloat) width; 38 :^~~~~~~~~~~~~~~~~~1 :../GraphicObjects.subproj/VGraphic.h :note94: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (float)width;180 :^~~~~~~~~~~~~~~1 :: IPAllStrokeWidth.mnote:: 94also found: 34- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h'NSCollectionViewItem' may not respond to 'setEnabled:':11:111 : [[strokePopup itemAtIndex:0] setEnabled:YES]; // allways enabled1 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ notewarning: : IPAllStrokeWidth.malso found: 101- (NSInteger) tag;: 38^~~~~~~~~~~~~~~~~~: ../LayerObject.hwarning:: 148'NSCollectionViewItem' may not respond to 'setEnabled:': 1 [[strokePopup itemAtIndex:0] setEnabled:YES];: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^note : multiple methods named 'count' found [-Wobjc-multiple-method-names]also foundIPAllStrokeWidth.m :- (int)tag;102 :^~~~~~~~~~~38 : cnt = [slayList count];warningIPAllFilling.m: :'NSCollectionViewItem' may not respond to 'setEnabled:' 191 ^~~~~~~~~~~~~~~~ : 17/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h [[strokePopup itemAtIndex:1] setEnabled:NO];:: 64 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ : 1warning: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] IPAllStrokeWidth.m note:: 112using:38 :- (NSUInteger) count; switch ([sender tag])^~~~~~~~~~~~~~~~~~~~~warning: ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :'NSCollectionViewItem' may not respond to 'setEnabled:'82 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::1 [[strokePopup itemAtIndex:0] setEnabled:YES];:228 :note1: :also found - (NSUInteger) count; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^note ^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.husing:IPAllStrokeWidth.m :62:- (NSInteger) tag;1: note113: : also found^~~~~~~~~~~~~~~~~~ 38 - (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~warning: 'NSCollectionViewItem' may not respond to 'setEnabled:'/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 127381:1:: [[strokePopup itemAtIndex:1] setEnabled:YES]; 1note:: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^also found note : - (NSUInteger) count;IPAllStrokeWidth.malso found :^~~~~~~~~~~~~~~~~~~~~117- (NSInteger)tag; 2^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: warning 74:s:104/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h generated:: . 381warning:1: :: note: also found notemultiple methods named 'width' found [-Wobjc-multiple-method-names] : - (NSInteger)tag;also found [widthField setStringValue:buildRoundedString([doc convertToUnit:[g width]], LARGENEG_COORD, LARGE_COORD)];^~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h 180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::193:: Compiling file SliderBox.m ... :191:: 1note: noteusing: : - (CGFloat) width; also found ^~~~~~~~~~~~~~~~~~ - (NSInteger)tag;../GraphicObjects.subproj/VGraphic.h :note94^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 111note:: 1also found: : also foundnote : - (float)width;also found ^~~~~~~~~~~~~~~- (NSInteger) tag; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~IPAllStrokeWidth.m :../LayerObject.h119::14855::1 :warning : notemultiple methods named 'width' found [-Wobjc-multiple-method-names]: also found^~~~~~~~~~~~~~~~~~~~~ [widthSlider setFloatValue:[doc convertToUnit:[g width]]]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h ^~~~~~~~~- (int)tag;: 149/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:^~~~~~~~~~~1 :: 93note:: 1also found: note- (NSUInteger) count;: using^~~~~~~~~~~~~~~~~~~~~ - (CGFloat) width; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :^~~~~~~~~~~~~~~~~~89 :../GraphicObjects.subproj/VGraphic.h1::94 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (float)width;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~73 :1IPAllStrokeWidth.m:: 123note:: 24also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~warning : ../GraphicObjects.subproj/VPath.h:60:multiple methods named 'width' found [-Wobjc-multiple-method-names]1 : if (stroked || [g width]) // everthing is enabled ^~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 93- (unsigned)count;: 1^~~~~~~~~~~~~~~~~~: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ IPAccText.m../GraphicObjects.subproj/VGraphic.h::94137:17::1 :warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names]note : switch ([sender tag]) also found ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:- (float)width;228: 1^~~~~~~~~~~~~~~: note: using IPAllStrokeWidth.m- (NSInteger) tag;: 140^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h17::381 :warning: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 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: :note: 38using: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found: 381- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found: 38- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111also found :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180:1: 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; IPAccText.m^~~~~~~~~~~~~~~~~~ :../LayerObject.h:148:1:151 :note: also found - (int)tag; ^~~~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~~ 7 warnings generated. Compiling file IPAllLayers.m ... 11 warnings generated. Compiling file IPLayerCell.m ... 4 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.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPArc.m:88:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPArc.m:111:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPArc.m:135:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPArc.m:158:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPBasicLevel.m:72:5: 5warning warning: smultiple methods named 'setState:' found [-Wobjc-multiple-method-names] generated . [lockSwitch setState:[g isLocked]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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: Compiling file IPGroup.m ... 71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.hIPCrosshairs.m::153:162: :note: 17:also found - (void)setState:(int)flag;warning ^~~~~~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names] IPBasicLevel.m switch ([sender tag]) : ^~~~~~~~~~~~ 80:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:17228::1 warning: : multiple methods named 'state' found [-Wobjc-multiple-method-names] note BOOL flag = [lockSwitch state]; : ^~~~~~~~~~~~~~~~~~ using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger) tag;: 317^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:11:: note note: using : also found- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h^~~~~~~~~~~~~~~~~ :60:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:1: 38note:1: : also found note- (NSInteger)state; : ^~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :322- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ 1:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: 180:1note: : also foundnote: also found - (NSInteger)tag; - (NSInteger) state; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 111:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:1101:: note1: : also found note: also found- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ - (NSInteger) state;./../LayerObject.h: ^~~~~~~~~~~~~~~~~~~~148 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:1: 71:31note: also found - (int)tag; ^~~~~~~~~~~ IPCrosshairs.m:96:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ : note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPBasicLevel.m:93:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 2 warnings generated. Compiling file IPImage.m ... 3 warnings generated. Compiling file IPLine.m ... IPCurve.m:77:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCurve.m:104:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCurve.m:131:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCurve.m:157:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 4 warnings generated. Compiling file IPLine3D.m ... IPGroup.m:68:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPGroup.m:84:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPGroup.m:117:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPGroup.m:134:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPGroup.m:164:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPGroup.m:187:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: IPImage.malso found: 52- (int)tag;: 25^~~~~~~~~~~ : warning: initializing 'id' with an expression of incompatible type 'NSCollectionViewItem *' { id item = [compPopUp itemAtIndex:i]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ IPImage.m:78:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [thumbSwitch setState:[g thumbnail]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPImage.m:81:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [compPopUp selectItemWithTag:type]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IPImage.m:94:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPImage.m:117:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPImage.m:142:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPImage.m:188: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:207:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [thumbSwitch state]; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: 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; ^~~~~~~~~~~~~ IPImage.m:213:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:662 warning:1s generated: . 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; Compiling file IPPolyLine.m ... ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found IPLine.m- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~: 81/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::1789: :warning: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: switch ([sender tag])note : ^~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :- (NSUInteger) count;228:1: note: using ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h381::731: note: :also found1 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:38:: 1: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; ../GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:1: :note: also found note- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (unsigned)count;: 111^~~~~~~~~~~~~~~~~~:1: note: also found - (NSInteger) tag; IPImage.m^~~~~~~~~~~~~~~~~~: 250./../LayerObject.h::148:122:: notewarning: : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (int)tag; ^~~~~~~~~~~ for (l=0; l<(int)[layerList count]; l++) ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64IPLine.m::1104:: 17note:: usingwarning: multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSUInteger) count; switch ([sender tag])^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h82::2281::1 :note : notealso found: using- (NSUInteger) count; - (NSInteger) tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:62381::11:: note: notealso found : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :38^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :note127: :also found 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180: 1- (NSUInteger) count;: note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :- (NSInteger)tag; 104^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1:: note: notealso found: also found- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h- (NSUInteger) count;: 148:^~~~~~~~~~~~~~~~~~~~~1: note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found: 91- (int)tag; :^~~~~~~~~~~ 1: note: IPLine.malso found: 128:- (NSUInteger) count;18 : ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 149 switch ( [sender tag] ) ^~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:1228:: 1:note : notealso found: using- (NSUInteger) count; - (NSInteger) tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h89::381:11:: notenote: : also foundalso found - (NSInteger)tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h73::381:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; ../GraphicObjects.subproj/VPath.h^~~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:: 1note:: also foundnote: also found- (unsigned)count; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ IPImage.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::254111::126:: notewarning: : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSInteger) tag; for (i=0; i<(int)[lList count]; i++) ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::14864::11:: notenote: : also found using- (int)tag; - (NSUInteger) count;^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1IPLine.m:: 152note:: 18also found: warning- (NSUInteger) count;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ switch ( [sender tag] )/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h : ^~~~~~~~~~~~62 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1: :note228: :also found 1- (NSUInteger) count; // Primitive: note^~~~~~~~~~~~~~~~~~~~~: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127- (NSInteger) tag;: 1:^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found381 :- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :also found104 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :also found38: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found: 91- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found: 149- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found: 89- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: ./../LayerObject.hnote:: 148also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (int)tag; :^~~~~~~~~~~73 :1: note: IPLine.malso found: 174- (NSUInteger) count;: 17^~~~~~~~~~~~~~~~~~~~~: ../GraphicObjects.subproj/VPath.hwarning: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]60 : switch ([sender tag])1 : ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :also found228 :- (unsigned)count;1 :^~~~~~~~~~~~~~~~~~ note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hIPImage.m::381295::115:: notewarning: : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSInteger)tag; cnt = [slayList count];^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h38::641::1 :note : notealso found: using- (NSInteger)tag; - (NSUInteger) count;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::18082::11:: notenote: : also foundalso found - (NSUInteger) count;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::62111::11:: notenote: : also foundalso found - (NSUInteger) count; // Primitive- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h./../LayerObject.h::127148::11:: notenote: : also foundalso found - (NSUInteger) count;- (int)tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1IPLine.m:: 195note:: 17also found: - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h switch ([sender tag]): 91 ^~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSInteger) tag;: 149^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1::381 :note: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h89:38:1: note: :also found1 :- (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/NSPointerArray.h: :note73: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :- (NSUInteger) count;111 :^~~~~~~~~~~~~~~~~~~~~1 :../GraphicObjects.subproj/VPath.h :note60: :also found1: note- (NSInteger) tag; : ^~~~~~~~~~~~~~~~~~ also found./../LayerObject.h :- (unsigned)count;148 :^~~~~~~~~~~~~~~~~~1 : note: also found IPImage.m- (int)tag;: 330^~~~~~~~~~~: 9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] cnt = [slayList count]; ^ IPImage.m:324:5: note: previous statement is here if (type != VImageJPEG) ^ IPImage.m:330: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; ^~~~~~~~~~~~~~~~~~ IPLine3D.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; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:89:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m: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; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:125: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; ^~~~~~~~~~~~~~~~~~ IPLine3D.m:154:18: warning: 6multiple methods named 'tag' found [-Wobjc-multiple-method-names] warning s switch ( [sender tag] ) generated ^~~~~~~~~~~~ . /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: 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 Compiling file IPMark.m ... :180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:180:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:203:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:227:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine3D.m:239:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 14 warnings generated. Compiling file IPPath.m ... IPPolyLine.m:67:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPPolyLine.m:90:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 9 warnings generated. Compiling file IPRectangle.m ... 2 warnings generated. Compiling file IPThread.m ... IPMark.m:50:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [zSwitch setState:([g is3D]) ? YES : NO]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPMark.m:68:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPMark.m:91:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPMark.m:120:19: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPMark.m:130:34: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [g set3D:[zSwitch state]]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPMark.m:134:28: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [zField setEnabled:[zSwitch state]]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPMark.m:135:34: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [zLeftButton setEnabled:[zSwitch state]]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ IPMark.m:136:34: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [zRightButton setEnabled:[zSwitch state]]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~IPPath.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h78::10117::1 :warning : notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: also found switch ([sender tag]) - (NSInteger) state; ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h228::711::31 :note : noteusing: also found - (NSInteger) tag;@property NSVisualEffectState state; ^~~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h./../graphicsUndo.subproj/../LayerObject.h::381154::1: note: 1also found: - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (int)state;: 38^~~~~~~~~~~~~: 1IPMark.m:: 142note:: 17also found :- (NSInteger)tag; warning^~~~~~~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : switch ([sender tag])180 : ^~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :note228: :also found1 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.husing: 111- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: 381also found: 1- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~note : ./../graphicsUndo.subproj/../LayerObject.halso found: 148- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:: 38also found: 1- (int)tag;: ^~~~~~~~~~~note : also found - (NSInteger)tag;IPPath.m :^~~~~~~~~~~~~~~~~94 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h15::180 :warning: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: cnt = [slayList count];note : ^~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSInteger)tag;: 64^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 111note:: 1using: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSInteger) tag;: 82^~~~~~~~~~~~~~~~~~: 1: ./../graphicsUndo.subproj/../LayerObject.hnote:: 148also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62- (int)tag; ^~~~~~~~~~~ :1: IPMark.mnote:: 158:also found15 :- (NSUInteger) count; // Primitive warning^~~~~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : cnt = [slayList count];127 : ^~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :- (NSUInteger) count;104 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :also found1 :- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~~~~: 91:1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hnote:: 62also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found: 149- (NSUInteger) count; // Primitive: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote: :also found 127- (NSUInteger) count;: 1: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found: 89- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:note104: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :- (NSUInteger) count;73 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :note: 91also found :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note../GraphicObjects.subproj/VPath.h: :also found60 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (unsigned)count;1 :^~~~~~~~~~~~~~~~~~ note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ IPPath.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::12789::117:: notewarning: : also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSUInteger) count; switch ([sender tag]) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::73228::11:: notenote: : also foundusing - (NSUInteger) count;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::60381::11:: notenote: : also foundalso found - (unsigned)count;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:IPRectangle.m38IPMark.m:::182681:::17 11note:: : also found warningwarning: : multiple methods named 'count' found [-Wobjc-multiple-method-names]multiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSInteger)tag; cnt = [slayList count]; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ switch ([sender tag]) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h180::1:228 :note1: : notealso found : - (NSInteger)tag;using ^~~~~~~~~~~~~~~~~ - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :^~~~~~~~~~~~~~~~~~111: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1::64381:: 11: note: also found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: : notealso found: notealso found: - (NSInteger)tag;using- (NSInteger) tag; ^~~~~~~~~~~~~~~~~ - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h148::1801::: 82:note1: 1:also found note:- (int)tag; : note^~~~~~~~~~~ : also foundalso found IPPath.m :- (NSUInteger) count;- (NSInteger)tag;144 : ^~~~~~~~~~~~~~~~~~~~~15^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hwarning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: :62:multiple methods named 'count' found [-Wobjc-multiple-method-names]1111: :1 cnt = [slayList count]; : ^~~~~~~~~~~~~~~~note : note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.halso found: 64:1: - (NSInteger) tag;note: : also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive./../graphicsUndo.subproj/../LayerObject.h ^~~~~~~~~~~~~~~~~~~~~:148:1: note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :127- (int)tag;: ^~~~~~~~~~~ 1: noteIPRectangle.m: also found: 80- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: 104 ^~~~~~~~~~~~~~~~using: 1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::- (NSUInteger) count; 64note: 1: ^~~~~~~~~~~~~~~~~~~~~: note: using also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h82::1: - (NSUInteger) count;note : 82also found^~~~~~~~~~~~~~~~~~~~~ :- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1:^~~~~~~~~~~~~~~~~~~~~ : 91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1:: note1note: : :also foundalso foundIPThread.m :- (NSUInteger) count; // Primitive45 ^~~~~~~~~~~~~~~~~~~~~: 5/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 127warning:: 1multiple methods named 'setState:' found [-Wobjc-multiple-method-names]: [leftTurnSwitch setState:([g angle] < 0.0) ? 1 : 0];note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;: 316^~~~~~~~~~~~~~~~~~~~~: 1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: 104note:: 1using: - (void)setState:(NSInteger)value;note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h- (NSUInteger) count;: 59^~~~~~~~~~~~~~~~~~~~~note :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1::91 :note1: :also found note- (void)setState:(NSInteger)value;: also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :^~~~~~~~~~~~~~~~~~~~~281 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1::149 :note1: :also found note- (void) setState: (NSInteger)state;: also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h :^~~~~~~~~~~~~~~~~~~~~71 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h31::89 :note1: :also found note@property NSVisualEffectState state;: also found ^~~~~ - (NSUInteger) count;./../LayerObject.h :^~~~~~~~~~~~~~~~~~~~~153 :: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: 73note:: 1also found: - (void)setState:(int)flag;note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~also found IPThread.m- (NSUInteger) count;: 46^~~~~~~~~~~~~~~~~~~~~: 5../GraphicObjects.subproj/VPath.h:: 60warning:: 1multiple methods named 'setState:' found [-Wobjc-multiple-method-names]: [externalSwitch setState:([g external]) ? 1 : 0];note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (unsigned)count;: 316^~~~~~~~~~~~~~~~~~: 1- (NSUInteger) count;:also found IPRectangle.mnote:: 107using: 17- (void)setState:(NSInteger)value;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 59 switch ([sender tag]): 1 ^~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote:: 228also found: 1- (void)setState:(NSInteger)value;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.husing: 281- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: 381also found: 1- (void) setState: (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found: 71- (NSInteger)tag;: - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h62:::381491:::11 ::note : notenotealso found: : also foundalso found- (NSUInteger) count; // Primitive - (NSUInteger) count;- (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h127:^~~~~~~~~~~~~~~~~:891 31::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h 1:note:: 180 also found:note1 : :- (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~note- (NSUInteger) count; : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h^~~~~~~~~~~~~~~~~~~~~also found::104 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:- (NSInteger)tag;:1 73^~~~~~~~~~~~~~~~~:: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :: note111note:: : 1also foundalso found: - (NSUInteger) count;- (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~also found ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91- (NSInteger) tag;: 60^~~~~~~~~~~~~~~~~~:: 11./../graphicsUndo.subproj/../LayerObject.h::: 148 note:note: 1also found:: also found- (unsigned)count;note : ^~~~~~~~~~~~~~~~~~ also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :149^~~~~~~~~~~: 1 : notenoteIPRectangle.m: : :also found130also found: 17- (NSUInteger) count;: warning^~~~~~~~~~~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h @property NSVisualEffectState state;: switch ([sender tag])89 : ^~~~~~~~~~~~1: note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found :- (NSUInteger) count;228 :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::73 :note1: : usingnote : - (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h../GraphicObjects.subproj/VPath.h:60::1381: :note1: :also found ./../LayerObject.hnote- (unsigned)count;: also found^~~~~~~~~~~~~~~~~~ :- (NSInteger)tag;153 :^~~~~~~~~~~~~~~~~IPPath.m 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:::174:3817:: warning1: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) note ^~~~~~~~~~~~: notealso found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :- (NSInteger)tag;228: 1^~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: : :using also found180- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :note381:: 1also found: note: - (NSInteger)tag;also found - (void)setState:(int)flag;- (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::111:381: 1:: IPThread.mnotenote: : also found also found- (NSInteger) tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h148::1:18057 note:: :171also found ::- (int)tag; note^~~~~~~~~~~ : warningalso found: multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSInteger)tag; IPRectangle.m switch ([sender tag])^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h153/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::228111:17::1 ::warning : note1:: also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names] note- (NSInteger) tag;: using ^~~~~~~~~~~~~~~~~~ switch ([sender tag])- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h ^~~~~~~~~~~~: 148/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :1381::1 :note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : :also found228 :1note: - (int)tag;also found : ^~~~~~~~~~~note : using - (NSInteger) tag; - (NSInteger)tag; ^~~~~~~~~~~~~~~~~IPPath.m :^~~~~~~~~~~~~~~~~~197/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:: 3817::1 :warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names]note : switch ([sender tag])also found - (NSInteger)tag; ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180::1228: note: :also found1 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.husing111: :- (NSInteger) tag;381: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote: :also found3811 ::1 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~notenote: : also found also found - (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (NSInteger)tag;^~~~~~~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~38 ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::38:1:1481:::1 :note : notealso found: note also found- (NSInteger)tag; : also found^~~~~~~~~~~~~~~~~ - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~: 180- (int)tag; :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1:: ^~~~~~~~~~~note: 180also found :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ IPThread.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:note:82111: :1also found: note: also found - (NSInteger)tag; - (NSInteger) tag; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h./../graphicsUndo.subproj/../LayerObject.h::111148:::1171::: warningnote: also found : note- (int)tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names] also found switch ([sender tag]) ^~~~~~~~~~~ ^~~~~~~~~~~~ - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h IPPath.m:^~~~~~~~~~~~~~~~~~: 222:22817./../graphicsUndo.subproj/../LayerObject.h::: 1481warning::: 1 multiple methods named 'tag' found [-Wobjc-multiple-method-names]:note : switch ([sender tag])noteusing : ^~~~~~~~~~~~also found- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (int)tag;^~~~~~~~~~~~~~~~~~: 228^~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :111:381 IPRectangle.mnote:: :using1176 ::- (NSInteger) tag; 17^~~~~~~~~~~~~~~~~~note :: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h also found:warning 381: :- (NSInteger)tag;multiple methods named 'tag' found [-Wobjc-multiple-method-names]1 :^~~~~~~~~~~~~~~~~ switch ([sender tag]) note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found ^~~~~~~~~~~~: 38 - (NSInteger)tag;: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~1: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h228 ::38note:1: 1::also found notenote warning: - (NSInteger)tag;: also found using- (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ - (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h ::^~~~~~~~~~~~~~~~~~180180 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h11:::381 note:note1: : :also foundalso found note- (NSInteger)tag;- (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h ::^~~~~~~~~~~~~~~~~111111 ::1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1::: 38 note:: notealso found1 : :- (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~ note - (NSInteger) tag;: ./../graphicsUndo.subproj/../LayerObject.h :also found^~~~~~~~~~~~~~~~~~148 : 1- (NSInteger)tag;./../LayerObject.h: :^~~~~~~~~~~~~~~~~note148: :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1 :s:180 generated - (int)tag;:. note^~~~~~~~~~~: 1also found : - (int)tag;IPPath.m note^~~~~~~~~~~:: 267also found :17IPThread.m- (NSInteger)tag; :: 96warning:: ^~~~~~~~~~~~~~~~~11multiple methods named 'tag' found [-Wobjc-multiple-method-names]: switch ([sender tag])warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] Compiling file IPText.m ... ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h cnt = [slayList count]; :228 ^~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:::11164 ::note1: :1using : note - (NSInteger) tag;: note also found^~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger) tag; : 381- (NSUInteger) count;:^~~~~~~~~~~~~~~~~~1 : ./../graphicsUndo.subproj/../LayerObject.hnote: :also found148 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:: 38also found: 1- (int)tag;: ^~~~~~~~~~~note : also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hIPRectangle.m :- (NSInteger)tag;201 :^~~~~~~~~~~~~~~~~17 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :warning180: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]1 : switch ([sender tag]) note ^~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:also found228:82 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :using111 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found381 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note./../graphicsUndo.subproj/../LayerObject.h: :also found148 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: :also found38 :- (int)tag;1 :^~~~~~~~~~~ note:: 1also found: note- (NSInteger)tag;: also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h180::62:11: :note: also foundnote : - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :127- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111also found: 1: note: - (NSUInteger) count;also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::148104::11: note:: also foundnote : - (int)tag;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: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: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 7 warnings generated. Compiling file IPWeb.m ... 8 warnings generated. Compiling file IPTextPath.m ... 9 warnings generated. Compiling file IPSinking.m ... IPText.m:55:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [serialNumberSwitch setState:[g isSerialNumber]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:56:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [fitHorizontalSwitch setState:[g fitHorizontal]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:57:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [centerVerticalSwitch setState:[g centerVertical]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:71:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:84:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:112:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:135:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:160:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:173:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:204:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:217:11IPTextPath.m:: 47warning:: 5multiple methods named 'count' found [-Wobjc-multiple-method-names]: cnt = [slayList count];warning : ^~~~~~~~~~~~~~~~multiple methods named 'setState:' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h [showPathSwitch setState:[g showsPath]];: 64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 316note:: 1using: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (void)setState:(NSInteger)value;: 82^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:: 59note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found - (void)setState:(NSInteger)value; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h62::2811:: 1note: : notealso found: also found - (NSUInteger) count; // Primitive- (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::12771::31: 1note: :also found @property NSVisualEffectState state; note ^~~~~ : ./../graphicsUndo.subproj/../LayerObject.halso found: 153- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote:: 104also found: 1- (void)setState:(int)flag;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~note : IPTextPath.malso found: 48- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h5::91 :warning1: :multiple methods named 'setState:' found [-Wobjc-multiple-method-names] note [serialNumberSwitch setState:[g isSerialNumber]];: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~~~316 :1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :note149: :using 1- (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: note: also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:- (NSUInteger) count;59: 1^~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: : also foundalso found - (void)setState:(NSInteger)value; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::281:731:1:: notenote: also found : - (NSUInteger) count;also found - (void) setState: (NSInteger)state;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../GraphicObjects.subproj/VPath.h :60/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::171::31 : notenote: : also found also found- (unsigned)count; @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~~ ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153IPText.m::1:241:17: note: warningalso found: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [serialNumberSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~~~~- (void)setState:(int)flag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~~~~~~~~~~ :317:1IPTextPath.m:: 59note:: 17using: warning: - (NSInteger)state;multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~IPSinking.m BOOL flag = [showPathSwitch state];/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:: 60149: ^~~~~~~~~~~~~~~~~~~~~~1:: 10note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :also found: - (NSInteger)state;317 warning^~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: ::322 :multiple methods named 'tag' found [-Wobjc-multiple-method-names]1note: : noteusing: switch ([sender tag])also found - (NSInteger) state;- (NSInteger)state; ^~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::60101::1:1 :note : notealso found: also found- (NSInteger)state; - (NSInteger) state;^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:322:71::131228::: 1notenote:: : also foundnotealso found: using@property NSVisualEffectState state; - (NSInteger) tag; ^~~~~ ^~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h : 154/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:- (NSInteger) state;1 :^~~~~~~~~~~~~~~~~~~~ note:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.halso found381 :- (int)state;101 :^~~~~~~~~~~~~1 :IPText.m :note244: :also found11 :: - (NSInteger) state;warning : ^~~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h cnt = [slayList count];: 71 ^~~~~~~~~~~~~~~~: 31/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: 64note:: 11:also found note:: @property NSVisualEffectState state;using - (NSUInteger) count; ^~~~~ ^~~~~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h154::821::1 :note : notealso found: also foundnote - (int)state;- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found:IPTextPath.m62: 1::61 :note11: :also found warning- (NSUInteger) count; // Primitive: multiple methods named 'count' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ cnt = [slayList count];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : ^~~~~~~~~~~~~~~~127 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h1::64 :note1: :also found note- (NSUInteger) count;: using^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :^~~~~~~~~~~~~~~~~~~~~104 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1::- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found82 :- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1::91 :note1: :also found note1: - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h180::1491::1 :note : notealso found: also found - (NSInteger)tag;- (NSUInteger) count;note ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::89111::11:: note: : also foundalso found note- (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h73::621::1also found :note : note- (NSInteger) tag;also found: also found^~~~~~~~~~~~~~~~~~- (NSUInteger) count; - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~~~~~ ../LayerObject.h ^~~~~~~~~~~~~~~~~~~~~:../GraphicObjects.subproj/VPath.h :148/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h60:::12711::1: :note note: note: also found: also found also found - (unsigned)count; - (int)tag;- (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:IPText.m104::IPSinking.m2671:::17 :note : warningalso found: multiple methods named 'state' found [-Wobjc-multiple-method-names]- (NSUInteger) count; BOOL flag = [fitHorizontalSwitch state];^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h91::3171::1 :169note note:: : 17also foundusing : - (NSInteger)state; - (NSUInteger) count;warning^~~~~~~~~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h : switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h60 :: ^~~~~~~~~~~~1 149:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ::note2281: also found:: 1 - (NSInteger)state;: note^~~~~~~~~~~~~~~~~~~note: : also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.husing : 322- (NSUInteger) count;- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h note:^~~~~~~~~~~~~~~~~~~~~: 381 also found:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h 1:- (NSInteger) state;:89 note:^~~~~~~~~~~~~~~~~~~~: 1 also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h : - (NSInteger)tag;101 note:^~~~~~~~~~~~~~~~~: 1 also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :note38: :also found1- (NSUInteger) count; : - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~~ note ^~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h 73:- (NSInteger)tag;:71 1:^~~~~~~~~~~~~~~~~:31 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote :: note180also found: also found: 1- (NSUInteger) count;@property NSVisualEffectState state;: ^~~~~note^~~~~~~~~~~~~~~~~~~~~ : ./../graphicsUndo.subproj/../LayerObject.halso found../GraphicObjects.subproj/VPath.h: :154- (NSInteger)tag;60: :1^~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111 :- (int)state;1 :^~~~~~~~~~~~~ noteIPText.m: :also found270 :- (NSInteger) tag;11 :^~~~~~~~~~~~~~~~~~ warning../LayerObject.h: :multiple 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;: ^~~~~~~~~~~note1: :using note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (unsigned)count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: 82^~~~~~~~~~~~~~~~~~: 1 : note: also foundIPTextPath.m :- (NSUInteger) count;81 :^~~~~~~~~~~~~~~~~~~~~17 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :warning62: :multiple methods named 'state' found [-Wobjc-multiple-method-names]1 : BOOL flag = [serialNumberSwitch state]; note ^~~~~~~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSUInteger) count; // Primitive317 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :using1 :- (NSInteger)state; note^~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :- (NSUInteger) count;60 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :note104: :also found1 :- (NSInteger)state; note^~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h IPSinking.m:- (NSUInteger) count; 322^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:: 91note:: 1also found: - (NSInteger) state;note : ^~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h- (NSUInteger) count;: 101^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149note:: 1also found: :- (NSInteger) state;note188 : :^~~~~~~~~~~~~~~~~~~~also found11 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h- (NSUInteger) count; : 71^~~~~~~~~~~~~~~~~~~~~warning: : 31/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hmultiple methods named 'count' found [-Wobjc-multiple-method-names]:: 89note: cnt = [slayList count];: 1 also found: ^~~~~~~~~~~~~~~~@property NSVisualEffectState state;note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ^~~~~also found: 64./../graphicsUndo.subproj/../LayerObject.h- (NSUInteger) count;:: 1154^~~~~~~~~~~~~~~~~~~~~:: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote::: 73usingnote: : 1- (NSUInteger) count;also found: - (int)state;note^~~~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hIPTextPath.m- (NSUInteger) count;:: 8283^~~~~~~~~~~~~~~~~~~~~:: 111../GraphicObjects.subproj/VPath.h::: 60notewarning:: : 1also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names]: - (NSUInteger) count; cnt = [slayList count];note : ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (unsigned)count;:: 62^~~~~~~~~~~~~~~~~~: 1: note: IPText.m64::2931::17 :also foundnote : warning- (NSUInteger) count; // Primitiveusing: multiple methods named 'state' found [-Wobjc-multiple-method-names]- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ BOOL flag = [centerVerticalSwitch state];^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h12782:::31711:::1 :notenote : note: also found: also found using - (NSUInteger) count; - (NSUInteger) count; - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h::10460::11::^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (NSInteger)state;1 ^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hnote:: 322also found: 1- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote:: 127also found: 1- (NSInteger) state;: ^~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.halso found: 101- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote: :also found104 :- (NSInteger) state;1 :^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :also found71 :- (NSUInteger) count;31 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found91 :@property NSVisualEffectState state;1 : ^~~~~ note./../graphicsUndo.subproj/../LayerObject.h: :also found154 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (int)state;1 :^~~~~~~~~~~~~ noteIPText.m: :also found296 :- (NSUInteger) count;11 :^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: note:multiple methods named 'count' found [-Wobjc-multiple-method-names] 89 cnt = [slayList count];: 1 ^~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hnote:: 64also found :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :using73 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :also found82 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note../GraphicObjects.subproj/VPath.h: :also found60 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (unsigned)count; 1^~~~~~~~~~~~~~~~~~: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :^~~~~~~~~~~~~~~~~~~~~91 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :note1: : 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/NSIndexSet.h::911::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h89::1491::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h73::891::1 :note : notealso found: also found- (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::6073::11:: notenote: : also foundalso found - (unsigned)count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:IPSinking.m1::209 :note11: :also found warning- (unsigned)count;: 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 6 warning- (NSUInteger) count;s generated . ^~~~~~~~~~~~~~~~~~~~~ /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 PSFontInfo.m ... Compiling file PSInfo.m ... Compiling file PSSettings.m ... PSSettings.m:66:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [unitPopup selectItemWithTag:((!doc) ? -1 : [doc baseUnitFlat])]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Linking subproject ProjectSettingsPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Warning: .//German.lproj/PSFontInfo.nib not found - ignoring Making all for subproject TransformPanel... Compiling file TPBasicLevel.m ... Compiling file TPMix.m ... Compiling file TPAlign.m ... Compiling file TPMove.m ... TPMix.mTPAlign.m::6669::22:9 :warning: multiple methods named 'state' found [-Wobjc-multiple-method-names]warning : BOOL mixLayers = [mixLayersSwitch state]; multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~ if ([alignLayerSwitch state]) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: ^~~~~~~~~~~~~~~~~~~~~~~~ 317/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1317: :1:note: using note: - (NSInteger)state; using^~~~~~~~~~~~~~~~~~~ - (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h: 60:^~~~~~~~~~~~~~~~~~~ 1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:note60:: also found1: note: - (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::322:1:1: note: note: also foundalso found - (NSInteger) state;- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ TPAlign.m:74:21: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (l=0, cnt = [slayList count]; l0; j-- )note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~~~~~64 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::73 :note1: :using note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :^~~~~~~~~~~~~~~~~~~~~82 :1../GraphicObjects.subproj/VPath.h:: 60note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (unsigned)count;: 62^~~~~~~~~~~~~~~~~~: 1: TPAlign.mnote:: 164also found: 14- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 127 switch ( [sender tag] ): 1 ^~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote:: 228also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.husing: 104- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: 381also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found: 91- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:: 38also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found: 149- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found180 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found: 89- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote: :also found111 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :also found73 :- (NSInteger) tag;1 : ^~~~~~~~~~~~~~~~~~note : ./../graphicsUndo.subproj/../LayerObject.halso found: 148- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: ../GraphicObjects.subproj/VPath.hnote:: 60also found: 1- (int)tag;: ^~~~~~~~~~~note : also found TPAlign.m- (unsigned)count;: 172^~~~~~~~~~~~~~~~~~: 53:TPMix.m :warning: 97multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 40 default: NSLog(@"Unsupported align tag %d", [sender tag]); return;: warning: ^~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h i1 = (int)((float)([[slayList objectAtIndex:l1] count]-1) * Rand());: 228 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::64 :note1: : noteusing: using- (NSInteger) tag; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::38182::11:: notenote: : also foundalso found - (NSInteger)tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::3862::1:1 :note : notealso found: also found- (NSInteger)tag; - (NSUInteger) count; // Primitive^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h180::1271::1 :note : 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::1104:: 1note:: also foundnote : - (NSInteger) tag;also found - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h148::911:1: :note: also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :^~~~~~~~~~~149 :1: TPAlign.mnote:: 172also found: 53- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :warning89: :format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat]1 : default: NSLog(@"Unsupported align tag %d", [sender tag]); return; note ~~ ^~~~~~~~~~~~: also found %ld - (NSUInteger) count;TPAlign.m :^~~~~~~~~~~~~~~~~~~~~179 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h25::73 :warning1: :multiple methods named 'count' found [-Wobjc-multiple-method-names] note for (l=0, cnt = [slayList count]; l= 10.4using - (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; ^~~~~~~~~~~~~ apContour.m:101:13: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] return ([[contourSwitchMatrix cellAtRow:SWITCH_REMOVESOURCE column:0] state]) ? YES : NO; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state;App.m :^~~~~~~~~~~~~~~~~~~1047 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h80::322 :warning1: :result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] note if ( (m = [mArray indexOfObject:[NSString stringWithUTF8String:mStr]]) != NSNotFound ): also found ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ - (NSInteger) state; App.m^~~~~~~~~~~~~~~~~~~~: 1106/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::23101:1: :note : warningalso found : - (NSInteger) state;multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~ int tag = [sender tag];/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h : ^~~~~~~~~~~~71:31: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :also found228 :@property NSVisualEffectState state;1 : ^~~~~ note./LayerObject.h: :using154 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ 1note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h warningalso found generated:- (int)state;. 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: Compiling file IntersectionPanel.m ... 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; ^~~~~~~~~~~ App.m:1324:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] current2DTool = [[matrix selectedCell] tag]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 2 warnings generated. Compiling file TilePanel.m ... Compiling file TileObject.m ... IntersectionPanel.m:38:13: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([[objectRadio selectedCell] tag]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381TilePanel.m::1116:: 14note:: also foundwarning : - (NSInteger)tag;multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~ return ( [originSwitch state] == 0 ) ? NO : YES; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ^~~~~~~~~~~~~~~~~~~~: 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1317:: 1note:3 : warnings generatedalso found . note- (NSInteger)tag; : Compiling file DocView.m ... ^~~~~~~~~~~~~~~~~using - (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~~: 180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h::160:: 1note:: also foundnote : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~~: 111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::1322:: 1note:: also foundnote : - (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~- (NSInteger) state; ./LayerObject.h^~~~~~~~~~~~~~~~~~~~: 148/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::1011:: note1: :also found note- (int)tag;: also found^~~~~~~~~~~ - (NSInteger) state;IntersectionPanel.m :^~~~~~~~~~~~~~~~~~~~72 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h14::71 :warning31: :multiple methods named 'state' found [-Wobjc-multiple-method-names] note if (![[layerList objectAtIndex:l] state]): also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @property NSVisualEffectState state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : ^~~~~317 :./LayerObject.h1::154 :note1: :using note- (NSInteger)state;: also found^~~~~~~~~~~~~~~~~~~ - (int)state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :^~~~~~~~~~~~~60 :1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 2 warnings generated. Compiling file dvDrag.m ... 1 warning generated. Compiling file dvGrid.m ... Compiling file dvHiddenArea.m ... DocView.m:178:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:321:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count] || ![[list objectAtIndex:0] isKindOfClass:[LayerObject class]]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: dvDrag.mnote: :also found134 :- (NSUInteger) count;65 :^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :'VText' may not respond to 'initWithFile:'104dvHiddenArea.m:1: note: graphic = [[[VText allocWithZone:(NSZone *)[self zone]] initWithFile:file] autorelease];: also found340 :- (NSUInteger) count; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ dvGrid.m^~~~~~~~~~~~~~~~~~~~~ 18: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:warning: :75multiple methods named 'width' found [-Wobjc-multiple-method-names] : [ng setWidth:[cg width]]; 9130: ^~~~~~~~~~ warning:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1multiple methods named 'tag' found [-Wobjc-multiple-method-names]:: 93 [self setGridEnabled:[sender tag] ? YES : NO];:note 1 ^~~~~~~~~~~~1 warning: :also found - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h note^~~~~~~~~~~~~~~~~~~~~: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h228using:: 1491:- (CGFloat) width; 1: : ^~~~~~~~~~~~~~~~~~notenote : : ./GraphicObjects.subproj/VGraphic.halso foundusing: - (NSUInteger) count;94 - (NSInteger) tag;:^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~~~~~~~~: :note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h89: ::also found1381 :: - (float)width;1note : :also found^~~~~~~~~~~~~~~ - (NSUInteger) count;notedvHiddenArea.m : :^~~~~~~~~~~~~~~~~~~~~also found340 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::- (NSInteger)tag;573 ::^~~~~~~~~~~~~~~~~1 : warning /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote: : :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]also found38 :- (NSUInteger) count; [ng setWidth:[cg width]];1 ^~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~~~~~~~ generated./GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote::60: :921also found:: 1- (NSInteger)tag;note:: also found^~~~~~~~~~~~~~~~~note - (unsigned)count;: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h using^~~~~~~~~~~~~~~~~~: 180:- (void) setWidth: (CGFloat)newWidth;DocView.m1 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:325 :./GraphicObjects.subproj/VGraphic.hnote22::96: :warningalso found: 1multiple methods named 'count' found [-Wobjc-multiple-method-names] : - (NSInteger)tag; for (l=0; l<(int)[list count]; l++) note ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:- (void)setWidth:(float)w;:64 111:^~~~~~~~~~~~~~~~~~~~~~~~~~1:: 1 . note: : noteusing : also found - (NSUInteger) count; - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./LayerObject.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:14882:1:1: note: : notealso found: Compiling file dvPasteboard.m ... - (NSUInteger) count; also found^~~~~~~~~~~~~~~~~~~~~ - (int)tag;/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:1149 warning:1: generatednote. : also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Compiling file dvTile.m ... DocView.m:405:21: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] [layerObject removeAllObjects]; ^ DocView.m:402:17: note: previous statement is here if ( colorLayer(col, colorDict) < 0 ) // not in dictionary ^ DocView.m:441:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; 2 ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning s %lu generated . 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 Compiling file dvUndo.m ... DocView.m:1017:34: warning: incompatible function pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] [textArray sortUsingFunction:sortPosition context:&sort]; ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here GS_GENERIC_TYPE(ElementT),void*))compare ^ DocView.m:1169:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || !(iCnt=[list count])) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:1621:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![[aList objectAtIndex:l] count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1626:20: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[[aList objectAtIndex:l] count]-1; i>=0; i--) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: Compiling file Document.m ... note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found dvUndo.m:- (NSUInteger) count;156 :^~~~~~~~~~~~~~~~~~~~~51 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :warning91: : Compiling file DocWindow.m ... 1cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]: note: [self graphicsPerform:@selector(setFilled:) with:(void*)filled]; ^~~~~~~~~~~~~ also found dvUndo.m- (NSUInteger) count;: 244^~~~~~~~~~~~~~~~~~~~~: 21/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:: 149warning:: 1multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: [g setWidth:width];note : also found ^~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::9289::11:: notenote: : usingalso found - (void) setWidth: (CGFloat)newWidth;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::9673::11:: notenote: : also foundalso found - (void)setWidth:(float)w; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1673:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: Document.malso found: 1840- (NSUInteger) count;: 26^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hwarning:: 89unused variable 'pp' [-Wunused-variable]: 1 NSPrintPanel *pp;: note ^: also foundDocument.m :- (NSUInteger) count;1841 :^~~~~~~~~~~~~~~~~~~~~26 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :warning73: :unused variable 'pi' [-Wunused-variable]1 : NSPrintInfo *pi; note ^: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1723:18: warning: Compiling file FlippedView.m ... multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note2: warningalso founds generated- (NSUInteger) count;. Compiling file TileScrollView.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: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1955:30: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || ![list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:2270:26: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || ![list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: noteTileScrollView.m: :also found94 :25: - (int)state; ^~~~~~~~~~~~~warning : multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125DocView.m Compiling file LayerObject.m ... :2761:17: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: :32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag;note2 : ^~~~~~~~~~~~~~~~~also found warning - (void)setWidth:(float)w;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h s:^~~~~~~~~~~~~~~~~~~~~~~~~~ 38 generatedDocView.m:. :27711::21 Compiling file LayerDetailsController.m ... :note: also found warning- (NSInteger)tag;: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~ [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1: :note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2782:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2787:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2795:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] 180 [g setWidth:Prefs_LineWidth];: 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 92also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h- (void) setWidth: (CGFloat)newWidth; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~111 :./GraphicObjects.subproj/VGraphic.h1::96 :1note:: also foundnote: also found- (NSInteger) tag; - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; DocView.m^~~~~~~~~~~:2959 :TileScrollView.m36::94 warning:: multiple methods named 'state' found [-Wobjc-multiple-method-names]63 : if ( ![list count] || ![[layerList objectAtIndex:l] state] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h'NSCollectionViewItem' may not respond to 'tag':317: 1 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^note : ./VHFShared/types.husing: 125- (NSInteger)state;: 32^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote:: 60expanded from macro 'Diff': 1#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: ^note : TileScrollView.malso found: 94- (NSInteger)state;: 25^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hwarning:: 322multiple methods named 'tag' found [-Wobjc-multiple-method-names]: 1 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): LayerDetailsController.m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :note91:6:: ./VHFShared/types.hwarning: also foundmultiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] : [[typePopup itemWithTag:-1] setEnabled:NO]; // disable separating layers- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~~~~~~~ 125 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:^~~~~~~~~~~~~~~~~~~~:575 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h43: :1: note101: :note: using 1expanded from macro 'Diff'- (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228also found:1: ./VHFShared/VHFPopUpButtonAdditions.h note: :- (NSInteger) state;42 using^~~~~~~~~~~~~~~~~~~~ Compiling file MoveCell.m ... : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h1:: note71- (NSInteger) tag;: :^~~~~~~~~~~~~~~~~~31also found: - (id )itemWithTag:(int)tag; note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found: LayerDetailsController.m381@property NSVisualEffectState state;: 1: ^~~~~92: ./graphicsUndo.subproj/../LayerObject.h:note:6: 154also found: 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found: 38- (int)state;: 1^~~~~~~~~~~~~:: notewarning: : also foundmultiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] - (NSInteger)tag; [[typePopup itemWithTag:LAYER_TEMPLATE] setEnabled:YES]; ^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h::180575::11:: note: also foundnoteDocView.m :- (NSInteger)tag;3377 :^~~~~~~~~~~~~~~~~15 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: 111warning:: 1multiple methods named 'state' found [-Wobjc-multiple-method-names]: if ( ![[layerList objectAtIndex:l] state] || !(iCnt=[list count])note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSInteger) tag;: 317^~~~~~~~~~~~~~~~~~: 1./LayerObject.h:: 148note:: 1using: - (NSInteger)state;note : ^~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h- (int)tag;: 60^~~~~~~~~~~: 1TileScrollView.m:: 94note: using:: 63also found: warning: - (NSInteger)state;'NSCollectionViewItem' may not respond to 'tag' ^~~~~~~~~~~~~~~~~~~ if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322 :1: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^note: also found - (NSInteger) state;./VHFShared/types.h ^~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h125:101:1:: note: also found43 - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h :note71:: 31:expanded from macro 'Diff' note: also found #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values@property NSVisualEffectState state; ^~~~~ ^./graphicsUndo.subproj/../LayerObject.h: 154:TileScrollView.m1:: note94: also found :- (int)state;25 ^~~~~~~~~~~~~: DocView.mwarning:: 3481multiple methods named 'tag' found [-Wobjc-multiple-method-names]:17: warning if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if ( j > MAXCLASSES ) /* not in class list */ ^ - (id ) itemWithTag: (NSInteger)aTag;DocView.m./VHFShared/types.h: 3476:13::125 :note: previous statement is here57 : for ( j=0; j(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the valuesmultiple methods named 'width' found [-Wobjc-multiple-method-names] float sgw = [sg width]; ^ ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:1: :note: using 228- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ :./VHFShared/VHFPopUpButtonAdditions.h1./GraphicObjects.subproj/VGraphic.h::9442:: :1note:: using1 Compiling file MoveMatrix.m ... :note- (NSInteger) tag; note: : ^~~~~~~~~~~~~~~~~~also found also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (id )itemWithTag:(int)tag; - (float)width;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :LayerDetailsController.m^~~~~~~~~~~~~~~381 :93:DocView.m::635491::21:: warningwarning: notemultiple methods named 'width' found [-Wobjc-multiple-method-names]: : also found ws[c] = [sg width];multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] ^~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : [[typePopup itemWithTag:LAYER_TEMPLATE_1] setEnabled:YES];93^~~~~~~~~~~~~~~~~: 1 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.husing: :- (CGFloat) width; 38 575^~~~~~~~~~~~~~~~~~:: 1./GraphicObjects.subproj/VGraphic.h1::94:: 1 :note notenote: : : usingalso foundalso found - (float)width; - (NSInteger)tag;^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~- (id ) itemWithTag: (NSInteger)aTag;DocView.m : 3566/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~29::180 warning:: ./VHFShared/VHFPopUpButtonAdditions.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]1 : { float ggw = [gg width];: 42 ^~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:1:93: :also found1 : note - (NSInteger)tag;note : ^~~~~~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: - (CGFloat) width; : 111^~~~~~~~~~~~~~~~~~also found :./GraphicObjects.subproj/VGraphic.h :194- (id )itemWithTag:(int)tag;::1 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~notenote: also found: LayerDetailsController.m- (float)width;also found :^~~~~~~~~~~~~~~ 94- (NSInteger) tag;: 6:^~~~~~~~~~~~~~~~~~ ./LayerObject.h:warning: 148multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] : [[typePopup itemWithTag:LAYER_TEMPLATE_2] setEnabled:YES];1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575 :1DocView.mnote: also found:: 3733 :- (int)tag; 56note: :using ^~~~~~~~~~~ warning : TileScrollView.m- (id ) itemWithTag: (NSInteger)aTag;multiple methods named 'tag' found [-Wobjc-multiple-method-names]: [(DocWindow*)[document window] enableCoordDisplay:([sender tag] ? YES : NO)];94:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63 ^~~~~~~~~~~~./VHFShared/VHFPopUpButtonAdditions.h:42:1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::note228 : :warning: 1'NSCollectionViewItem' may not respond to 'tag': also found if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) - (id )itemWithTag:(int)tag;note: using ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ - (NSInteger) tag; ./VHFShared/types.h^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1125:: note: 57also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:note38:1: :expanded from macro 'Diff' note: #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the valuesalso found - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m^~~~~~~~~~~~~~~~~:105: ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h 18::TileScrollView.m180 ::warning1: 101::19 :notemultiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names]: also foundwarning [[typePopup itemWithTag:type] setEnabled:NO]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h : :575:^~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] 1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:note:2281: :: usingnote1: :also found - (NSInteger) tag;note - (id ) itemWithTag: (NSInteger)aTag;^~~~~~~~~~~~~~~~~~: ./graphicsUndo.subproj/../LayerObject.husing:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 148- (NSInteger) tag;: 1 :^~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.hnote : :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (int)tag;42 381^~~~~~~~~~~: :DocView.m1:13739:: 25note:: :warningalso found: multiple methods named 'tag' found [-Wobjc-multiple-method-names] - (NSInteger)tag; showDirection = [sender tag] ? YES : NO;note : ^~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h^~~~~~~~~~~~~~~~~: 228 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1- (id )itemWithTag:(int)tag;:: note38: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~using: 1- (NSInteger) tag;LayerDetailsController.m :^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h112:note381::: 15:also found :note : - (NSInteger)tag;also found - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~warning /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: ::38multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names]:1801 :: [typePopup selectItemWithTag:[layerObject type]]; // typenote1: also found: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; note^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found::180 73:1- (NSInteger)tag;:: 1note : ^~~~~~~~~~~~~~~~~also found: - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hMoveMatrix.m: 111^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: :1111using: 1::- (BOOL) selectItemWithTag: (NSInteger)tag; :note : also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag;note ./VHFShared/VHFPopUpButtonAdditions.h^~~~~~~~~~~~~~~~~~: :./graphicsUndo.subproj/../LayerObject.halso found:43148:: 11:- (NSInteger) tag; :note : also foundnote : - (int)tag;^~~~~~~~~~~~~~~~~~ also found^~~~~~~~~~~ ./LayerObject.h123DocView.m::- (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.43798148: 10^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :warningLayerDetailsController.m: 1'sel_eq' is deprecated [-Wdeprecated-declarations]: 114 if ( VHFSelectorIsEqual(action, @selector(bringToFront:)) ||:: ^5note: : ./VHFShared/vhfCompatibility.hwarningalso found:: 47multiple methods named 'setState:' found [-Wobjc-multiple-method-names]:- (int)tag; 38 : [batchSwitch setState:[layerObject useForTile]]; // batch production^~~~~~~~~~~ noteTileScrollView.m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hexpanded from macro 'VHFSelectorIsEqual':: 316# define VHFSelectorIsEqual(a, b) sel_eq(a, b)101 :: ^57 1:/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 79warning:: note16'NSCollectionViewItem' may not respond to 'tag': : scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; usingnote ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ : - (void)setState:(NSInteger)value;'sel_eq' has been explicitly marked deprecated hereTileScrollView.m :__attribute__((deprecated))120 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^25 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hDocView.m ::warning593799: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]10 : if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) :warning ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 : ./VHFShared/types.h'sel_eq' is deprecated [-Wdeprecated-declarations]: 125 VHFSelectorIsEqual(action, @selector(bringForward:)) ):: 32 ^: note./VHFShared/vhfCompatibility.hnote: :: also found47expanded from macro 'Diff': 38#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: - (void)setState:(NSInteger)value; ^ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :expanded from macro 'VHFSelectorIsEqual'228 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# define VHFSelectorIsEqual(a, b) sel_eq(a, b): ^1 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: 79note::16: :281 usingnote : :'sel_eq' has been explicitly marked deprecated here- (NSInteger) tag; __attribute__((deprecated))^~~~~~~~~~~~~~~~~~ ^1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:DocView.m:: 3818note:38115::: 1warning:: also found'sel_eq' is deprecated [-Wdeprecated-declarations] else if ( VHFSelectorIsEqual(action, @selector(sendToBack:)) ||note - (void) setState: (NSInteger)state; ^: ./VHFShared/vhfCompatibility.halso found:^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~47 : 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:- (NSInteger)tag; : note71: ^~~~~~~~~~~~~~~~~expanded from macro 'VHFSelectorIsEqual': 31# define VHFSelectorIsEqual(a, b) sel_eq(a, b) : ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.hnote::79: :3816also found:: note1: @property NSVisualEffectState state;'sel_eq' has been explicitly marked deprecated here: __attribute__((deprecated)) ^~~~~ ^./InspectorPanel.subproj/../LayerObject.h noteDocView.m::1533819: :15::1 also foundwarning:: 'sel_eq' is deprecated [-Wdeprecated-declarations] note VHFSelectorIsEqual(action, @selector(sendBackward:)) )- (NSInteger)tag; : ^also found ./VHFShared/vhfCompatibility.h^~~~~~~~~~~~~~~~~- (void)setState:(int)flag;: 47/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~~~~~~~~~~:: 38LayerDetailsController.m:180: :133note1:: :32expanded from macro 'VHFSelectorIsEqual': notewarning# define VHFSelectorIsEqual(a, b) sel_eq(a, b): also found: ^ - (NSInteger)tag;multiple methods named 'state' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :^~~~~~~~~~~~~~~~~79 [layerObject setUseForTile:[batchSwitch state]];:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h 16: ^~~~~~~~~~~~~~~~~~~:111 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1note::: 'sel_eq' has been explicitly marked deprecated here317 note:__attribute__((deprecated)): 1 also found: ^ - (NSInteger) tag; DocView.m :^~~~~~~~~~~~~~~~~~3838 note:./LayerObject.h: 15::148using :warning1 : :- (NSInteger)state;'sel_eq' is deprecated [-Wdeprecated-declarations] note else if ( VHFSelectorIsEqual(action, @selector(toggleGrid:)) ): also found^~~~~~~~~~~~~~~~~~~ ^ - (int)tag;./VHFShared/vhfCompatibility.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h^~~~~~~~~~~:: 47TileScrollView.m::6038120:: 63note::: expanded from macro 'VHFSelectorIsEqual'warning1 : :# define VHFSelectorIsEqual(a, b) sel_eq(a, b)'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/objc/runtime-deprecated.h ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 79- (NSInteger)state;./VHFShared/types.h: 16::^~~~~~~~~~~~~~~~~~~125 :note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h32: ::'sel_eq' has been explicitly marked deprecated here322 __attribute__((deprecated)): note ^1: :expanded from macro 'Diff'DocView.m :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values3843note: : 15 ^:also found warning : TileScrollView.m'sel_eq' is deprecated [-Wdeprecated-declarations]- (NSInteger) state;: 120 else if ( VHFSelectorIsEqual(action, @selector(group:))^~~~~~~~~~~~~~~~~~~~: 25 ^:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :./VHFShared/vhfCompatibility.hwarning:: 47multiple methods named 'tag' found [-Wobjc-multiple-method-names]101: :38 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : note./VHFShared/types.h: :expanded from macro 'VHFSelectorIsEqual'125 :# define VHFSelectorIsEqual(a, b) sel_eq(a, b) 43 : ^note /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h: note:also found: 79 expanded from macro 'Diff':- (NSInteger) state; 16#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: ^~~~~~~~~~~~~~~~~~~~ ^ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: ::'sel_eq' has been explicitly marked deprecated here71228 ::__attribute__((deprecated))311 : ^: DocView.mnote:note3845: : :using18also found : - (NSInteger) tag; warning@property NSVisualEffectState state;^~~~~~~~~~~~~~~~~~: 'sel_eq' is deprecated [-Wdeprecated-declarations] ^~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : || VHFSelectorIsEqual(action, @selector(join:)) )./InspectorPanel.subproj/../LayerObject.h381 :: ^1 154:./VHFShared/vhfCompatibility.h: :note1: 47:also found: note38: - (NSInteger)tag;:also found ^~~~~~~~~~~~~~~~~ note - (int)state;: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hexpanded from macro 'VHFSelectorIsEqual' : 38^~~~~~~~~~~~~:# define VHFSelectorIsEqual(a, b) sel_eq(a, b)1 : ^note : also found/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h ::- (NSInteger)tag;79 :^~~~~~~~~~~~~~~~~ 16/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:: 180:note1:: note: 'sel_eq' has been explicitly marked deprecated herealso found - (NSInteger)tag; __attribute__((deprecated))^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h ^:111 :8DocView.m1::3856 note:: 15also found: - (NSInteger) tag;warning warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]^~~~~~~~~~~~~~~~~~ else if ( VHFSelectorIsEqual(action, @selector(punch:)) )./LayerObject.h : ^148 :./VHFShared/vhfCompatibility.h1::47 :note38: :also found note- (int)tag;: expanded from macro 'VHFSelectorIsEqual'^~~~~~~~~~~ # define VHFSelectorIsEqual(a, b) sel_eq(a, b)TileScrollView.m : ^120 :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h63::79 :warning16: :'NSCollectionViewItem' may not respond to 'tag' note if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): 'sel_eq' has been explicitly marked deprecated here ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ __attribute__((deprecated))./VHFShared/types.h : ^125 :sDocView.m43::3879 :note15: :expanded from macro 'Diff' warning#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: 'sel_eq' is deprecated [-Wdeprecated-declarations] ^ generated else if ( VHFSelectorIsEqual(action, @selector(ungroup:)) )TileScrollView.m : ^120. :2518./VHFShared/vhfCompatibility.h:::47 Compiling file MyPageLayout.m ... : 38: warningnote: warningexpanded from macro 'VHFSelectorIsEqual': multiple methods named 'tag' found [-Wobjc-multiple-method-names]# define VHFSelectorIsEqual(a, b) sel_eq(a, b): if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h./VHFShared/types.h [self getRow:&row column:&column forPoint:mouseDownLocation];:: 125:7957::16 :note : noteexpanded from macro 'Diff': 'sel_eq' has been explicitly marked deprecated here#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values __attribute__((deprecated)) ^ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :DocView.m ^~~~228:3892 ::115/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:: warningnote: : 'sel_eq' is deprecated [-Wdeprecated-declarations]using else if ( VHFSelectorIsEqual(action, @selector(split:)) )- (NSInteger) tag; : ^ 174./VHFShared/vhfCompatibility.h^~~~~~~~~~~~~~~~~~::47 :3138/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: :note : 381expanded from macro 'VHFSelectorIsEqual'note :# define VHFSelectorIsEqual(a, b) sel_eq(a, b): 1 ^passing argument to parameter 'row' here: /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h :note79- (BOOL) getRow: (NSInteger *)row:: 16 :also found ^note : - (NSInteger)tag;'sel_eq' has been explicitly marked deprecated hereMoveMatrix.m __attribute__((deprecated)): ^~~~~~~~~~~~~~~~~ ^123 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hDocView.m30::3906:: 15warning:38 : warning:: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]'sel_eq' is deprecated [-Wdeprecated-declarations]1 else if ( VHFSelectorIsEqual(action, @selector(flatten:)) ): [self getRow:&row column:&column forPoint:mouseDownLocation]; ^ ./VHFShared/vhfCompatibility.hnote: ^~~~~~~47: : 38also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h note:: - (NSInteger)tag;expanded from macro 'VHFSelectorIsEqual' 175# define VHFSelectorIsEqual(a, b) sel_eq(a, b)^~~~~~~~~~~~~~~~~ : ^ 24/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::79::18016:: 1notenote: : 'sel_eq' has been explicitly marked deprecated here: passing argument to parameter 'column' here__attribute__((deprecated)) ^note column: (NSInteger *)column: DocView.m :also found3919 ^: 15 : warningMoveMatrix.m: - (NSInteger)tag;'sel_eq' is deprecated [-Wdeprecated-declarations] : 275 else if ( VHFSelectorIsEqual(action, @selector(addLink:)) )^~~~~~~~~~~~~~~~~ : ^23 ./VHFShared/vhfCompatibility.h::47/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:38 :: note: warningexpanded from macro 'VHFSelectorIsEqual': 111# define VHFSelectorIsEqual(a, b) sel_eq(a, b) incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] ^: 1 /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h if (![self getRow:&newRow column:&column forPoint:mouseUpLocation])::79 : ^~~~~~~16note: : note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h: 'sel_eq' has been explicitly marked deprecated here also found__attribute__((deprecated)) : 174 ^- (NSInteger) tag; :DocView.m31: :note3926: ^~~~~~~~~~~~~~~~~~:15:passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)rowwarning: ./LayerObject.h 'sel_eq' is deprecated [-Wdeprecated-declarations] ^ else if ( VHFSelectorIsEqual(action, @selector(bindTextToPath:)) ): 148 ^:MoveMatrix.m 1./VHFShared/vhfCompatibility.h:::47 275:38:note38:: : note : also foundexpanded from macro 'VHFSelectorIsEqual'warning : # define VHFSelectorIsEqual(a, b) sel_eq(a, b)incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] - (int)tag; ^ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h if (![self getRow:&newRow column:&column forPoint:mouseUpLocation]): 79^~~~~~~~~~~ : ^~~~~~~16TileScrollView.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h: 175note::: 24'sel_eq' has been explicitly marked deprecated here:120 __attribute__((deprecated)):note 63 ^: : warningpassing argument to parameter 'column' hereDocView.m: : 3941 column: (NSInteger *)column:'NSCollectionViewItem' may not respond to 'tag' 15 ^: warning if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)MoveMatrix.m: : 'sel_eq' is deprecated [-Wdeprecated-declarations] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 276 else if ( VHFSelectorIsEqual(action, @selector(copy:)) )./VHFShared/types.h :: ^22125 ::./VHFShared/vhfCompatibility.h57::47 :38notewarning:: : incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]expanded from macro 'Diff' note : [self getRow:&newRow column:&column forPoint:(cellFrame.origin)];expanded from macro 'VHFSelectorIsEqual'#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values # define VHFSelectorIsEqual(a, b) sel_eq(a, b) ^ ^TileScrollView.m :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h126::7926::16 :warning : notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 'sel_eq' has been explicitly marked deprecated here scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; __attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h Compiling file propertyList.m ... : 228DocView.m::13952: ^~~~~~~ : 15/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.hnote::: 174 usingwarning: 31: - (NSInteger) tag;'sel_eq' is deprecated [-Wdeprecated-declarations] :^~~~~~~~~~~~~~~~~~ else if ( VHFSelectorIsEqual(action, @selector(mirror:)) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ^: 381./VHFShared/vhfCompatibility.h::147:: 38note:: also foundnote : - (NSInteger)tag;expanded from macro 'VHFSelectorIsEqual' ^~~~~~~~~~~~~~~~~# define VHFSelectorIsEqual(a, b) sel_eq(a, b) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ^: 38/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h::179:: 16note:: also foundnote : - (NSInteger)tag;'sel_eq' has been explicitly marked deprecated here ^~~~~~~~~~~~~~~~~__attribute__((deprecated)) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h ^: 180DocView.m::13953:: 18note:: also foundwarning : - (NSInteger)tag;'sel_eq' is deprecated [-Wdeprecated-declarations]note || VHFSelectorIsEqual(action, @selector(rotateG:)): ^~~~~~~~~~~~~~~~~ ^passing argument to parameter 'row' here ./VHFShared/vhfCompatibility.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h47- (BOOL) getRow: (NSInteger *)row::38 :111 ^ : note1: MoveMatrix.m:expanded from macro 'VHFSelectorIsEqual': 276# define VHFSelectorIsEqual(a, b) sel_eq(a, b): 37note ^: :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.halso found: 79warning:: - (NSInteger) tag;incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]16 :^~~~~~~~~~~~~~~~~~ [self getRow:&newRow column:&column forPoint:(cellFrame.origin)]; note./LayerObject.h ^~~~~~~: : 'sel_eq' has been explicitly marked deprecated here148 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h__attribute__((deprecated)): 1:: ^ 175 note:DocView.m: :also found24 3954- (int)tag;:: 18^~~~~~~~~~~ : note TileScrollView.m: warning:passing argument to parameter 'column' here: 126'sel_eq' is deprecated [-Wdeprecated-declarations]: 64 : || VHFSelectorIsEqual(action, @selector(reverse:)) column: (NSInteger *)column warning ^: 'NSCollectionViewItem' may not respond to 'tag'./VHFShared/vhfCompatibility.h : scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; ^47 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 38MoveMatrix.m: : TileScrollView.mnote:319: 172:expanded from macro 'VHFSelectorIsEqual':13 25# define VHFSelectorIsEqual(a, b) sel_eq(a, b):: ^warning : warning/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 79 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): : 16 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ./VHFShared/types.hmultiple methods named 'setTag:' found [-Wobjc-multiple-method-names]note : : [activeCell setTag:(newRow)]; // in its new home'sel_eq' has been explicitly marked deprecated here125 : __attribute__((deprecated))32 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: DocView.mnote:: expanded from macro 'Diff'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h3955 :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values:18 380 ^: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:warning:1: 228:'sel_eq' is deprecated [-Wdeprecated-declarations]: 1 || VHFSelectorIsEqual(action, @selector(buildContour:)): note ^note : : ./VHFShared/vhfCompatibility.husingusing: 47- (NSInteger) tag;- (void)setTag:(NSInteger)anInt; :^~~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :note381^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: : expanded from macro 'VHFSelectorIsEqual'1 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h# define VHFSelectorIsEqual(a, b) sel_eq(a, b): :note ^: 179also found :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h- (NSInteger)tag;: 791^~~~~~~~~~~~~~~~~: 16:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:: 38note: : 1note'sel_eq' has been explicitly marked deprecated here:: also found__attribute__((deprecated))note : also found ^ - (void)setTag:(NSInteger)anInt;- (NSInteger)tag; DocView.m ^~~~~~~~~~~~~~~~~: 3956^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h18::180 warning:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h1'sel_eq' is deprecated [-Wdeprecated-declarations]:: 296 || VHFSelectorIsEqual(action, @selector(delete:)):note : ^also found 1 ./VHFShared/vhfCompatibility.h:- (NSInteger)tag;47 ::^~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h note:note: 111expanded from macro 'VHFSelectorIsEqual': : 1# define VHFSelectorIsEqual(a, b) sel_eq(a, b)also found: ^note : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h- (void) setTag: (NSInteger)anInt;also found: 79- (NSInteger) tag;: 16^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:124:./LayerObject.h1::148 :note1: :also found note- (void) setTag: (NSInteger)tag;: also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MoveCell.h- (int)tag;: 44^~~~~~~~~~~: 1TileScrollView.m:: 172note:: 63also found: - (void)setTag:(int)anInt;warning : ^~~~~~~~~~~~~~~~~~~~~~~~~~'NSCollectionViewItem' may not respond to 'tag' MoveMatrix.m if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): 333 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 13./VHFShared/types.h:: 125warning:: notemultiple methods named 'setTag:' found [-Wobjc-multiple-method-names]: 32 [activeCell setTag:newRow]; // in its new home'sel_eq' has been explicitly marked deprecated here : ^~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :expanded from macro 'Diff'380 :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values1 : ^ noteTileScrollView.m: :using172 :- (void)setTag:(NSInteger)anInt;25 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]179__attribute__((deprecated)): 1 ^ :DocView.m :note 3957 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): : 18also found: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:warning- (void)setTag:(NSInteger)anInt;125: :43 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'sel_eq' is deprecated [-Wdeprecated-declarations] || VHFSelectorIsEqual(action, @selector(selectColor:))note : ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hexpanded from macro 'Diff' :./VHFShared/vhfCompatibility.h#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values296: :47 ^1:: 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ::note 228note: :: 1expanded from macro 'VHFSelectorIsEqual'also found: # define VHFSelectorIsEqual(a, b) sel_eq(a, b)note - (void) setTag: (NSInteger)anInt;: ^using /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h- (NSInteger) tag;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~79^~~~~~~~~~~~~~~~~~: 16/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: : 381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 1'sel_eq' has been explicitly marked deprecated here:: 124 __attribute__((deprecated)):note 1: ^:also found DocView.mnote- (NSInteger)tag;:: 3958propertyList.m^~~~~~~~~~~~~~~~~: also found 18/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h- (void) setTag: (NSInteger)tag;:: 38warning^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:: 1'sel_eq' is deprecated [-Wdeprecated-declarations] : ./MoveCell.h || VHFSelectorIsEqual(action, @selector(selectEqual:))note: : 44 ^also found :./VHFShared/vhfCompatibility.h- (NSInteger)tag;:1 47^~~~~~~~~~~~~~~~~: :38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :: note180note:: : 1also foundexpanded from macro 'VHFSelectorIsEqual': # define VHFSelectorIsEqual(a, b) sel_eq(a, b)note - (void)setTag:(int)anInt;: ^ also found ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h - (NSInteger)tag;: 79MoveMatrix.m^~~~~~~~~~~~~~~~~::16363 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h 22:note111:: : 'sel_eq' has been explicitly marked deprecated here1warning: : __attribute__((deprecated)):incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] note ^: [self getRow:&row column:&col ofCell:activeCell];also found DocView.m ^~~~- (NSInteger) tag;: 3959/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h^~~~~~~~~~~~~~~~~~:: 18177./LayerObject.h::: 3140warning:148: :'sel_eq' is deprecated [-Wdeprecated-declarations] 1 :note: || VHFSelectorIsEqual(action, @selector(cut:))passing argument to parameter 'row' herenote : ^- (BOOL) getRow: (NSInteger *)rowalso found ./VHFShared/vhfCompatibility.h ^- (int)tag;: 47^~~~~~~~~~~MoveMatrix.m:: 38363TileScrollView.m::: 17234note::: 63 expanded from macro 'VHFSelectorIsEqual':warning : incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]# define VHFSelectorIsEqual(a, b) sel_eq(a, b)warning : ^: 'NSCollectionViewItem' may not respond to 'tag' [self getRow:&row column:&col ofCell:activeCell]; 12 if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h ^~~~: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^79/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h ::./VHFShared/types.h17816:::12524 ::note43 : :note'sel_eq' has been explicitly marked deprecated here : notepassing argument to parameter 'column' here__attribute__((deprecated)): expanded from macro 'Diff' ^ column: (NSInteger *)column #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ DocView.m ^:MoveMatrix.m :3960366TileScrollView.m:::7018:172: :warning25 : :incompatible pointer types passing 'float [6]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] warning warning: cellBorder = NSDrawTiledRects(cellBorder, cellBorder, sides, grays, 6);: 'sel_eq' is deprecated [-Wdeprecated-declarations]multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~ if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) || VHFSelectorIsEqual(action, @selector(transform:)) ) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSGraphics.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 135 ./VHFShared/vhfCompatibility.h::./VHFShared/types.h5447::125 ::note3857: ::passing argument to parameter 'grays' here notenote const CGFloat *grays,: : ^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/AppKit/NSView.h:228:1 : note: using/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h warning- (NSInteger) tag; : ^~~~~~~~~~~~~~~~~~: class 'PropertyList' defined without specifying a base class [-Wobjc-root-class] 79/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h@interface PropertyList:: 38116 ^::1: notenote: 'sel_eq' has been explicitly marked deprecated here: propertyList.m:also found 40 - (NSInteger)tag;: __attribute__((deprecated))24^~~~~~~~~~~~~~~~~ : ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :11DocView.m38::39711 warning::15 s:note : generatedwarningalso found. note: - (NSInteger)tag;'sel_eq' is deprecated [-Wdeprecated-declarations] ^~~~~~~~~~~~~~~~~ Compiling file ProgressIndicator.m ... else if ( VHFSelectorIsEqual(action, @selector(selectAll:)) ) ^: add a super class to fix this problem/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h./VHFShared/vhfCompatibility.h ::47@interface PropertyList180::38 1:: ^ notenote: : expanded from macro 'VHFSelectorIsEqual' : NSObject also found # define VHFSelectorIsEqual(a, b) sel_eq(a, b)- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h::11179::116:: notenote: : also found'sel_eq' has been explicitly marked deprecated here - (NSInteger) tag;__attribute__((deprecated)) ^~~~~~~~~~~~~~~~~~ ^ ./LayerObject.h:148:1DocView.m:: 3983note:: 15also found: - (int)tag;warning : ^~~~~~~~~~~'sel_eq' is deprecated [-Wdeprecated-declarations] TileScrollView.m else if ( VHFSelectorIsEqual(action, @selector(paste:)) ): 172 ^: 63./VHFShared/vhfCompatibility.h:: 47warning:: 38: 'NSCollectionViewItem' may not respond to 'tag' note if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^expanded from macro 'VHFSelectorIsEqual' ./VHFShared/types.h:# define VHFSelectorIsEqual(a, b) sel_eq(a, b) 125 ^: 57/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:: 79note:: 16expanded from macro 'Diff': #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the valuesnote : ^'sel_eq' has been explicitly marked deprecated here TileScrollView.m__attribute__((deprecated)): 181 ^:23: warning: DocView.mmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 3993 scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;: 15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hwarning:: 228'sel_eq' is deprecated [-Wdeprecated-declarations]: 1 else if ( VHFSelectorIsEqual(action, @selector(displayDirections:)) ): ^note : ./VHFShared/vhfCompatibility.husing: 47- (NSInteger) tag;: 38^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: 381expanded from macro 'VHFSelectorIsEqual': 1# define VHFSelectorIsEqual(a, b) sel_eq(a, b): ^note : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.halso found: 79- (NSInteger)tag;: 16^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:: 38'sel_eq' has been explicitly marked deprecated here: 1__attribute__((deprecated)): ^note : DocView.malso found: 3995- (NSInteger)tag;: 15^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hwarning:: 180'sel_eq' is deprecated [-Wdeprecated-declarations]: 1 else if ( VHFSelectorIsEqual(action, @selector(toggleCoordDisplay:)) ): ^note : ./VHFShared/vhfCompatibility.halso found: 47- (NSInteger)tag;: 38^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hnote:: 111expanded from macro 'VHFSelectorIsEqual': 1# define VHFSelectorIsEqual(a, b) sel_eq(a, b): ^note : /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.halso found: 79- (NSInteger) tag;: 16^~~~~~~~~~~~~~~~~~: ./LayerObject.hnote:: 148'sel_eq' has been explicitly marked deprecated here: 11:__attribute__((deprecated)) warning note ^: generatedalso found - (int)tag; ^~~~~~~~~~~ DocView.mTileScrollView.m:181:61::4046 warning: 'NSCollectionViewItem' may not respond to 'tag': 38 scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ warningTileScrollView.m: :. implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]187 : Compiling file DXFImportSub.m ... 19 unsigned int index = NSNotFound;: ~~~~~ ^~~~~~~~~~warning : DocView.mmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 4048 scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;: 55 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hwarning:: 228result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare]: 1: if ((index=[slist indexOfObject:obj]) != NSNotFound) note: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~using DocView.m- (NSInteger) tag;: 4107^~~~~~~~~~~~~~~~~~: 30/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: 381warning:: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: for (i=0, iCnt = [newSlist count]; i=0; i--):5 :warning: ^~~~~~~~~~~~~conflicting parameter types in implementation of 'rectForPage:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] warning- (NSRect)rectForPage:(int)pageNumber/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h : ~~~ ^:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]64 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: [g setWidth:state.width];579 :136 ^~~~~~~~~~~~~~~~~~~~~~~~: note: :previous definition is here /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (NSRect) rectForPage: (NSInteger)page; : note ~~~~~~~~~ ^92: using: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.husing: 82- (void) setWidth: (CGFloat)newWidth;: 1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ./GraphicObjects.subproj/VGraphic.hnote:: 96also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62- (void)setWidth:(float)w;: 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:21 warning:s generatednote. : also found - (unsigned)count; Compiling file PSImportSub.m ... ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:HPGLImportSub.m72::5617::25 warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names]warning : int i, cnt=[bList count];multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~ [g addList:aList at:[[g list] count]]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ^~~~~~~~~~~~~~~~: 64:1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :using1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :- (NSUInteger) count;82 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (NSUInteger) count;62 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :note62: :also found1 :- (NSUInteger) count; // Primitive note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :- (NSUInteger) count; // Primitive127 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :also found1 :- (NSUInteger) count; notePSImportSub.m: :also found^~~~~~~~~~~~~~~~~~~~~66 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:10: :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ warning: 104/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::1: multiple methods named 'count' found [-Wobjc-multiple-method-names]note 104 if ( [aList count] > 0 ) : ^~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::64:1: note: using note- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~: : also foundalso found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91: 1^~~~~~~~~~~~~~~~~~~~~: note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1:: note: also found 1- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: 89:1: note: also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:- (NSUInteger) count;1: note: also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h./GraphicObjects.subproj/VPath.h:60:1: note: also found: 149- (unsigned)count;: ^~~~~~~~~~~~~~~~~~ 1GerberImportSub.m:76::5: warning: notemultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [g setWidth:state.width];also found ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h92:- (NSUInteger) count;:82 :^~~~~~~~~~~~~~~~~~~~~11: : note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: also found : - (NSUInteger) count;note 89: using :- (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 :./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:96:1:: note: also found - (void)setWidth:(float)w;62 :^~~~~~~~~~~~~~~~~~~~~~~~~~1 : GerberImportSub.m :note82: :also found5 :- (NSUInteger) count; // Primitive warning^~~~~~~~~~~~~~~~~~~~~: note: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h [l setWidth:state.width];: 127 ^~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (NSUInteger) count;: 92:^~~~~~~~~~~~~~~~~~~~~:1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1 :note:: using73 :- (void) setWidth: (CGFloat)newWidth;note : 1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also found./GraphicObjects.subproj/VGraphic.h:: 96note- (NSUInteger) count;:1: :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: also found:also found - (NSUInteger) count;- (void)setWidth:(float)w;104 :^~~~~~~~~~~~~~~~~~~~~~~~~~1 : GerberImportSub.m :note89: :^~~~~~~~~~~~~~~~~~~~~also found5 : - (NSUInteger) count; warning^~~~~~~~~~~~~~~~~~~~~: ./GraphicObjects.subproj/VPath.h multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h : [l setWidth:state.width];91 60 ^~~~~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::192:::1 : note: notenoteusing: : - (void) setWidth: (CGFloat)newWidth; also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found ./GraphicObjects.subproj/VGraphic.h- (unsigned)count; : 96:^~~~~~~~~~~~~~~~~~1- (NSUInteger) count;: noteHPGLImportSub.m^~~~~~~~~~~~~~~~~~~~~: also found: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (void)setWidth:(float)w; 58^~~~~~~~~~~~~~~~~~~~~~~~~~ :GerberImportSub.m::596:: 5warning: : 149warning:: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]1multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [l setWidth:state.width]; [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ^~~~~~~~~~~~~~~~~~~~~~~~note:: 92: 1also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : 92note- (NSUInteger) count;: :using1: note - (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~~~~: using ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h- (void) setWidth: (CGFloat)newWidth;:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h96: :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1:89 :note: 1also found./GraphicObjects.subproj/VGraphic.h :- (void)setWidth:(float)w; :^~~~~~~~~~~~~~~~~~~~~~~~~~96 :noteGerberImportSub.m1::103: :also found5 note:: warning- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h [l setWidth:state.width];: 73 ^~~~~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::92 :^~~~~~~~~~~~~~~~~~~~~~~~~~11 :HPGLImportSub.m :note : noteusing: 70- (void) setWidth: (CGFloat)newWidth;: :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25also found./GraphicObjects.subproj/VGraphic.h:: 96 :- (NSUInteger) count;warning1 :: ^~~~~~~~~~~~~~~~~~~~~ note: ./GraphicObjects.subproj/VPath.halso found :- (void)setWidth:(float)w;60 :1^~~~~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]note GerberImportSub.m: : [g addList:aList at:[[g list] count]];also found126 : 9- (unsigned)count;: ^~~~~~~~~~~~~~~~ warning^~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h if ([aList count] == 1)PSImportSub.m: : ^~~~~~~~~~~~~72 64/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::964:1::1:: note: usingnote : - (NSUInteger) count;warning using^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count;:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]82 :^~~~~~~~~~~~~~~~~~~~~1 : [g setWidth:0.0]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote:: 82also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h note:: 62also found: 1- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found: 127- (NSUInteger) count; // Primitive: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote:: 127also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.halso found ^~~~~~~~~~~~~~~~: 104- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote:: 104also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found: 91 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found91 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 89/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found::73 :92- (NSUInteger) count;1: :1 ^~~~~~~~~~~~~~~~~~~~~:note : also foundnote /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSUInteger) count;: : 73using^~~~~~~~~~~~~~~~~~~~~: 1- (void) setWidth: (CGFloat)newWidth;./GraphicObjects.subproj/VPath.h: : 60^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note: : ./GraphicObjects.subproj/VGraphic.h1also found:: 96 - (NSUInteger) count;:note 1: ^~~~~~~~~~~~~~~~~~~~~also found: - (unsigned)count;./GraphicObjects.subproj/VPath.hnote :: ^~~~~~~~~~~~~~~~~~60 also found:GerberImportSub.m :1133- (void)setWidth:(float)w;::5 :^~~~~~~~~~~~~~~~~~~~~~~~~~ note : also found 59warningPSImportSub.m: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] warning 85 [g setWidth:state.width];: 9 ^~~~~~~~~~~~~~~~~~~~~~~~s :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :warning92: :multiple methods named 'count' found [-Wobjc-multiple-method-names]1 : generated - (unsigned)count;note if ([aList count] == 1): using ^~~~~~~~~~~~~~~~~~- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~. HPGLImportSub.m./GraphicObjects.subproj/VGraphic.h::7396::15:: note : warningalso found: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (void)setWidth:(float)w; [g setWidth:state.width];^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hGerberImportSub.m:144 ^~~~~~~~~~~~~~~~~~~~~~~~: 9/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :warning92: :multiple methods named 'count' found [-Wobjc-multiple-method-names]1 : if ([aList count] == 1) : ^~~~~~~~~~~~~ Compiling file DINImportSub.m ... /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:note64: :64:using11: :note- (void) setWidth: (CGFloat)newWidth;: using^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~./GraphicObjects.subproj/VGraphic.hnote:: 96/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::821::1: notenote: : also foundalso foundusing - (NSUInteger) count; - (void)setWidth:(float)w;- (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~~~~~~~~~ 62 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1::82 :note1: :also found note- (NSUInteger) count; // Primitive: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :^~~~~~~~~~~~~~~~~~~~~127 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h1::62 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :^~~~~~~~~~~~~~~~~~~~~104 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1::127 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :^~~~~~~~~~~~~~~~~~~~~91 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1::104 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :^~~~~~~~~~~~~~~~~~~~~149 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1::91 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :^~~~~~~~~~~~~~~~~~~~~89 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1::149 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :^~~~~~~~~~~~~~~~~~~~~73 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1::89 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~~~~~60 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::73 :note1: :also found note- (unsigned)count;: also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count; GerberImportSub.m^~~~~~~~~~~~~~~~~~~~~: 151./GraphicObjects.subproj/VPath.h::560:: 1warning:: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]note : [g setWidth:0.0]; // instead state.width - only used in setPath and setPad -> need both width = 0 !also found ^~~~~~~~~~~~~~~~- (unsigned)count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~: 92:PSImportSub.m1::87 :note15: :using warning- (void) setWidth: (CGFloat)newWidth;: multiple methods named 'count' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ else if ( [aList count] > 0 )./GraphicObjects.subproj/VGraphic.h : ^~~~~~~~~~~~~96 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h1::64 :note1: :also found note- (void)setWidth:(float)w;: using^~~~~~~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~GerberImportSub.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h161::829::1 :warning note: : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSUInteger) count; if ([aList count] == 1)^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hnote: :also found 64- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:1127::1 :note note: : usingalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :104/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::182: :note1: :also found - (NSUInteger) count;note ^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: 91- (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/NSMetadata.halso found: 149- (NSUInteger) count; // Primitive: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote: :also found127 :- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:note89:: 1also found: note- (NSUInteger) count;: also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :^~~~~~~~~~~~~~~~~~~~~104 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:173:: 1note: :also found note- (NSUInteger) count;: also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found ./GraphicObjects.subproj/VPath.h:- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ 60:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: 1:also found note : - (NSUInteger) count;also found - (unsigned)count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h4:PSImportSub.m warning89::941: :9note: : warningalso found: smultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (NSUInteger) count; generated ^~~~~~~~~~~~~~~~~~~~~ [g setWidth:state.width];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~./GraphicObjects.subproj/VPath.h :60:1: note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.halso found :. - (unsigned)count;92 :^~~~~~~~~~~~~~~~~~1 :GerberImportSub.m :note168: :using5 :- (void) setWidth: (CGFloat)newWidth; warning^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]./GraphicObjects.subproj/VGraphic.h : [g setWidth:0.0];96 : ^~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note92: :also found1 :- (void)setWidth:(float)w; note^~~~~~~~~~~~~~~~~~~~~~~~~~: using Compiling file DXFExportSub.m ... - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1PSImportSub.m:: 177note:: 27also found: - (void)setWidth:(float)w;warning : ^~~~~~~~~~~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] if (!moveToOrigin || ![list count])GerberImportSub.m: 180 ^~~~~~~~~~~~: 11/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:: 64warning:: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: if ( ![aList count] )note : ^~~~~~~~~~~~~using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h- (NSUInteger) count;: 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 :- (NSUInteger) count;82 :^~~~~~~~~~~~~~~~~~~~~1 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hnote: :also found62 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: :also found62 :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :- (NSUInteger) count; // Primitive127 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note127: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :- (NSUInteger) count;104 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :note104: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :- (NSUInteger) count;91 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :note91:1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :^~~~~~~~~~~~~~~~~~~~~149 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h1::149 :note1: :also found note- (NSUInteger) count;: also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :^~~~~~~~~~~~~~~~~~~~~89 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h1::89 :note1: :also found note- (NSUInteger) count;: also found ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h73::731:1:: notenote: : also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h./GraphicObjects.subproj/VPath.h::6060::11:: notenote: : also foundalso found - (unsigned)count;- (unsigned)count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ GerberImportSub.m:PSImportSub.m184::1849::12 :warning : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]warning : [g setWidth:state.width];multiple methods named 'count' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~ for (i=[list count]-1; i>0; i--) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ^~~~~~~~~~~~: 92/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::164:: 1note:: usingnote : - (void) setWidth: (CGFloat)newWidth;using ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h96::182: :1note: also found: note : - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count; GerberImportSub.m:^~~~~~~~~~~~~~~~~~~~~ 190/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::1962: :warning1: : multiple methods named 'count' found [-Wobjc-multiple-method-names] note: int cnt = [aList count];also found ^~~~~~~~~~~~~ - (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:^~~~~~~~~~~~~~~~~~~~~64 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:1:127 note:1:: using note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82^~~~~~~~~~~~~~~~~~~~~ :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h: :104:note: 1: also found note: - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62^~~~~~~~~~~~~~~~~~~~~: 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91 note:1:: also found note: also found - (NSUInteger) count; // Primitive - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: 127:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:1:149:1 note: : also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:- (NSUInteger) count; 104^~~~~~~~~~~~~~~~~~~~~ :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89: note: also found:1: note : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h^~~~~~~~~~~~~~~~~~~~~ :91/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::73:11:: note note: : also foundalso found - (NSUInteger) count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h./GraphicObjects.subproj/VPath.h:149:60::11: : note: note: also foundalso found - (unsigned)count; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:PSImportSub.m1:: 192:12note: : also foundwarning: 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/NSPointerArray.h ^~~~~~~~~~~~ :73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::64:1: 1:note : also found note: - (NSUInteger) count;using ^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1:1:: note note: also found: also found - (unsigned)count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62GerberImportSub.m::1991: :34:note: warning: also found multiple methods named 'width' found [-Wobjc-multiple-method-names]- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] )/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h ^~~~~~~~~ :./VHFShared/types.h:127:125:136:: note: note: expanded from macro 'Diff'also found - (NSUInteger) count;#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: 93/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberImportSub.m:199:34: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~ ./VHFShared/types.h:125:47: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberImportSub.m:199:34: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~ ./VHFShared/types.h:125:53: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberImportSub.m:218:13: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:267:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:(fill) ? 0.0 :state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using 1- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note: also found ./GraphicObjects.subproj/VGraphic.h:96- (NSUInteger) count; :1:^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:also found 91- (void)setWidth:(float)w; :1^~~~~~~~~~~~~~~~~~~~~~~~~~ : note: also found - (NSUInteger) count; GerberImportSub.m^~~~~~~~~~~~~~~~~~~~~: 312/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::5149: :1: notewarning: : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] also found [g setWidth:(fill) ? 0.0 :state.width]; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:92:89:11:: note note: : also foundusing - (void) setWidth: (CGFloat)newWidth; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~./GraphicObjects.subproj/VGraphic.h: 96:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:1:73: note1: : also foundnote: also found - (void)setWidth:(float)w; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:473:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:(fill) ? 0.0 :state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:498:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[aList count]-1; i>=0; i--) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:511:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ 8 warnings generated. Compiling file GerberExportSub.m ... DINImportSub.m:83:29: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] diameter0 = [g0 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DINImportSub.m:87:29: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] diameter1 = [g1 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DINImportSub.m:103:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] diameter = [[array objectAtIndex:i] width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DINImportSub.m:114: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] [layerList sortUsingFunction:sortLayer context:nil]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here GS_GENERIC_TYPE(ElementT),void*))compare ^ DINImportSub.m:185:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DINImportSub.m:200:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DINImportSub.m:56:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] d1 = [g0 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DINImportSub.m:60:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] d2 = [g1 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 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; ^~~~~~~~~~~~~~~ DXFExportSub.m:392:16: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] lCnt = [layerList count]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DXFExportSub.m:405:72: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] if ([g respondsToSelector:@selector(fillColor)] && [g width] == 0.0) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DXFExportSub.m:418:81: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 8 warnings generated. Compiling file EPSExport.m ... GerberExportSub.m:188:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ( (inside == b) ) ~~~~~~~^~~~ GerberExportSub.m:188:26: note: remove extraneous parentheses around the comparison to silence this warning if ( (inside == b) ) ~ ^ ~ GerberExportSub.m:188:26: note: use '=' to turn this equality comparison into an assignment if ( (inside == b) ) ^~ = GerberExportSub.m:272:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberExportSub.m:337:23:4 warningwarnings: generatedmultiple methods named 'width' found [-Wobjc-multiple-method-names] . float w = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberExportSub.m:436: Compiling file Type1Import.m ... 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; ^~~~~~~~~~~~~~~ HPGLExportSub.m:317:21: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=(int)[layerList count]-1 ; i >=0 ; i--) ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ EPSExport.m:320:52: warning: more '%' conversions than data arguments [-Wformat-insufficient-args] { str = [str stringByAppendingFormat:@"(%@) false charpath\n"]; ~^ 1 warning generated. Compiling file Type1ImportSub.m ... 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: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1ImportSub.m:72:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m:85:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1ImportSub.m:87:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] else if ( [aList count] > 0 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:Type1Font.m1::58: 16:note : warningalso found: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types]- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ afmNoPlace = [[NSArray alloc] initWithObjects:@"Aacute", @"Acircumflex", @"Adieresis", @"Agrave", @"Aring", @"Atilde", @"Ccedilla", @"Eacute", @"Ecircumflex", @"Edieresis", @"Egrave", @"Eth", @"Iacute", @"Icircumflex", @"Idieresis", @"Igrave", @"Ntilde", @"Oacute", @"Ocircumflex", @"Odieresis", @"Ograve", @"Otilde", @"Thorn", @"Uacute", @"Ucircumflex", @"Udieresis", @"Ugrave", @"Yacute", @"aacute", @"acircumflex", @"adieresis", @"agrave", @"aring", @"atilde", @"ccedilla", @"copyright", @"divide", @"eacute", @"ecircumflex", @"edieresis", @"egrave", @"eth", @"iacute", @"icircumflex", @"idieresis", @"igrave", @"logicalnot", @"mu", @"multiply", @"ntilde", @"oacute", @"ocircumflex", @"odieresis", @"ograve", @"onehalf", @"onequarter", @"onesuperior", @"otilde", @"plusminus", @"registered", @"thorn", @"threequarters", @"threesuperior", @"twosuperior", @"uacute", @"ucircumflex", @"udieresis", @"ugrave", @"yacute", @"ydieresis", nil]; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::1:102: note1: also found: note: - (NSUInteger) count; instance method 'initWithObjects:' is assumed to return an instance of its receiver type ('NSArray *') ^~~~~~~~~~~~~~~~~~~~~- (instancetype) initWithObjects: (GS_GENERIC_TYPE(ElementT)) firstObject, ...; ^ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; Compiling file functions.m ... ^~~~~~~~~~~~~~~~~~ Type1Font.m:Type1ImportSub.m141::94:910: : warning: warningmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [g setWidth:state.width];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:92:64:1:1 :note: note: using using- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ - (void) setWidth: (CGFloat)newWidth; /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/VGraphic.h^~~~~~~~~~~~~~~~~~~~~: 96./GraphicObjects.subproj/VPath.h::160:: 1note:: also foundnote : - (void)setWidth:(float)w;also found ^~~~~~~~~~~~~~~~~~~~~~~~~~- (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1Font.m:148:10:Type1ImportSub.m :warning178: :multiple methods named 'count' found [-Wobjc-multiple-method-names]12 : if ( [[pDict objectForKey:@"minFeature"] count] == 2 ) warning ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h : for (i=[list count]-1; i>=0; i--)64 : ^~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :note64: :using1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :- (NSUInteger) count;82 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note82: :1: also foundnote: also found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: 62/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::1:62 :note1: :also found note- (NSUInteger) count; // Primitive: also found^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSUInteger) count; // Primitive: 127^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 127note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;: 104^~~~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: 104note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::9191::11:: notenote: : also foundalso found - (NSUInteger) count;- (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: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h Compiling file gdb_support.m ... :149:1: note: 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:73:1::1 :note : note: also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:./GraphicObjects.subproj/VPath.h73::601: note:: also found1 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VPath.h:60:1also found: - (unsigned)count;note: also found^~~~~~~~~~~~~~~~~~ - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1Font.m:914:77: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UnderlinePosition %d def\n", fontInfo.underlinePosition]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:915:78: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UnderlineThickness %d def\n", fontInfo.underlineThickness]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:930:68: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; ~~ ^~~~~~~~ %ld Type1Font.m:936:58: warning: illegal character encoding in string literal [-Winvalid-source-encoding] eexecStr = [NSString stringWithFormat:@"%s", "]|]"]; /* 4 random bytes */ ^~~~ Type1Font.m:946:70: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 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+0x1658c): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x1659f): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16797): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x167aa): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16961): undefined reference to `sel_eq' /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o:DocView.m:(.text+0x16a72): 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