=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for Cenon-3.9.6nb20 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in subprojects of app Cenon... Making all for subproject GraphicObjects... Compiling file VArc.m ... Compiling file VCrosshairs.m ... Compiling file VCurve.m ... Compiling file ClipRectangle.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; VCurve.m^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 1061./VGraphic.h::6596:: 1warning:: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat]note : { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3);also found Compiling file VGraphic.m ... ~~ ^~~ - (void)setWidth:(float)w;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]VArc.m: 2192:10: { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if ( abs(angle) < 360.0 ) VCurve.m ^: 1061VArc.m::2192:10:80 note: :use function 'fabsf' instead warning: if ( abs(angle) < 360.0 ) Compiling file VGroup.m ... format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] ^~~ fabsf { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VArc.m:2916:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] VCurve.m [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:2472:929: :1warning:: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]note: using [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ - (void) setWidth: (CGFloat)newWidth; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:92:1: ./VGraphic.h:note: 96:1: using note: also found - (void) setWidth: (CGFloat)newWidth; - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VArc.m:3784:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4138:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:195:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4141:16VGraphic.m:: 268warning:: 8expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]: return NO;warning : ^~incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h ts = [[NSUnarchiver alloc] initForReadingWithData:data];: 195 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 13/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:: 199note:: 1expanded from macro 'NO': # define NO ((BOOL)0)note : ^~~~~~~~~instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^ VArc.m:VGraphic.m:4650:16:524 :72warning: : warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]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];VGroup.m return NO; ^~: ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h135:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h195:::1013: :note: 137expanded from macro 'NO' # define NO ((BOOL)0) : ^~~~~~~~~ warningVArc.m27:: 4701incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types]::16 : list = [aList retain]; warning : noteexpression 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/Foundation/NSObject.h ^~: :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:passing argument to parameter 'hue' here195174: 13:: - (void)getHue:(CGFloat *)huenote: expanded from macro 'NO'1 # define NO ((BOOL)0) ^ ^~~~~~~~~VGraphic.m ::524 :note86: :instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *') warning- (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE; : ^ 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 VGroup.m saturation:(CGFloat *)saturation: 387 ^: 9VGraphic.m:: 524warning:: 100multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: [[list objectAtIndex:i] setWidth:w];warning : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: 92 ^~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:: 139note:: 27using: - (void) setWidth: (CGFloat)newWidth;note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness./VGraphic.h : ^96 :VGraphic.m1::524 :note109: :also found warning- (void)setWidth:(float)w;: 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];VGroup.m : ^~383 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h1::140 :note20: :also found note- (void)setWidth:(float)w: passing argument to parameter 'alpha' here^~~~~~~~~~~~~~~~~~~~~~~~~ alpha:(CGFloat *)alpha; ^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 ... VImage.m4: warning842s: generated69. : warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] Compiling file VLine3D.m ... { NSLog(@"VImage, clipImage: unsupported bits per sample %d", [aBitmap bitsPerSample]); ~~ ^~~~~~~~~~~~~~~~~~~~~~~ %ld VImage.m:1138:VLine.m38::81 :warning5: :multiple methods named 'width' found [-Wobjc-multiple-method-names] warning float oldWidth = [clipPath width];: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~ [line setWidth:width]; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: ^~~~~~~~~~~~~~~~~~~~~93 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1::92 :note1: :using note- (CGFloat) width; : using^~~~~~~~~~~~~~~~~~ - (void) setWidth: (CGFloat)newWidth;../GraphicObjects.subproj/VGraphic.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~94 :../GraphicObjects.subproj/VGraphic.h1::96 :note1: :also found note- (float)width;: also found^~~~~~~~~~~~~~~ - (void)setWidth:(float)w;VImage.m :^~~~~~~~~~~~~~~~~~~~~~~~~~1140 :21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:0.0]; ^~~~~~~~~~~~~~~~~~~~~~~VLine.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h964::929::1 :warning : notemultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: using [g setWidth:0.0]; - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :../GraphicObjects.subproj/VGraphic.h92::961::1 :note : noteusing: also found- (void) setWidth: (CGFloat)newWidth; - (void)setWidth:(float)w;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~../GraphicObjects.subproj/VGraphic.h :VImage.m96::11471::21 :note : warningalso found: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (void)setWidth:(float)w; VLine3D.m:^~~~~~~~~~~~~~~~~~~~~~~~~~ [clipPath setWidth:oldWidth];57 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~5 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :warning92: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]1 : [line3d setWidth:width]; note ^~~~~~~~~~~~~~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :- (void) setWidth: (CGFloat)newWidth;92 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 :../GraphicObjects.subproj/VGraphic.h :note96: :using1 :- (void) setWidth: (CGFloat)newWidth; note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found../GraphicObjects.subproj/VGraphic.h :- (void)setWidth:(float)w;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 ... VPolyLine.m:165:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [polyline setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~ VPolyLine.m4: warning420:22:s generatednote: . uninitialized use occurs here free(iPts); ^~~~ Compiling file HiddenArea.m ... VPolyLine.m:414:22: noteVPath.m: :remove the '&&' if its condition is always true159 : if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 )5 : ^~~~~~ warning: VPolyLine.mmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 405 [path setWidth:width];: 52 ^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 92initialize the variable 'iPts' to silence this warning: 1 NSPoint bNextOrth, eNextOrth, *iPts;: ^note : = NULLusing VPolyLine.m- (void) setWidth: (CGFloat)newWidth;: 364^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 22: warning: ./VGraphic.hvariable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]: 96 if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ): 1 ^~~~~~~~~ :VPolyLine.m note: :also found 389- (void)setWidth:(float)w;: 22^~~~~~~~~~~~~~~~~~~~~~~~~~: VPath.mnote:: 479uninitialized use occurs here: 1 free(iPts);: ^~~~note : VPolyLine.malso found: 364: Compiling file PathContour.m ... 22- (void)setWidth:(float)w: ^~~~~~~~~~~~~~~~~~~~~~~~~ note: VPath.m:remove the '&&' if its condition is always true351: 20: if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:warning: 364multiple methods named 'count' found [-Wobjc-multiple-method-names] :22: jCnt = [g count]; warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] ^~~~~~~~~ if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 )/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: ^~64:1 :VPolyLine.m:389: 22note: : noteusing: uninitialized use occurs here - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ free(iPts); /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: ^~~~ 82VPolyLine.m:364:22: note:: remove the '&&' if its condition is always true 1: if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ noteVPolyLine.m: :353:also found74: note: initialize the variable 'iPts' to silence this warning - (NSUInteger) count; NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: ^62:1: = NULL VPolyLine.m:328note:: 22also found: - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~warning : variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: 127 if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) :1 ^~~~~~~~~: noteVPolyLine.m: also found: 332- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 22/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104 :1:note note: also found: uninitialized use occurs here- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ free(iPts);/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91 : ^~~~1: VPolyLine.mnote:: 328:22:also found note: - (NSUInteger) count;remove the '&&' if its condition is always true ^~~~~~~~~~~~~~~~~~~~~ if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hVPolyLine.mHiddenArea.m::328::22149: :63warning:: 1variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]20 : if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) : ^~note : VPolyLine.mwarning:also found332: 22: :multiple methods named 'width' found [-Wobjc-multiple-method-names] note: uninitialized use occurs here - (NSUInteger) count; free(iPts); ^~~~ ^~~~~~~~~~~~~~~~~~~~~VPolyLine.m: 328/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:22: :note float cw = [cg width], ow;: 89remove the '&&' if its condition is always true : if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) 1 ^~~~~~: VPolyLine.mnote:: 318also found: 52- (NSUInteger) count;: ^~~~~~~~~~note^~~~~~~~~~~~~~~~~~~~~: initialize the variable 'iPts' to silence this warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h : NSPoint bPrevOrth, ePrevOrth, *iPts; PathContour.m ^73 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h = NULL: 1VPolyLine.m:: 282note::22: :also found warning93: - (NSUInteger) count;variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] : if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 )^~~~~~~~~~~~~~~~~~~~~ 1 ^~~~~~~~~ ../GraphicObjects.subproj/VPath.hVPolyLine.m::60301:::22 :1 notenote:: uninitialized use occurs here: note free(iPts);using : ^~~~also found VPolyLine.m- (unsigned)count;: 282 :^~~~~~~~~~~~~~~~~~22 :- (CGFloat) width; VPath.m :note 483: :remove the '&&' if its condition is always true9 : if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 )^~~~~~~~~~~~~~~~~~ warning ^~~~~~~~~~~~~: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]VPolyLine.m :./VGraphic.h [[list objectAtIndex:i] setWidth:w];282: : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~2294 ::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :warning92: 1:variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]:1 : if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) note ^~: noteusingVPolyLine.m :: - (void) setWidth: (CGFloat)newWidth;301also found :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~22 : ./VGraphic.hnote- (float)width;:: 96uninitialized use occurs here: 1 free(iPts); : ^~~~~~~~~~~~~~~ ^~~~note : VPolyLine.malso found: 282- (void)setWidth:(float)w;: 22^~~~~~~~~~~~~~~~~~~~~~~~~~: VPath.mnote:: 479:remove the '&&' if its condition is always true956 :: if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 )151 HiddenArea.m: ^~~~~~: noteVPolyLine.m: :143also found271::: 74- (void)setWidth:(float)w: ^~~~~~~~~~~~~~~~~~~~~~~~~note : 30VPath.minitialize the variable 'iPts' to silence this warning: 548 NSPoint bPrevOrth, ePrevOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/: :11 ^: = NULL warning : warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] warningmultiple methods named 'count' found [-Wobjc-multiple-method-names]VPolyLine.m : cnt = [addList count];1228 ow = [iog width]; : ^~~~~~~~~~~~~~~74 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :warning 64: :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]1 : [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; note ^~ ^~~~~~~~~~~: using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h :- (NSUInteger) count;137 :^~~~~~~~~~~~~~~~~~~~~27 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h82: ::passing argument to parameter 'hue' here931 :- (void)getHue:(CGFloat *)hue: note ^: 1also found VPolyLine.m:- (NSUInteger) count;: 1228 ^~~~~~~~~~~~~~~~~~~~~: 88note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:: : 62warningusing:: 1incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]- (CGFloat) width; : [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];note ^~~~~~~~~~~~~~~~~~: ^~ also found ./VGraphic.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h- (NSUInteger) count; // Primitive:: 13894^~~~~~~~~~~~~~~~~~~~~:: 271/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::: 127notenote:: : 1passing argument to parameter 'saturation' herealso found: saturation:(CGFloat *)saturation note : ^- (float)width;also found VPolyLine.m^~~~~~~~~~~~~~~- (NSUInteger) count;: 1228^~~~~~~~~~~~~~~~~~~~~: 102HiddenArea.m: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::: 207104warning:: 1incompatible 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 22: ^~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h :- (NSUInteger) count;139: 27^~~~~~~~~~~~~~~~~~~~~:warning /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote:: 91passing argument to parameter 'brightness' here: : 1 brightness:(CGFloat *)brightnessmultiple methods named 'width' found [-Wobjc-multiple-method-names]: ^note : VPolyLine.malso found: float cw = [cg width], ow; 1228- (NSUInteger) count;: 111^~~~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :warning149/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: ::incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]193: :note [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];1: :also found ^~- (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::14089 :explicitly assigning value of variable of type 'int' to itself [-Wself-assign]:- (CGFloat) width; 120 ::^~~~~~~~~~~~~~~~~~ notenote: ./VGraphic.h: also found: passing argument to parameter 'alpha' here94- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ alpha:(CGFloat *)alpha; 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :: ^73 :note1: also found :- (float)width; VPolyLine.mnote : :also found^~~~~~~~~~~~~~~ 2082- (NSUInteger) count; : HiddenArea.m^~~~~~~~~~~~~~~~~~~~~16 :../GraphicObjects.subproj/VPath.h ::warning60: 295expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]: 1 return NO; : ^~ for (j=j; k maxW )- (void) setWidth: (CGFloat)newWidth;:note 1: : ^~~~~~~~~~passing argument to parameter 'value' here ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : ./VGraphic.husing- (BOOL) scanFloat: (float*)value;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :- (NSUInteger) count; :96^~~~~~~~~~~~~~~~~~~~~ ^ 93:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h ::8211::1: : notenote: also found: usingnote - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ - (CGFloat) width; : also found^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./VGraphic.h :^~~~~~~~~~~~~~~~~~~~~94 :1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3585:28: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] maxW = [gg width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.husing: 62- (CGFloat) width; : 1^~~~~~~~~~~~~~~~~~: ./VGraphic.hnote:: 94also found: 1- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found: 127- (float)width;: 1^~~~~~~~~~~~~~~: PathContour.mnote:: 3591also found: 18- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 104 { if ( [g width] > maxW ): 1 ^~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 93also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /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 6- (unsigned)count; warning s^~~~~~~~~~~~~~~~~~ generatedusingVPath.m :- (CGFloat) width; 1217 :^~~~~~~~~~~~~~~~~~17 :./VGraphic.h. : 94warning:: 1multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: [g setWidth:width];note : Compiling file VRectangle.m ... also found ^~~~~~~~~~~~~~~~~~ - (float)width; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~: 92PathContour.m::1: 3592note: :using 24: - (void) setWidth: (CGFloat)newWidth; warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maxW = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:./VGraphic.h:93:96:11:: note: also found note: using- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ VPath.m./VGraphic.h::479:1: 94note: also found :- (void)setWidth:(float)w1: note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~ - (float)width;VPath.m: 1258:13: ^~~~~~~~~~~~~~~warning : PathContour.m:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] 3697 [g setWidth:width]; ^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h27: warning: :multiple methods named 'width' found [-Wobjc-multiple-method-names]92 :1: note: gWidth = ([gg width]/scale); ^~~~~~~~~~ using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1:- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: using./VGraphic.h: 96:1- (CGFloat) width; : note: also found ^~~~~~~~~~~~~~~~~~- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:94VPath.m:479:1: note:: 1also found : - (void)setWidth:(float)wnote : ^~~~~~~~~~~~~~~~~~~~~~~~~also found - (float)width; ^~~~~~~~~~~~~~~ PathContour.m:3714:21: warning: VPath.mmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [gg setWidth:0]; 2587 ^~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]92 :1: note: [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; using VRectangle.m- (void) setWidth: (CGFloat)newWidth; ^~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :./VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:9596::51:: note : warningalso found :: - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~137 :PathContour.m27::3726 :note25: :passing argument to parameter 'hue' here warning- (void)getHue:(CGFloat *)hue: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^ [gg setWidth:w2Int*2.0];VPath.m : ^~~~~~~~~~~~~~~~~~~~~~~2587 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h88::92 :warning1: :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] note [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: using ^~ - (void) setWidth: (CGFloat)newWidth;multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~138 :./VGraphic.h27::96 :note1: :passing argument to parameter 'saturation' here note saturation:(CGFloat *)saturation: also found ^ - (void)setWidth:(float)w;VPath.m :^~~~~~~~~~~~~~~~~~~~~~~~~~2587 :PathContour.m [rectangle setWidth:width];:1023734:: 25warning:: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]warning : [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ^~ { [gg setWidth:0]; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h ^~~~~~~~~~~~~~~: 139/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::2792:: 1note:: passing argument to parameter 'brightness' herenote : brightness:(CGFloat *)brightnessusing ^- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m ./VGraphic.h::96:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1:258792::: 1111note:: also found :- (void)setWidth:(float)w;warning : ^~~~~~~~~~~~~~~~~~~~~~~~~~ incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]PathContour.m :note [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];3745: : ^~25 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h using:warning 140: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]20 : [gg setWidth:w2Int*2.0]; note ^~~~~~~~~~~~~~~~~~~~~~~: passing argument to parameter 'alpha' here/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : alpha:(CGFloat *)alpha;92 : ^1 :- (void) setWidth: (CGFloat)newWidth;18 note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning../GraphicObjects.subproj/VGraphic.h:: 96:1:using note: s also found generated- (void) setWidth: (CGFloat)newWidth;- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ . ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:VPath.m96:: Compiling file VText.m ... 67941VRectangle.m:: :note: 20also found648 :- (void)setWidth:(float)w;: 78^~~~~~~~~~~~~~~~~~~~~~~~~~ :warningPathContour.m: :multiple methods named 'width' found [-Wobjc-multiple-method-names]3751 : oldWidth = [gr width];17warning: : ^~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]93 [gg setWidth:oldGWidth];: 1 ^~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note92: :using1 :- (CGFloat) width; note : ^~~~~~~~~~~~~~~~~~using ./VGraphic.h- (void) setWidth: (CGFloat)newWidth;: [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];94^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ./VGraphic.h1:: ^~96 :note1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h: :also found :note : - (float)width;also found137 - (void)setWidth:(float)w;^~~~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~~~~~~~~~~ 27:VPath.m :note: passing argument to parameter 'hue' here 6795- (void)getHue:(CGFloat *)hue: 9 ^: VRectangle.mwarning:: 648multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 92 [gr setWidth:0.0];: ^~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hincompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]: 92 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: 1 ^~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hnote:: 138using: 27- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : ./VGraphic.hpassing argument to parameter 'saturation' here: 96 saturation:(CGFloat *)saturation: 1 ^: VRectangle.mnote:: 648also found: 106- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~warning : VPath.mincompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]: 479 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: 1 ^~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hnote:: 139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness also found ^ - (void)setWidth:(float)w VRectangle.m:648^~~~~~~~~~~~~~~~~~~~~~~~~ :VPath.m:115: warning: 6797:9: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ [gr setWidth:oldWidth];/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h ^~~~~~~~~~~~~~~~~~~~~~ :140:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h20:: note: passing argument to parameter 'alpha' here 92 alpha:(CGFloat *)alpha;: ^ 1: note: using - (void) setWidth: (CGFloat)newWidth;VRectangle.m: 1384^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:16 :./VGraphic.h: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] 96 return NO;VText.m:: 11045 ^~ :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h::19587 :13: note:note : : also foundexpanded from macro 'NO'warning - (void)setWidth:(float)w; # define NO ((BOOL)0) ^~~~~~~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]VPath.m : 479VRectangle.m [[colorAtt colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h::1 1738 ^~:: 20: notewarning : : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.halso found:expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] 137 return NO; /* nothing to unite */: - (void)setWidth:(float)w ^~27^~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h :noteVPath.m195: ::passing argument to parameter 'hue' here683213:: 12 - (void)getHue:(CGFloat *)hue: note ^warning: : expanded from macro 'NO'incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data];# define NO ((BOOL)0) VText.m ^~~~~~~~~: 1046VRectangle.m:: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1741 87/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:::199 :warning1: :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 16note : saturation:&sinstance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') ^~- (id) initForReadingWithData: (NSData*)anObject; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h^: 138:: 27warning: :expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] note return NO;: passing argument to parameter 'saturation' here ^~ saturation:(CGFloat *)saturation/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h : ^195 :13VText.m:: 1047note: :expanded from macro 'NO'83VPath.m ::9820# define NO ((BOOL)0): 16warning:: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]warning : brightness:&b alpha:&a];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/AppKit/NSColor.h ^~ : ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h139::195:13:27: note: noteexpanded from macro 'NO' : # define NO ((BOOL)0)passing argument to parameter 'brightness' here ^~~~~~~~~ brightness:(CGFloat *)brightness VPath.m ^: 9868VText.m::161047:: 92warning:: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion]warning : return NO; /* nothing to clip */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/objc/runtime.h ^~: 195/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h::13140:: 20note:: expanded from macro 'NO'note : # define NO ((BOOL)0)passing argument to parameter 'alpha' here ^~~~~~~~~ alpha:(CGFloat *)alpha; ^ 4 warnings generated. Compiling file VTextPath.m ... 11 warnings generated. Compiling file VWeb.m ... 8 warnings generated. Compiling file VSinking.m ... VTextPath.m:131:29: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:131:1: note: also found - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:132 Compiling file VThread.m ... :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 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 AngleGraphicsChange.m ... Compiling file BringToFrontGraphicsChange.m ... Compiling file AlignGraphicsChange.m ... Compiling file ChangeDetail.m ... Compiling file ColorGraphicsChange.m ... Compiling file ContourGraphicsChange.m ... Compiling file CreateGraphicsChange.m ... ChangeDetail.m:331:23: warning: multiple methods named 'lineWidth' found [-Wobjc-multiple-method-names] float lineWidth = [change lineWidth]; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: using - (CGFloat)lineWidth; ^~~~~~~~~~~~~~~~~~~~~ ./WidthGraphicsChange.h:36:1: note: Compiling file CutGraphicsChange.m ... also found Compiling file DeleteGraphicsChange.m ... - (float)lineWidth; ^~~~~~~~~~~~~~~~~~~ ChangeDetail.m:336:32: warning: multiple methods named 'lineWidth' found [-Wobjc-multiple-method-names] return ([graphic width] != [change lineWidth]); Compiling file DimensionsGraphicsChange.m ... ^~~~~~~~~~~~~~~~~~ /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 ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ 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] Compiling file JoinGraphicsChange.m ... count += [[slayList objectAtIndex:l] count]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64: Compiling file LengthGraphicsChange.m ... 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; ^~~~~~~~~~~~~~~~~~~~~GroupGraphicsChange.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h108::1499::1 :warning : notemultiple methods named 'insertObject:atIndex:' found [-Wobjc-multiple-method-names]: also found [[layers objectAtIndex:i] insertObject:[groups objectAtIndex:i] atIndex:0]; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h334: Compiling file LockGraphicsChange.m ... 89::1: 1note:: usingnote : - (void) insertObject: (GS_GENERIC_TYPE(ElementT))anObjectalso found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~~~~~~~~~~~: 170/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h::173:: note1: : notealso found: also found- (void)insertObject:(GS_GENERIC_TYPE(ElementT))object atIndex:(NSUInteger)index; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~./../LayerObject.h :../GraphicObjects.subproj/VPath.h130::601::1 :note : notealso found: also found- (void)insertObject:(id)obj atIndex:(unsigned)ix; - (unsigned)count;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ Compiling file MirrorGraphicsChange.m ... 1 warning generated. Compiling file MixGraphicsChange.m ... 1 warning generated. 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 MultipleChange.m ... Compiling file ChangeManager.m ... ChangeManager.m:215:41: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:215:41: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:224:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:224:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:UNDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:35:25: note: expanded from macro 'UNDO_OPERATION' #define UNDO_OPERATION NSLocalizedStringFromTable(@"Undo", @"Operations", "The operation of undoing the last thing the user did.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ ChangeManager.m:235:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] menuText = [NSString stringWithFormat:REDO_OPERATION]; ^~~~~~~~~~~~~~ ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ChangeManager.m:235:44: note: treat the string as an argument to avoid this menuText = [NSString stringWithFormat:REDO_OPERATION]; ^ @"%@", ./LocalizableStringsForUndo.h:37:25: note: expanded from macro 'REDO_OPERATION' #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") ^ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSBundle.h:669:3: note: expanded from macro 'NSLocalizedStringFromTable' [[NSBundle mainBundle] localizedStringForKey: (key) value: @"" table: (tbl)] ^ 3 warnings generated. Linking subproject undo ... Making all for subproject InspectorPanel... Compiling file IPAccText.m ... Compiling file IPAllAcc.m ... Compiling file IPAllFilling.m ... Compiling file IPAllStrokeWidth.m ... IPAccText.m:91:17IPAllAcc.m:: 94warning:: 39multiple methods named 'tag' found [-Wobjc-multiple-method-names]: switch ([sender tag])warning : ^~~~~~~~~~~~'NSCollectionViewItem' may not respond to 'setEnabled:' IPAllFilling.mIPAllStrokeWidth.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: [[accPopup itemAtIndex:i] setEnabled:YES];: 59142 ~~~~~~~~~~~~~~~~~~~~~~~~ ^228: ::32IPAllAcc.m15::197: :: warning39note : :: warning'NSCollectionViewItem' may not respond to 'setEnabled:' : usingwarning multiple methods named 'count' found [-Wobjc-multiple-method-names]: [[fillPopup itemAtIndex:0] setEnabled:fill0];- (NSInteger) tag;'NSCollectionViewItem' may not respond to 'setEnabled:' ~~~~~~~~~~~~~~~~~~~~~~~~~ ^^~~~~~~~~~~~~~~~~~ [[accPopup itemAtIndex:i] setEnabled:NO]; cnt = [slayList count]; IPAllFilling.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~~~~~143: :32:381: 1warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: :note: 64:1:: also found 'NSCollectionViewItem' may not respond to 'setEnabled:'note: using- (NSInteger)tag; [[fillPopup itemAtIndex:1] setEnabled:fill1]; ^~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ~~~~~~~~~~~~~~~~~~~~~~~~~ ^: 38^~~~~~~~~~~~~~~~~~~~~IPAllFilling.m: :1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h144::: 32note82:: : also foundwarning1 :: - (NSInteger)tag; 'NSCollectionViewItem' may not respond to 'setEnabled:'note : [[fillPopup itemAtIndex:2] setEnabled:fill2];^~~~~~~~~~~~~~~~~also found ~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (NSUInteger) count;: 180^~~~~~~~~~~~~~~~~~~~~IPAllFilling.m:: 1145/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:::32 62:note :: warning1: also found'NSCollectionViewItem' may not respond to 'setEnabled:': - (NSInteger)tag;note : [[fillPopup itemAtIndex:3] setEnabled:fill3];^~~~~~~~~~~~~~~~~also found ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h - (NSUInteger) count; // Primitive: 111IPAllFilling.m^~~~~~~~~~~~~~~~~~~~~: :1146/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: 32:note:: 127also found: 1:warning- (NSInteger) tag; : note : ^~~~~~~~~~~~~~~~~~'NSCollectionViewItem' may not respond to 'setEnabled:'also found [[fillPopup itemAtIndex:4] setEnabled:fill4];../LayerObject.h- (NSUInteger) count; : ~~~~~~~~~~~~~~~~~~~~~~~~~ ^148^~~~~~~~~~~~~~~~~~~~~ : IPAllFilling.m1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::169 :104note:17: 1:also found: warningnote- (int)tag;: : also foundmultiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~ - (NSUInteger) count; switch ([sender tag])IPAccText.m :^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~105 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h11:::91228 ::warning11: ::multiple methods named 'count' found [-Wobjc-multiple-method-names] notenote cnt = [slayList count];: : usingalso found ^~~~~~~~~~~~~~~~ - (NSInteger) tag;- (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~64 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1:::149381: :11note:: : notenoteusing: : also found also found - (NSUInteger) count; - (NSInteger)tag; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h2/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:::8289::1381:: notenote: :: also foundalso found 1 - (NSUInteger) count;:- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found:: 7362- (NSInteger)tag;::1 1::^~~~~~~~~~~~~~~~~ notenote/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :: also found180also found : - (NSUInteger) count; // Primitive1- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: ../GraphicObjects.subproj/VPath.h::also found60127 ::- (NSInteger)tag;11: :^~~~~~~~~~~~~~~~~note : note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: : also found111 - (unsigned)count;:- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~: IPAllStrokeWidth.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote::: 10482:also found:126 ::- (NSInteger) tag; warningnote^~~~~~~~~~~~~~~~~~: multiple methods named 'width' found [-Wobjc-multiple-method-names]: ../LayerObject.halso found: 148 if (graphic != g && ![g width])- (NSUInteger) count; : ^~~~~~~~~^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h ::note9391: ::s11also found:: - (int)tag;note note: ^~~~~~~~~~~: usingIPAllFilling.malso found : generated191- (CGFloat) width; : - (NSUInteger) count;^~~~~~~~~~~~~~~~~~17 : ^~~~~~~~~~~~~~~~~~~~~../GraphicObjects.subproj/VGraphic.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h94::warning1491: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]:1 :note switch ([sender tag]) : . also foundnote : ^~~~~~~~~~~~also found Compiling file SliderBox.m ... - (float)width;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count; : 228^~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~~~~1 :IPAllStrokeWidth.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ::note8994: ::1:34using :note : - (NSInteger) tag;warningalso found ^~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;'NSCollectionViewItem' may not respond to 'setEnabled:': 381^~~~~~~~~~~~~~~~~~~~~ [[strokePopup itemAtIndex:0] setEnabled:YES]; // allways enabled: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:IPAllStrokeWidth.m ::73note101: ::138also found:: note- (NSInteger)tag;warning: : also found'NSCollectionViewItem' may not respond to 'setEnabled:' ^~~~~~~~~~~~~~~~~- (NSUInteger) count; [[strokePopup itemAtIndex:0] setEnabled:YES]; ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h../GraphicObjects.subproj/VPath.h ::IPAllStrokeWidth.m3860:::10211::: 38 note:note: : also foundwarningalso found: 'NSCollectionViewItem' may not respond to 'setEnabled:'- (unsigned)count;- (NSInteger)tag; [[strokePopup itemAtIndex:1] setEnabled:NO];^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hIPAccText.m ::IPAllStrokeWidth.m180::1371121:::38 :17 note:warning: : also foundwarning'NSCollectionViewItem' may not respond to 'setEnabled:' : multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSInteger)tag; [[strokePopup itemAtIndex:0] setEnabled:YES]; switch ([sender tag])^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hIPAllStrokeWidth.m: :111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h113:::1228:38: :1note: warningnote: : : also found'NSCollectionViewItem' may not respond to 'setEnabled:'using [[strokePopup itemAtIndex:1] setEnabled:YES];- (NSInteger) tag; - (NSInteger) tag; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ IPAllStrokeWidth.m../LayerObject.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:117148:1:::74 381note:: : 1warningalso found:: multiple methods named 'width' found [-Wobjc-multiple-method-names]- (int)tag;note : ^~~~~~~~~~~also found [widthField setStringValue:buildRoundedString([doc convertToUnit:[g width]], LARGENEG_COORD, LARGE_COORD)];- (NSInteger)tag; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~ :93/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::381::1 :note : noteusing: also found- (CGFloat) width; ^~~~~~~~~~~~~~~~~~- (NSInteger)tag; ../GraphicObjects.subproj/VGraphic.h^~~~~~~~~~~~~~~~~: 94/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:: 1note:: also foundnote : - (float)width;also found ^~~~~~~~~~~~~~~- (NSInteger)tag; IPAllStrokeWidth.m^~~~~~~~~~~~~~~~~: 119/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::55111:: 1warning:: 7multiple methods named 'width' found [-Wobjc-multiple-method-names] warning [widthSlider setFloatValue:[doc convertToUnit:[g width]]]; ^~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: salso found93 generated: 1: note- (NSInteger) tag;: using ^~~~~~~~~~~~~~~~~~. - (CGFloat) width; ../LayerObject.h :^~~~~~~~~~~~~~~~~~148 Compiling file IPAllLayers.m ... :../GraphicObjects.subproj/VGraphic.h:194::1 :note : notealso found: also found- (int)tag; - (float)width;^~~~~~~~~~~ ^~~~~~~~~~~~~~~ IPAccText.mIPAllStrokeWidth.m::151123::1124:: warningwarning: : multiple methods named 'count' found [-Wobjc-multiple-method-names]multiple methods named 'width' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ if (stroked || [g width]) // everthing is enabled/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :64:1: ^~~~~~~~~ note: using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ IPAllStrokeWidth.m:140:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381 Compiling file IPLayerCell.m ... :- (NSUInteger) count;1: note: ^~~~~~~~~~~~~~~~~~~~~also found - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :82^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1:38: 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 IPAllLayers.m- (NSUInteger) count;:: 1221^~~~~~~~~~~~~~~~~~~~~:: 9note: also found :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180: :1: note: also found logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil,/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1../GraphicObjects.subproj/VPath.h : note: : ^60also found - (NSInteger) tag;:IPAllLayers.m1 ::221 ^~~~~~~~~~~~~~~~~~ :note../LayerObject.h:9: :also found148 :1: note: note: add parentheses after the '!' to evaluate the comparison first- (unsigned)count;also found if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil,- (int)tag; ^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ^ ( 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, ^ ( Compiling file InspectorPanel.m ... 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;4 warning^~~~~~~~~~~~~~~~~~~~~ s/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h generated11. warning:s82 generated:. 1: Compiling file IPArc.m ... Compiling file IPBasicLevel.m ... 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IPArc.m:IPBasicLevel.m65::7217::5 : 3warning: warning warningmultiple methods named 'setState:' found [-Wobjc-multiple-method-names] s: generated [lockSwitch setState:[g isLocked]]; multiple methods named 'tag' found [-Wobjc-multiple-method-names] . ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch ([sender tag]) ^~~~~~~~~~~~ Compiling file IPCrosshairs.m ... /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h316::1: 228:note1: : usingnote : - (void)setState:(NSInteger)value; using^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:- (NSInteger) tag;59:1: ^~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.halso found: 381- (void)setState:(NSInteger)value; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hnote:: 281:1: also foundnote : - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (void) setState: (NSInteger)state; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 38/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::711::31 :note : notealso found: also found - (NSInteger)tag;@property NSVisualEffectState state; ^~~~~~~~~~~~~~~~~ ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h./../graphicsUndo.subproj/../LayerObject.h::180153::11:: notenote: : also foundalso found - (void)setState:(int)flag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.hIPBasicLevel.m::11180::117:: notewarning: : also foundmultiple methods named 'state' found [-Wobjc-multiple-method-names] - (NSInteger) tag; Compiling file IPCurve.m ... BOOL flag = [lockSwitch state]; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h148::3171::1 :note : notealso found: using- (int)tag; - (NSInteger)state;^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: IPArc.mnote:: 88also found: 17- (NSInteger)state;: ^~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 322 switch ([sender tag]): 1 ^~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote:: 228also found: 1- (NSInteger) state;: ^~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.husing: 101- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: 381also found: 1- (NSInteger) state;: ^~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found: 71- (NSInteger)tag;: 31^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote:: 38also found: 1@property NSVisualEffectState state;: ^~~~~note : ./../graphicsUndo.subproj/../LayerObject.halso found: 154- (NSInteger)tag;: 1^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote:: 180also found: 1- (int)state;: ^~~~~~~~~~~~~note : also found IPBasicLevel.m- (NSInteger)tag; :^~~~~~~~~~~~~~~~~ 93/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::11115:1:: warningnote: : also foundmultiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count];- (NSInteger) tag; ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::64:1481::1 :note : noteusing: also found- (NSUInteger) count; - (int)tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: IPArc.mnote:: 111also found: 17- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hmultiple methods named 'tag' found [-Wobjc-multiple-method-names]: 62 switch ([sender tag]): 1 ^~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote:: 228also found: 1- (NSUInteger) count; // Primitive: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.husing: 127- (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/NSHashTable.halso found: 104- (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/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.h::111 :note1: : note: also foundalso found - (NSInteger) tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::148:891::1 :note : notealso 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: :also found381 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote:: 73:also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSUInteger) count;38 :^~~~~~~~~~~~~~~~~~~~~1 :../GraphicObjects.subproj/VPath.h :note60: :also found 1- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:note1:: also found note: - (unsigned)count; ^~~~~~~~~~~~~~~~~~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; ^~~~~~~~~~~ 3 warnings generated. Compiling file IPGroup.m ... 5 warnings generated. Compiling file IPImage.m ... IPCrosshairs.m:62:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPCrosshairs.m:96:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 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; ^~~~~~~~~~~2 warnings generated. 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; ^~~~~~~~~~~~~~~~~ Compiling file IPLine.m ... /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; ^~~~~~~~~~~ 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:14: warning snote generated: . 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 Compiling file IPLine3D.m ... : 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; ^~~~~~~~~~~~~~~~~ IPImage.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::52111::251:: warningnote: : initializing 'id' with an expression of incompatible type 'NSCollectionViewItem *'also found { id item = [compPopUp itemAtIndex:i];- (NSInteger) tag; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: IPImage.mnote:: 78also found: 5- (int)tag;: ^~~~~~~~~~~warning : multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [thumbSwitch setState:[g thumbnail]]; IPGroup.m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 134/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::15316:: 1warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names]note : cnt = [slayList count];using ^~~~~~~~~~~~~~~~- (void)setState:(NSInteger)value; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 64/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h::159:: 1note: : noteusing: also found- (NSUInteger) count; - (void)setState:(NSInteger)value;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h82::281:11:: notenote: : also foundalso found - (NSUInteger) count;- (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h::7162::311:: notenote: : also foundalso found @property NSVisualEffectState state;- (NSUInteger) count; // Primitive ^~~~~^~~~~~~~~~~~~~~~~~~~~ ./../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h::153127:1:: 1note:: also foundnote : - (void)setState:(int)flag;also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; IPImage.m^~~~~~~~~~~~~~~~~~~~~: 81/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::5104:: 1warning:: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names]note : [compPopUp selectItemWithTag:type];also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h^~~~~~~~~~~~~~~~~~~~~: 73/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::191: :note1: :using note- (BOOL) selectItemWithTag: (NSInteger)tag; : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found ../VHFShared/VHFPopUpButtonAdditions.h- (NSUInteger) count;: 43^~~~~~~~~~~~~~~~~~~~~: 1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :note149: :also found1 :- (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: also found - (NSUInteger) count; IPImage.m^~~~~~~~~~~~~~~~~~~~~: 94/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h::1789:: 1warning: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] note switch ([sender tag]): also found ^~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :^~~~~~~~~~~~~~~~~~~~~228: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :note73: :using1 :- (NSInteger) tag; note^~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (NSUInteger) count;381 :^~~~~~~~~~~~~~~~~~~~~1 :../GraphicObjects.subproj/VPath.h :note60: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (unsigned)count;38 :^~~~~~~~~~~~~~~~~~1 : note: also found - (NSInteger)tag; IPGroup.m^~~~~~~~~~~~~~~~~: 164/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:17::180 :warning1: :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 :^~~~~~~~~~~~~~~~~228 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h1::111 :note1:: usingnote : - (NSInteger) tag;also found ^~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~~ :./../LayerObject.h381::1148: :note1: :also found note- (NSInteger)tag; ^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :38- (int)tag;: 1:^~~~~~~~~~~ note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~IPImage.m :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h117::18017::1: warning: notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: also found switch ([sender tag]) ^~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:^~~~~~~~~~~~~~~~~228: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1:: notenote: : also found using- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h- (NSInteger) tag;:148 :^~~~~~~~~~~~~~~~~~1: note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:also found381 :1:- (int)tag; note: also found ^~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1:IPGroup.m :note187: :also found17 : - (NSInteger)tag;warning : ^~~~~~~~~~~~~~~~~multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : ^~~~~~~~~~~~180 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1:: 228note:: 1:also found note: - (NSInteger)tag;using - (NSInteger) tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h111::3811::1 :note : notealso found: also found- (NSInteger) tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ ./../LayerObject.h^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h148::381::1 :note : notealso found: also found- (int)tag; - (NSInteger)tag;^~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:IPImage.m1::142 :note17: :also found warning- (NSInteger)tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~ switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h : ^~~~~~~~~~~~111 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1::228 :note1: :also found note- (NSInteger) tag;: using^~~~~~~~~~~~~~~~~~ - (NSInteger) tag;./../graphicsUndo.subproj/../LayerObject.h :^~~~~~~~~~~~~~~~~~148 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1::381 :note1: :also found note- (int)tag;: 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: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; ^~~~~~~~~~~~~~~~~~ IPImage.m:250:22: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (l=0; l<(int)[layerList count]; l++) ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPImage.m:254:26: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=0; i<(int)[lList count]; i++) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPImage.m:295: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:16: warnings generatednote: . 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 Compiling file IPPolyLine.m ... - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPImage.m: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; ^~~~~~~~~~~~~~~~~~ IPLine.m:81: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; ^~~~~~~~~~~ IPLine.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; ^~~~~~~~~~~ IPLine.m:128:18: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ( [sender tag] ) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine.m:152:18: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ( [sender tag] ) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPLine.m:174:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/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; ^~~~~~~~~~~ IPLine.m:195: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 14 warning- (int)tag;s ^~~~~~~~~~~ generated. Compiling file IPMark.m ... 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: 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; ^~~~~~~~~~~~~~~~~~ 6/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h warning:s381: generated1:. 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: Compiling file IPPath.m ... 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; ^~~~~~~~~~~~~~~~~~ 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:281IPPath.m::178:: 17note:: also foundwarning : - (void) setState: (NSInteger)state;multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch ([sender tag]) /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h ^~~~~~~~~~~~: 71/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::31228:: 1note:: also foundnote: using@property NSVisualEffectState state; - (NSInteger) tag; ^~~~~ ^~~~~~~~~~~~~~~~~~./../graphicsUndo.subproj/../LayerObject.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h153::3811::1 :note : notealso found: also found- (void)setState:(int)flag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:IPMark.m1::68 :note17: :also found warning- (NSInteger)tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~ switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h : ^~~~~~~~~~~~180 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1::228 :note1: :also found note- (NSInteger)tag;: using^~~~~~~~~~~~~~~~~ - (NSInteger) tag; IPRectangle.m^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:68::17381:1111:: note: :also foundwarning1IPThread.m:: : - (NSInteger)tag;multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~note : switch ([sender tag])/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found : ^~~~~~~~~~~~38- (NSInteger) tag;: 1^~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ./../graphicsUndo.subproj/../LayerObject.h:note:228148: :also found1:: 1- (NSInteger)tag;note: : ^~~~~~~~~~~~~~~~~also foundnote : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h- (int)tag;: using180^~~~~~~~~~~ : 1- (NSInteger) tag;IPPath.m:: 94note:: 1545also found: :- (NSInteger)tag;warning^~~~~~~~~~~~~~~~~~ : 5^~~~~~~~~~~~~~~~~multiple methods named 'count' found [-Wobjc-multiple-method-names] :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h cnt = [slayList count];: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h111 ^~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h 1:381:64warning ::note1: : :1also found :note : - (NSInteger) tag;multiple methods named 'setState:' found [-Wobjc-multiple-method-names]using note^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./../graphicsUndo.subproj/../LayerObject.h : [leftTurnSwitch setState:([g angle] < 0.0) ? 1 : 0];^~~~~~~~~~~~~~~~~~~~~148 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h1 ::: 82 also found:note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1also found- (NSInteger)tag;: - (int)tag; note : ^~~~~~~~~~~^~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h IPMark.m- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~91/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h17:::62 :warning38: 316:1multiple methods named 'tag' found [-Wobjc-multiple-method-names]1 : switch ([sender tag]): note ^~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.hnote :: - (NSUInteger) count; // Primitive228: :also found11^~~~~~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote:: - (NSInteger)tag;127using: 1- (NSInteger) tag; : note ^~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~:also found381: : - (NSUInteger) count;1: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h ^~~~~~~~~~~~~~~~~~~~~note :: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.halso found180 :- (NSInteger)tag; 104 - (void)setState:(NSInteger)value;:^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h: : note38: :also found11 ::- (NSUInteger) count; note ^~~~~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h note:- (NSInteger)tag;: 91 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.halso found :note180/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h: : also found - (NSInteger)tag;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^~~~~~~~~~~~~~~~~~: ./../graphicsUndo.subproj/../LayerObject.hnote:: 148also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note 59: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::also found73 ::- (int)tag;1 :111^~~~~~~~~~~ 1 note:: 1::also foundIPMark.m :- (NSUInteger) count; 120 note:^~~~~~~~~~~~~~~~~~~~~: 19 :../GraphicObjects.subproj/VPath.h :notewarning60: :multiple methods named 'count' found [-Wobjc-multiple-method-names]1also found: note- (NSInteger) tag;: cnt = [slayList count];also found ^~~~~~~~~~~~~~~~ - (unsigned)count; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~: 64./../graphicsUndo.subproj/../LayerObject.h: ::1also found148: IPPath.m :note:127: :using- (void)setState:(NSInteger)value;17 1:- (NSUInteger) count;: warning^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :note82 :: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:also found note:: - (int)tag;also found281 - (NSUInteger) count;: ^~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~1 multiple methods named 'tag' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h : 62 switch ([sender tag])IPRectangle.m::1::80 :note15: notealso found: - (NSUInteger) count; // Primitive warning^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~: multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: : 127also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h1 : : cnt = [slayList count];note228: - (void) setState: (NSInteger)state;also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h64::104:: 11:note ::note: : 71 usingalso foundnote : - (NSInteger) tag;:- (NSUInteger) count;using 31 ^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~~ - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h note: 91: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:^~~~~~~~~~~~~~~~~~~~~:1 also found:381 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:@property NSVisualEffectState state; 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h82::1491: ^~~~~1:: notenote : : also found- (NSInteger)tag; - (NSUInteger) count;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ::8938:- (NSUInteger) count;1 :: ^~~~~~~~~~~~~~~~~~~~~note : also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (NSUInteger) count;./../LayerObject.h 62^~~~~~~~~~~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h1::731:1531::: 1note :: notealso found note- (NSUInteger) count;: : ^~~~~~~~~~~~~~~~~~~~~also found also found ../GraphicObjects.subproj/VPath.h :- (NSUInteger) count; // Primitive60 :- (void)setState:(int)flag;1 :^~~~~~~~~~~~~~~~~~~~~~~~~~~ note : IPThread.malso found: 46- (unsigned)count;note : ^~~~~~~~~~~~~~~~~~also found :^~~~~~~~~~~~~~~~~~~~~ IPMark.m5:- (NSInteger)tag;130 :34/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:: warningwarning: : multiple methods named 'state' found [-Wobjc-multiple-method-names]: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [g set3D:[zSwitch state]];127 : ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h^~~~~~~~~~~~~~~~~: [externalSwitch setState:([g external]) ? 1 : 0];317 : 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h note:: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.husing: 180- (NSInteger)state;316 :^~~~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:: 601::1 :note notenote: : 1also found: also found- (NSInteger)state;using ^~~~~~~~~~~~~~~~~~~ - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h- (void)setState:(NSInteger)value;: 322 :^~~~~~~~~~~~~~~~~1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h 111- (NSInteger) state;: :^~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:: 101 :591note:: : notealso found: 1also found: - (NSInteger) state; note^~~~~~~~~~~~~~~~~~~~: - (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found:note71 :^~~~~~~~~~~~~~~~~~31 :: - (void)setState:(NSInteger)value;note : also found./../graphicsUndo.subproj/../LayerObject.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~@property NSVisualEffectState state;: ^~~~~148 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h./../graphicsUndo.subproj/../LayerObject.h:::1541:2811also found:: :note1: also found: note- (int)state; : ^~~~~~~~~~~~~note also foundIPMark.m :: 134 :also found28 :- (int)tag; - (NSUInteger) count;warning : ^~~~~~~~~~~~~~~~~~~~~multiple methods named 'state' found [-Wobjc-multiple-method-names] [zField setEnabled:[zSwitch state]];^~~~~~~~~~~ ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (void) setState: (NSInteger)state;: 317IPPath.m::1::104 144note^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: :using: 1- (NSInteger)state;15 :^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :warning60note:: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]:: also foundnote : cnt = [slayList count];also found- (NSUInteger) count; - (NSInteger)state; ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h322::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h191:: :note64: also found: 1- (NSInteger) state;1 :^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h::: 101 :using1note:: notealso found: - (NSUInteger) count;also found - (NSInteger) state;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h : 71/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::31/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:149 :82note:: :also found 1@property NSVisualEffectState state;1 : ^~~~~: ./../graphicsUndo.subproj/../LayerObject.h :note154note:: 1: :also found also foundnote : also found- (NSUInteger) count; - (int)state; ^~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; IPMark.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~~~~~~~~~~~:: 13589/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::34:1:62: :warning 1: note:: multiple methods named 'state' found [-Wobjc-multiple-method-names]also foundnote : [zLeftButton setEnabled:[zSwitch state]];- (NSUInteger) count;also found ^~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; // Primitive /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:::3177173:::131:1 note:^~~~~~~~~~~~~~~~~~~~~: :using note- (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h : :^~~~~~~~~~~~~~~~~~~note127 :also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h1:also found 60::- (NSUInteger) count; 1 note: @property NSVisualEffectState state;: note^~~~~~~~~~~~~~~~~~~~~: also found also found ../GraphicObjects.subproj/VPath.h - (NSInteger)state;- (NSUInteger) count; ^~~~~ :^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~60 ./../LayerObject.h /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h1:322::1531:::104 1note:note: 1: :also found:also found - (NSInteger) state;notenote : ^~~~~~~~~~~~~~~~~~~~- (unsigned)count; also found: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :also found 101- (NSUInteger) count;^~~~~~~~~~~~~~~~~~: 1 :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hnote- (void)setState:(int)flag;: IPRectangle.malso found: 91- (NSInteger) state;^~~~~~~~~~~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~107: :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h17::71:: 31 :note : warningnotealso found: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found- (NSUInteger) count; @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~~~~~ ^~~~~ switch ([sender tag]) /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h ./../graphicsUndo.subproj/../LayerObject.h: ^~~~~~~~~~~~:149 154::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h11::: 228notenote: :also found: 1- (int)state;also found :^~~~~~~~~~~~~ IPMark.m- (NSUInteger) count;note: 136: :^~~~~~~~~~~~~~~~~~~~~34using: warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: - (NSInteger) tag;:multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~ [zRightButton setEnabled:[zSwitch state]];89 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: ^~~~~~~~~~~~~~~: 1381/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: :317note1:: :1also found: note- (NSUInteger) count;note : : ^~~~~~~~~~~~~~~~~~~~~also foundusing - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSInteger)state; : ^~~~~~~~~~~~~~~~~73^~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h1::60:38: :1note1:: :notealso found: also foundnote - (NSUInteger) count;: - (NSInteger)state; also found^~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h../GraphicObjects.subproj/VPath.h- (NSInteger)tag;:: 32260:^~~~~~~~~~~~~~~~~:1 :1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.hnote :: note180also found: : also found- (NSInteger) state;1 :- (unsigned)count; ^~~~~~~~~~~~~~~~~~~~ note^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h: :also found 101- (NSInteger)tag; :^~~~~~~~~~~~~~~~~1IPThread.m: :note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h57: ::also found17111 :- (NSInteger) state; IPPath.m^~~~~~~~~~~~~~~~~~~~: 1174/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:: :7117::31note :warning : : notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: also found also found switch ([sender tag]) @property NSVisualEffectState state;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ^~~~~ ^~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h./../graphicsUndo.subproj/../LayerObject.h::154/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::1481228:: :note1: 1also found: :- (int)state; ^~~~~~~~~~~~~note noteIPMark.m: :: 142using:also found17 : - (NSInteger) tag;warning- (int)tag;: multiple methods named 'tag' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~ switch ([sender tag])^~~~~~~~~~~ ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::IPRectangle.m228381::1::130 1note:: :using17 - (NSInteger) tag;: note^~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hwarning:also found381: : 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]:- (NSInteger)tag; note : ^~~~~~~~~~~~~~~~~also found switch ([sender tag]) - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :3838/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::1::2281 :note:: also found1 note- (NSInteger)tag;: : ^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :also found180note: 1: :- (NSInteger)tag; usingnote : also found^~~~~~~~~~~~~~~~~ - (NSInteger) tag;- (NSInteger)tag; ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h^~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h180: 111::11/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:: :note : 381:also found1 note- (NSInteger) tag;: : ^~~~~~~~~~~~~~~~~~ also found./../graphicsUndo.subproj/../LayerObject.hnote: 148: :also found1- (NSInteger)tag;: note^~~~~~~~~~~~~~~~~: also found- (NSInteger)tag; - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h ^~~~~~~~~~~~~~~~~^~~~~~~~~~~: 111 IPMark.m::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1581::1538:: warning:: notemultiple methods named 'count' found [-Wobjc-multiple-method-names]1 : cnt = [slayList count];: ^~~~~~~~~~~~~~~~also foundnote /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:- (NSInteger) tag;64: : 1also found:^~~~~~~~~~~~~~~~~~ note : - (NSInteger)tag;using./../graphicsUndo.subproj/../LayerObject.h - (NSUInteger) count;: ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~148 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:821::1180:: notenote: : also found1 :- (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62:- (int)tag;1 : ^~~~~~~~~~~note : - (NSInteger)tag; also found^~~~~~~~~~~~~~~~~ - (NSUInteger) count; // PrimitiveIPPath.m :^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h 197/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:::127111:171::1 :note:: also foundnote - (NSUInteger) count;: also foundwarning^~~~~~~~~~~~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names]- (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h : switch ([sender tag])104^~~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~ 1 ./../graphicsUndo.subproj/../LayerObject.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: :148note228::1: 1:also found: note - (NSUInteger) count;: note : also foundusing^~~~~~~~~~~~~~~~~~~~~ - (int)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (NSInteger) tag; :^~~~~~~~~~~^~~~~~~~~~~~~~~~~~91 /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381IPRectangle.m::1 :note:: also foundwarningnote153 : :- (NSUInteger) count;: also found 17^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :^~~~~~~~~~~~~~~~~warning149 : :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h1::38 multiple methods named 'tag' found [-Wobjc-multiple-method-names]:note1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: :also found note : switch ([sender tag])- (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ - (NSInteger)tag; ^~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :^~~~~~~~~~~~~~~~~ switch ([sender tag])89 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h 180 note:: 1 ^~~~~~~~~~~~also found:: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found 228 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h- (NSInteger)tag;: 73::^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :note1111: ::also found1 :- (NSUInteger) count; note : notealso found^~~~~~~~~~~~~~~~~~~~~ - (NSInteger) tag;:../GraphicObjects.subproj/VPath.h 228:^~~~~~~~~~~~~~~~~~: 60 :./../graphicsUndo.subproj/../LayerObject.husing1::148 ::note1: also found: 1- (unsigned)count;note: : also found ^~~~~~~~~~~~~~~~~~- (NSInteger) tag; note - (int)tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~ IPMark.m : using /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:- (NSInteger) tag;182IPPath.m ::^~~~~~~~~~~~~~~~~~11222:: 17:warning:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names]warning : cnt = [slayList count];multiple methods named 'tag' found [-Wobjc-multiple-method-names] 381 ^~~~~~~~~~~~~~~~ switch ([sender tag]) :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ^~~~~~~~~~~~1 381:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h64::228::1 :: 1note:: usingnote : - (NSUInteger) count;using ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~~: 82/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~: 62/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::138:note: 1note:1: also foundnote: : : - (NSUInteger) count; // Primitivealso found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h127::1801: :1note :note - (NSInteger)tag;: notealso found: also found: - (NSUInteger) count; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found104: :1111:: 1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.hnote : note- (NSInteger)tag;also found: : also found38- (NSUInteger) count; - (NSInteger) tag;:^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h :./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h91:1:148:::11:: notenote: note: also foundalso found: - (int)tag;38- (NSUInteger) count; ^~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ :1: note IPPath.m: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h267::also found14917::1 :warningalso found : notemultiple methods named 'tag' found [-Wobjc-multiple-method-names]: also found switch ([sender tag])- (NSInteger)tag; ^~~~~~~~~~~~- (NSUInteger) count; - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : 228^~~~~~~~~~~~~~~~~~~~~:^~~~~~~~~~~~~~~~~1 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :note89: ^~~~~~~~~~~~~~~~~:using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1 :- (NSInteger) tag; : note^~~~~~~~~~~~~~~~~~: 180also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h ::- (NSUInteger) count;381 :^~~~~~~~~~~~~~~~~~~~~1 :1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote :: 73also found: 1- (NSInteger)tag;: : ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.halso found: :38- (NSUInteger) count; : 1^~~~~~~~~~~~~~~~~~~~~180: note../GraphicObjects.subproj/VPath.h:note:: : 60also foundalso found : - (NSInteger)tag;1 :1^~~~~~~~~~~~~~~~~ note:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h: :also found- (NSInteger)tag;180 :- (unsigned)count; 1 note:^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ : also found - (NSInteger)tag; note /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~: : also found111/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:: 1111:- (NSInteger)tag; 1:: note^~~~~~~~~~~~~~~~~: notealso found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :- (NSInteger) tag;111 also found^~~~~~~~~~~~~~~~~~:1: note: also found - (NSInteger) tag;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./../LayerObject.h./../graphicsUndo.subproj/../LayerObject.h :./../graphicsUndo.subproj/../LayerObject.h148::1481::1 :note : notealso found: also found- (int)tag; - (int)tag;^~~~~~~~~~~ ^~~~~~~~~~~ :148:1:IPRectangle.m :note176: :also found17 :- (int)tag; warning^~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ IPThread.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::82228::171:: warningnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]using switch ([sender tag])- (NSInteger) tag; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::228381::11:: note: noteusing: also found- (NSInteger) tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h381::381::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h38::1801::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger)tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h180::1111::1 :note : notealso found: also found- (NSInteger)tag; - (NSInteger) tag;^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h :./../graphicsUndo.subproj/../LayerObject.h111::1481::1 : notenote: : also foundalso found - (NSInteger) tag;- (int)tag; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./../LayerObject.h:148:1:IPRectangle.m :note201: :also found17 :- (int)tag; warning^~~~~~~~~~~: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) IPThread.m ^~~~~~~~~~~~: 96/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h::11228:: 1warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names]note : cnt = [slayList count];using ^~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~: 64/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h::1381:: 1note:: usingnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~: 82/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::138:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h^~~~~~~~~~~~~~~~~: 62/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:: 1note:: also foundnote : - (NSUInteger) count; // Primitivealso found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h127::1111:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h^~~~~~~~~~~~~~~~~~: 104./../graphicsUndo.subproj/../LayerObject.h::1148:: 1note:: also foundnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (int)tag; /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:10411: warning1s: generated . 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; ^~~~~~~~~~~~~~~~~~~~ Compiling file IPText.m ... /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; ^~~~~~~~~~~~~~~~~~ 8 warnings generated. Compiling file IPWeb.m ... 7 warnings generated. Compiling file IPTextPath.m ... 9 warnings generated. Compiling file IPSinking.m ... IPText.m:55:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [serialNumberSwitch setState:[g isSerialNumber]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:56:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [fitHorizontalSwitch setState:[g fitHorizontal]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:57:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [centerVerticalSwitch setState:[g centerVertical]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ IPText.m:71:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IPText.m:84:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:112:17: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([sender tag]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1IPTextPath.m:: 47note:5: : also foundwarning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names]- (NSInteger)tag; [showPathSwitch setState:[g showsPath]];^~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316180::1:1 note:: using note- (void)setState:(NSInteger)value;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:- (NSInteger)tag;59: 1:^~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 111- (void)setState:(NSInteger)value;: 1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281note:1: :also found note- (NSInteger) tag;: also found ^~~~~~~~~~~~~~~~~~- (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../graphicsUndo.subproj/../LayerObject.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:148::1: note: also found 71- (int)tag;:31 : ^~~~~~~~~~~note: also found @property NSVisualEffectState state; ^~~~~ IPText.m./../graphicsUndo.subproj/../LayerObject.h:153::1135:: note17: also found :- (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~warning : IPTextPath.m:multiple methods named 'tag' found [-Wobjc-multiple-method-names]48: 5: switch ([sender tag]) warning : multiple methods named 'setState:' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~ [serialNumberSwitch setState:[g isSerialNumber]]; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h228:1: :note: using 316- (NSInteger) tag;: 1:^~~~~~~~~~~~~~~~~~ note : using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :- (void)setState:(NSInteger)value; 381^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:159::1: notenote: also found: also found- (void)setState:(NSInteger)value; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38281::11:: note: notealso found: also found- (void) setState: (NSInteger)state; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71 IPSinking.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::149180::101:: warningnote: : multiple methods named 'tag' found [-Wobjc-multiple-method-names]also found switch ([sender tag])- (NSInteger)tag; ^~~~~~~~~~~~^~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h31::111:1: note: notealso found: also found- (NSInteger) tag; @property NSVisualEffectState state;^~~~~~~~~~~~~~~~~~ ^~~~~./../graphicsUndo.subproj/../LayerObject.h :./../graphicsUndo.subproj/../LayerObject.h148::1531:: 1note:: also foundnote : - (int)tag;also found ^~~~~~~~~~~ - (void)setState:(int)flag;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h :^~~~~~~~~~~~~~~~~~~~~~~~~~~IPText.m :228160IPTextPath.m::1759:: 17warning:: multiple methods named 'tag' found [-Wobjc-multiple-method-names]warning : switch ([sender tag])multiple methods named 'state' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~ BOOL flag = [showPathSwitch state];/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h : ^~~~~~~~~~~~~~~~~~~~~~228 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1::317 :note1: :using note- (NSInteger) tag;: using^~~~~~~~~~~~~~~~~~ - (NSInteger)state;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~~381 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h1:: 60note: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :- (NSInteger)state;38 :^~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :note322: :also found1 :- (NSInteger)tag; note^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :- (NSInteger) state;180 :^~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :note101: :also found1 :- (NSInteger)tag; ^~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.halso found: 111:- (NSInteger) state;1 :^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :also found71 :- (NSInteger) tag;31 :^~~~~~~~~~~~~~~~~~ note./../graphicsUndo.subproj/../LayerObject.h: :also found148 :@property NSVisualEffectState state;1 : ^~~~~ note./../graphicsUndo.subproj/../LayerObject.h: :also found154 :- (int)tag;1 :^~~~~~~~~~~ note: :IPText.malso found: 173- (int)state;: 11^~~~~~~~~~~~~: IPTextPath.mwarning:: 61multiple methods named 'count' found [-Wobjc-multiple-method-names]: 11 cnt = [slayList count];: ^~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.hmultiple methods named 'count' found [-Wobjc-multiple-method-names]: 64: cnt = [slayList count];1 :1 :note : noteusing: using- (NSUInteger) count; ^~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~~: 82 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h1::381 note:: 1also found: - (NSUInteger) count;note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::62 :641- (NSInteger)tag;: ^~~~~~~~~~~~~~~~~note: :also found 1- (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :^~~~~~~~~~~~~~~~~~~~~38 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1::127 :note1: :also found note:: - (NSInteger)tag;also found ^~~~~~~~~~~~~~~~~- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h180::1041::1 :note : notealso found: also foundnote - (NSInteger)tag;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::91111::11:: usingnote : notealso found: also found- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h^~~~~~~~~~~~~~~~~~: 149:- (NSUInteger) count;1../LayerObject.h:: 148note:: 1also found: - (NSUInteger) count;note : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :- (int)tag;89 :^~~~~~~~~~~1 :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnoteIPSinking.m: :also found: 169- (NSUInteger) count;: 17^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hwarning: :multiple methods named 'tag' found [-Wobjc-multiple-method-names]73 :1 switch ([sender tag]): ^~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found: 82- (NSUInteger) count;228 :^~~~~~~~~~~~~~~~~~~~~: 1../GraphicObjects.subproj/VPath.h1::60:: 1note: : notenote: also foundalso found: - (unsigned)count;using - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ IPText.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h204::6217::: warning1: 381multiple methods named 'tag' found [-Wobjc-multiple-method-names]: : switch ([sender tag])note 1 ^~~~~~~~~~~~: :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.halso found: 228 :note1- (NSUInteger) count; // Primitive:: notealso found: ^~~~~~~~~~~~~~~~~~~~~using - (NSInteger)tag;- (NSInteger) tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h ^~~~~~~~~~~~~~~~~~: ^~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h127: 381::/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h11:: :note38: also found: note- (NSInteger)tag;1 : ^~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h : 38note:- (NSUInteger) count;1: : also foundnote^~~~~~~~~~~~~~~~~~~~~: also found - (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h - (NSInteger)tag;^~~~~~~~~~~~~~~~~: 104 ^~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h1::180::1801 :note: : note1: also foundalso found: - (NSInteger)tag;- (NSUInteger) count; note^~~~~~~~~~~~~~~~~ : ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h also found:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h111 ::191:- (NSInteger)tag; :note : 1also found^~~~~~~~~~~~~~~~~ : - (NSInteger) tag; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h^~~~~~~~~~~~~~~~~~note :./../graphicsUndo.subproj/../LayerObject.h: :111148also found::1 :1 - (NSUInteger) count;note:: also found ^~~~~~~~~~~~~~~~~~~~~note- (int)tag;: ^~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :IPText.m- (NSInteger) tag;:149217 ::11^~~~~~~~~~~~~~~~~~:1 warning:: ../LayerObject.hmultiple methods named 'count' found [-Wobjc-multiple-method-names] :note cnt = [slayList count];148 : ^~~~~~~~~~~~~~~~: also found1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h ::64- (NSUInteger) count;:1 :note ^~~~~~~~~~~~~~~~~~~~~note: : usingalso found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h - (NSUInteger) count;:- (int)tag; 89^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~:182 :: 1note:: IPSinking.m :also foundnote188: also found: - (NSUInteger) count;11- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:warning62 :1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h : note:: multiple methods named 'count' found [-Wobjc-multiple-method-names]also found73 :- (NSUInteger) count; // Primitive cnt = [slayList count]; ^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h ^~~~~~~~~~~~~~~~::127 : 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:note :note: : 64also foundalso found : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~1- (NSUInteger) count; :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h^~~~~~~~~~~~~~~~~~~~~: 104note../GraphicObjects.subproj/VPath.h::: 160:using :note : 1also found- (NSUInteger) count; : - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~note /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h91also found::1 :82 - (unsigned)count;note:: also found1 ^~~~~~~~~~~~~~~~~~:- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: IPTextPath.malso found :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h81 ::149- (NSUInteger) count;:171 ::^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: warningalso found: : 62- (NSUInteger) count;multiple methods named 'state' found [-Wobjc-multiple-method-names] :^~~~~~~~~~~~~~~~~~~~~ 1 BOOL flag = [serialNumberSwitch state];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:: 89 : ^~~~~~~~~~~~~~~~~~~~~~~~~~1note :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: :notealso found: 317also found :- (NSUInteger) count; // Primitive- (NSUInteger) count;1 ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h73: ::1using:127 note:: - (NSInteger)state;also found 1^~~~~~~~~~~~~~~~~~~- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:note60::: 160:also found : note1: - (NSUInteger) count;also found: - (unsigned)count;^~~~~~~~~~~~~~~~~~~~~ note^~~~~~~~~~~~~~~~~~ : also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :IPText.m- (NSInteger)state;:104241 ::1^~~~~~~~~~~~~~~~~~~17:: warning/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h: notemultiple methods named 'state' found [-Wobjc-multiple-method-names]: : 322 BOOL flag = [serialNumberSwitch state];also found : ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h- (NSUInteger) count;::317 : 1^~~~~~~~~~~~~~~~~~~~~:note note: : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.husingalso found : - (NSInteger)state;91 ^~~~~~~~~~~~~~~~~~~ - (NSInteger) state;:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :160^~~~~~~~~~~~~~~~~~~~:: 1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h notenote:: : also found101 also found:- (NSInteger)state; 1^~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h- (NSUInteger) count;: 322 :note1^~~~~~~~~~~~~~~~~~~~~:: notealso found: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found :- (NSInteger) state;- (NSInteger) state; 149^~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ : 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:: 101::note171::: 31 also foundnote :: - (NSUInteger) count;also found note- (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.halso found:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h71 ::31@property NSVisualEffectState state;:89 : note1: ^~~~~also found: @property NSVisualEffectState state;./../graphicsUndo.subproj/../LayerObject.h note ^~~~~: : ./../graphicsUndo.subproj/../LayerObject.h154:also found154:: 11:- (NSUInteger) count; :note : also found^~~~~~~~~~~~~~~~~~~~~ note - (int)state;: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h^~~~~~~~~~~~~:also found73 :IPText.m- (int)state;:1244 ::11^~~~~~~~~~~~~: warningnote: IPTextPath.mmultiple methods named 'count' found [-Wobjc-multiple-method-names]: :also found cnt = [slayList count];83 ^~~~~~~~~~~~~~~~: - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:11 64^~~~~~~~~~~~~~~~~~~~~:: 1 ../GraphicObjects.subproj/VPath.h:warning :: notemultiple methods named 'count' found [-Wobjc-multiple-method-names]: 60using: 1 cnt = [slayList count];- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote :: 82/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:1:also found:64 note:: - (unsigned)count;also found1 :- (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.husing:IPSinking.m62 ::1- (NSUInteger) count;:209 note:: ^~~~~~~~~~~~~~~~~~~~~also found11 :- (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h ^~~~~~~~~~~~~~~~~~~~~: warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h82:: 127::multiple methods named 'count' found [-Wobjc-multiple-method-names]11 :: cnt = [slayList count];note : also foundnote ^~~~~~~~~~~~~~~~: - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;::104 :641^~~~~~~~~~~~~~~~~~~~~:: note1: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: : - (NSUInteger) count;62 note:^~~~~~~~~~~~~~~~~~~~~1: :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.husing: 91 :note1- (NSUInteger) count;: : also foundnote^~~~~~~~~~~~~~~~~~~~~: also found - (NSUInteger) count; // Primitive/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~82 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1491::1::127 note:: notealso found1 : :- (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~note : - (NSUInteger) count;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.halso found: 89 - (NSUInteger) count;:1^~~~~~~~~~~~~~~~~~~~~ :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: ::also found104 :62- (NSUInteger) count;1 ::^~~~~~~~~~~~~~~~~~~~~ 1 note:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :also found 73 note:- (NSUInteger) count;: 1 :^~~~~~~~~~~~~~~~~~~~~also found note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (NSUInteger) count; // Primitive: : also found91^~~~~~~~~~~~~~~~~~~~~ : - (NSUInteger) count;1 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:^~~~~~~~~~~~~~~~~~~~~ : note127../GraphicObjects.subproj/VPath.h: ::60also found1: 1:- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~notenote : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.halso found: : 149also found- (unsigned)count;: 1 ^~~~~~~~~~~~~~~~~~:- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also foundIPText.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (NSUInteger) count;267: :^~~~~~~~~~~~~~~~~~~~~17 104:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h ::warning891: :multiple methods named 'state' found [-Wobjc-multiple-method-names]1: : BOOL flag = [fitHorizontalSwitch state]; notenote ^~~~~~~~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h : :- (NSUInteger) count;also found317 :^~~~~~~~~~~~~~~~~~~~~ 1 - (NSUInteger) count;: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hnote:^~~~~~~~~~~~~~~~~~~~~73: : using1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (NSInteger)state; note^~~~~~~~~~~~~~~~~~~: also found:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h 91:- (NSUInteger) count;:60 1:^~~~~~~~~~~~~~~~~~~~~1: :../GraphicObjects.subproj/VPath.h :notenote60: : :also foundalso found1 : - (NSInteger)state; note- (NSUInteger) count;^~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h : 322- (unsigned)count;^~~~~~~~~~~~~~~~~~~~~: 1^~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h note: :also found149:1 : - (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/NSOrderedSet.h:: note89: :also found 1: - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :71also found: 31- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found: 73:1@property NSVisualEffectState state;: note ^~~~~ : also found ./../graphicsUndo.subproj/../LayerObject.h- (NSUInteger) count;: 154^~~~~~~~~~~~~~~~~~~~~: 1:../GraphicObjects.subproj/VPath.h:60 :note1:: also found note- (int)state; : ^~~~~~~~~~~~~ also foundIPText.m: 270- (unsigned)count;: 11: ^~~~~~~~~~~~~~~~~~ warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] cnt = [slayList count]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:IPSinking.m:64:2521: note: :using11 :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :multiple methods named 'count' found [-Wobjc-multiple-method-names]82: 1 cnt = [slayList count]; : ^~~~~~~~~~~~~~~~ note : also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:- (NSUInteger) count; 64:1^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h: 62:note1: : using note: also found- (NSUInteger) count; - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h1:: 127note:: 1also found :- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found :- (NSUInteger) count;62: 1^~~~~~~~~~~~~~~~~~~~~ : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hnote:104: :also found 1- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hnote:: 127also found: 1- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found: 91- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h::104: note1: : note: also foundalso found - (NSUInteger) count;- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h91:1::149 note:: also found1 : - (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (NSUInteger) count; 149^~~~~~~~~~~~~~~~~~~~~ :1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1 :note: also foundnote : also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: 89/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:1:: note: also found73 :- (NSUInteger) count; 1^~~~~~~~~~~~~~~~~~~~~ : note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: also found:73 :- (NSUInteger) count;1: ^~~~~~~~~~~~~~~~~~~~~note : ../GraphicObjects.subproj/VPath.h6also found: 60 warning- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: s../GraphicObjects.subproj/VPath.hnote:: generated60also found: . 1: note: also found- (unsigned)count; ^~~~~~~~~~~~~~~~~~ - (unsigned)count; ^~~~~~~~~~~~~~~~~~ IPText.m:293:17: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL flag = [centerVerticalSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:IPSinking.m:1308:: 11:note warning: : usingmultiple methods named 'count' found [-Wobjc-multiple-method-names] - (NSInteger)state; cnt = [slayList count];^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h ^~~~~~~~~~~~~~~~: 60/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h::164:: 1note:: also found note- (NSInteger)state; : ^~~~~~~~~~~~~~~~~~~ using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :- (NSUInteger) count;322 :1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.hnote:: 82also found: 1- (NSInteger) state;: ^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h: :also found101 :- (NSUInteger) count;1 : ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.halso found: 62- (NSInteger) state;: 1:^~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h: :also found71 :- (NSUInteger) count; // Primitive31 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h: :also found 127@property NSVisualEffectState state;: 1 ^~~~~: ./../graphicsUndo.subproj/../LayerObject.hnote:: 154also found: 1- (NSUInteger) count;: note^~~~~~~~~~~~~~~~~~~~~: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (int)state; ^~~~~~~~~~~~~: 104IPText.m::1296:: 11note: 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: :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/NSHashTable.hnote:104: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.halso found :91:1: note: also found- (NSUInteger) count; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: 89/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::1149: :note1: :also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h :- (NSUInteger) count;73 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :note89: :also found 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~ note../GraphicObjects.subproj/VPath.h: :also found60 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.halso found: 73- (unsigned)count; :^~~~~~~~~~~~~~~~~~ 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 PSSettings.m ... Compiling file PSInfo.m ... PSSettings.m:66:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [unitPopup selectItemWithTag:((!doc) ? -1 : [doc baseUnitFlat])]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Linking subproject ProjectSettingsPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Warning: .//German.lproj/PSFontInfo.nib not found - ignoring Making all for subproject TransformPanel... Compiling file TPBasicLevel.m ... Compiling file TPAlign.m ... Compiling file TPMix.m ... Compiling file TPMove.m ... TPMix.m:66:22: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] BOOL mixLayers = [mixLayersSwitch state]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./../graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ TPMix.m:73:25: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (l=0, cnt = [slayList count]; l0; j-- ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:TPAlign.m64::821::18 :note : warningusing: 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.h62::3811:: note: 1also found: - (NSUInteger) count; // Primitivenote : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h- (NSInteger)tag;:127 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h :note38: :also found1 :- (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/NSControl.h :note180: also found :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :also found91 :- (NSInteger)tag;1 :^~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :also found111 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: :also found149 :- (NSInteger) tag;1 :^~~~~~~~~~~~~~~~~~ note./../graphicsUndo.subproj/../LayerObject.h: :also found148 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: :also found89 :- (int)tag;1 :^~~~~~~~~~~ note: also found TPAlign.m- (NSUInteger) count;: 90^~~~~~~~~~~~~~~~~~~~~: 57/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:: 73warning:: 1multiple methods named 'tag' found [-Wobjc-multiple-method-names]: default: NSLog(@"Unsupported align tag %d", [sender tag]); return;note : ^~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h- (NSUInteger) count;: 228^~~~~~~~~~~~~~~~~~~~~: 1../GraphicObjects.subproj/VPath.h:: 60note:: 1using: - (NSInteger) tag;note : ^~~~~~~~~~~~~~~~~~also found - (unsigned)count;/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :^~~~~~~~~~~~~~~~~~ 381:TPMix.m:197:40: :warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] note i1 = (int)((float)([[slayList objectAtIndex:l1] count]-1) * Rand()); : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found - (NSInteger)tag;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~ 64/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::138:: 1note:: usingnote : - (NSUInteger) count;also found ^~~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h^~~~~~~~~~~~~~~~~: 82/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h::1180:: 1note:: also found note- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h- (NSInteger)tag;: 62^~~~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h: :note: 111also found :- (NSUInteger) count; // Primitive1 :^~~~~~~~~~~~~~~~~~~~~ note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found :- (NSInteger) tag;127 :^~~~~~~~~~~~~~~~~~1 :./../graphicsUndo.subproj/../LayerObject.h :note148: :also found1 :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :- (int)tag;104 :^~~~~~~~~~~1 : note: TPAlign.malso found: 90- (NSUInteger) count;: 57^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.hwarning:: 91format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat]: 1 default: NSLog(@"Unsupported align tag %d", [sender tag]); return;: ~~ ^~~~~~~~~~~~note : %ldalso found - (NSUInteger) count; TPAlign.m^~~~~~~~~~~~~~~~~~~~~: 97/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::25149:: 1warning: :multiple methods named 'count' found [-Wobjc-multiple-method-names] note for (l=0, cnt = [slayList count]; l= 10.4: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning : multiple methods named 'state' found [-Wobjc-multiple-method-names] return ([[contourSwitchMatrix cellAtRow:SWITCH_USERASTER column:0] state]) ? YES : NO; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: 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:1App.m:: 1047note:: 80also found: - (int)state;warning : ^~~~~~~~~~~~~result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] Compiling file WorkingAreaPanel.m ... apContour.m if ( (m = [mArray indexOfObject:[NSString stringWithUTF8String:mStr]]) != NSNotFound ): 101 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ :13: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] App.m: return ([[contourSwitchMatrix cellAtRow:SWITCH_REMOVESOURCE column:0] state]) ? YES : NO;1106 : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~23 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h :warning317: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] 1 int tag = [sender tag];: ^~~~~~~~~~~~note : using/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h: 228- (NSInteger)state;: 1^~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.hnote:: 60:using 1- (NSInteger) tag; :^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hnote:: 381also found: 1- (NSInteger)state;: note^~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :- (NSInteger)tag;322 :^~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: notealso found : - (NSInteger)tag; also found^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: - (NSInteger) state;note: also found ^~~~~~~~~~~~~~~~~~~~- (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h111::1: 101note:: 1also found: - (NSInteger) tag;note 1^~~~~~~~~~~~~~~~~~: warningalso found generated . - (NSInteger) state;./LayerObject.h :^~~~~~~~~~~~~~~~~~~~148 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h1::71 :31: note: also found note@property NSVisualEffectState state;: also found ^~~~~ - (int)tag;./LayerObject.h :^~~~~~~~~~~154 :1: Compiling file IntersectionPanel.m ... note: also found - (int)state; ^~~~~~~~~~~~~ App.m:1324:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] current2DTool = [[matrix selectedCell] tag]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ 2 warnings generated. Compiling file TilePanel.m ... IntersectionPanel.m:38:13: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] switch ([[objectRadio selectedCell] tag]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ IntersectionPanel.m:72:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ Compiling file TileObject.m ... TilePanel.m:116:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] return ( [originSwitch state] == 0 ) ? NO : YES; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 3 warnings generated. Compiling file DocView.m ... 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.hdvDrag.m::60134::165:: warningnote: : 'VText' may not respond to 'initWithFile:'also found graphic = [[[VText allocWithZone:(NSZone *)[self zone]] initWithFile:file] autorelease];- (unsigned)count; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^^~~~~~~~~~~~~~~~~~ DocView.m:321:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count] || ![[list objectAtIndex:0] isKindOfClass:[LayerObject class]]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:325:22: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (l=0; l<(int)[list count]; l++) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /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; ^~~~~~~~~~~~~~~~~~~~~ dvGrid.m/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::75:30: 149warning: :multiple methods named 'tag' found [-Wobjc-multiple-method-names] 1 [self setGridEnabled:[sender tag] ? YES : NO];: ^~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:: 228:1: also foundnote: using - (NSUInteger) count;- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h89::1381: note:: also found1: note: - (NSUInteger) count;also found - (NSInteger)tag;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h::3873::11: note: :also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ note: ./GraphicObjects.subproj/VPath.h:60:1: note: also found also found - (unsigned)count; - (NSInteger)tag;^~~~~~~~~~~~~~~~~~ 1^~~~~~~~~~~~~~~~~ warningDocView.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h generated::. 405180::211:: warningnote: : misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] also found [layerObject removeAllObjects]; - (NSInteger)tag; ^ DocView.m^~~~~~~~~~~~~~~~~: 402/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h::17111: :note: previous statement is here Compiling file dvPasteboard.m ... 1 if ( colorLayer(col, colorDict) < 0 ) // not in dictionary: note: also found ^- (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: DocView.mnote:: 441also found: 76- (int)tag;: ^~~~~~~~~~~ warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu DocView.m:465:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] [layerObject setString:[NSString stringWithFormat:@"Layer %d", [layerList count]-insertOffset]]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu DocView.m:1017:34: warning: incompatible function pointer types sending 'int (id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] [textArray sortUsingFunction:sortPosition context:&sort]; ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:387:41: note: passing argument to parameter 'compare' here GS_GENERIC_TYPE(ElementT),void*))compare ^ DocView.m:1169:14: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || !(iCnt=[list count])) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:1621:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![[aList objectAtIndex:l] count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1626:20: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[[aList objectAtIndex:l] count]-1; i>=0; i--) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: 1also found warning generated- (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: Compiling file dvTile.m ... 64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1723:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[list objectAtIndex:l] count] ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DocView.m:1955:30: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || ![list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:2270:26: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if (![[layerList objectAtIndex:l] state] || ![list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:2761:17: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2771:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2782:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2787:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DocView.m:2795:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:Prefs_LineWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvHiddenArea.m./GraphicObjects.subproj/VGraphic.h::96340::118:: note: warningalso found : - (void)setWidth:(float)w;multiple methods named 'width' found [-Wobjc-multiple-method-names] ^~~~~~~~~~~~~~~~~~~~~~~~~~ [ng setWidth:[cg width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using DocView.m- (CGFloat) width; : 2959^~~~~~~~~~~~~~~~~~: 36./GraphicObjects.subproj/VGraphic.h::94 :warning1: : multiple methods named 'state' found [-Wobjc-multiple-method-names]note : if ( ![list count] || ![[layerList objectAtIndex:l] state]also found - (float)width; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.hdvHiddenArea.m::317340::15:: note: warningusing: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (NSInteger)state; [ng setWidth:[cg width]];^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h60::921::1 :note : notealso found: using- (NSInteger)state; - (void) setWidth: (CGFloat)newWidth;^~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h :./GraphicObjects.subproj/VGraphic.h322::961::1 :note : note: also foundalso found - (NSInteger) state; - (void)setWidth:(float)w;^~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h :101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:3377:15: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] if ( ![[layerList objectAtIndex:l] state] || !(iCnt=[list count]) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./graphicsUndo.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ DocView.m:3481:17: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] if ( j > MAXCLASSES ) /* not in class list */ ^ DocView.m:3476:13: note: previous statement is here for ( j=0; j(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ 2/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h: warnings381 generated:. 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; Compiling file LayerDetailsController.m ... ^~~~~~~~~~~ TileScrollView.m:94:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:94:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:94:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:94:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:94:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:101:19: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:101:57: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ TileScrollView.m:120:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:120:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:120:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:120:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:120:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:120:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:126:26: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:126:64: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = (float)[[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ TileScrollView.m:172:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:172:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:32: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:172:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:172:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:43: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:172:25: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:172:63: warning: 'NSCollectionViewItem' may not respond to 'tag' if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ./VHFShared/types.h:125:57: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values ^ TileScrollView.m:181:23: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:181:61: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ TileScrollView.m:187:19: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:381:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:180:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:111:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./LayerObject.h:148:1: note: also found - (int)tag; ^~~~~~~~~~~ TileScrollView.m:187:57: warning: 'NSCollectionViewItem' may not respond to 'tag' scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 26 warnings generated. Compiling file MoveCell.m ... LayerDetailsController.m:91:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:-1] setEnabled:NO]; // disable separating layers ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:92:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:LAYER_TEMPLATE] setEnabled:YES]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:93:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:LAYER_TEMPLATE_1] setEnabled:YES]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:94:6: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:LAYER_TEMPLATE_2] setEnabled:YES]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:105:18: warning: multiple methods named 'itemWithTag:' found [-Wobjc-multiple-method-names] [[typePopup itemWithTag:type] setEnabled:NO]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenu.h:575:1: note: using - (id ) itemWithTag: (NSInteger)aTag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:42:1: note: also found - (id )itemWithTag:(int)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:112:5: warning: multiple methods named 'selectItemWithTag:' found [-Wobjc-multiple-method-names] [typePopup selectItemWithTag:[layerObject type]]; // type ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using - (BOOL) selectItemWithTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:114:5: warning: multiple methods named 'setState:' found [-Wobjc-multiple-method-names] [batchSwitch setState:[layerObject useForTile]]; // batch production ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:59:1: note: also found - (void)setState:(NSInteger)value; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:281:1: note: also found - (void) setState: (NSInteger)state; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./InspectorPanel.subproj/../LayerObject.h:153:1: note: also found - (void)setState:(int)flag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ LayerDetailsController.m:133:32: warning: multiple methods named 'state' found [-Wobjc-multiple-method-names] [layerObject setUseForTile:[batchSwitch state]]; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSButton.h:60:1: note: also found - (NSInteger)state; ^~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:322:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSDrawer.h:101:1: note: also found - (NSInteger) state; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSVisualEffectView.h:71:31: note: also found @property NSVisualEffectState state; ^~~~~ ./InspectorPanel.subproj/../LayerObject.h:154:1: note: also found - (int)state; ^~~~~~~~~~~~~ 8 warnings generated. Compiling file MoveMatrix.m ... Compiling file MyPageLayout.m ... Compiling file propertyList.m ... MoveMatrix.m:123:18: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&column forPoint:mouseDownLocation]; ^~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:123:30: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&column forPoint:mouseDownLocation]; ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:275:23: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if (![self getRow:&newRow column:&column forPoint:mouseUpLocation]) ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:275:38: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if (![self getRow:&newRow column:&column forPoint:mouseUpLocation]) ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:276:22: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&newRow column:&column forPoint:(cellFrame.origin)]; ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:276:37: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&newRow column:&column forPoint:(cellFrame.origin)]; ^~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:319:13: warning: multiple methods named 'setTag:' found [-Wobjc-multiple-method-names] [activeCell setTag:(newRow)]; // in its new home ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:380:1: note: using - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:179:1: note: also found - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:296:1: note: also found - (void) setTag: (NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:124:1: note: also found - (void) setTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MoveCell.h:44:1: note: also found - (void)setTag:(int)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~ MoveMatrix.m:333:13: warning: multiple methods named 'setTag:' found [-Wobjc-multiple-method-names] [activeCell setTag:newRow]; // in its new home ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:380:1: note: using - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSControl.h:179:1: note: also found - (void)setTag:(NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMenuItem.h:296:1: note: also found - (void) setTag: (NSInteger)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSToolbarItem.h:124:1: note: also found - (void) setTag: (NSInteger)tag; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./MoveCell.h:44:1: note: also found - (void)setTag:(int)anInt; ^~~~~~~~~~~~~~~~~~~~~~~~~~ MoveMatrix.m:363:22: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&col ofCell:activeCell]; ^~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:177:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ MoveMatrix.m:363:34: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow:&row column:&col ofCell:activeCell]; ^~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSMatrix.h:178:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ MoveMatrix.m:366:70: warning: incompatible pointer types passing 'float [6]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] cellBorder = NSDrawTiledRects(cellBorder, cellBorder, sides, grays, 6); ^~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSGraphics.h:135:54: note: passing argument to parameter 'grays' here const CGFloat *grays, ^ 59 warnings generated. Compiling file ProgressIndicator.m ... Compiling file DXFImportSub.m ... propertyList.m:40:12: warning: class 'PropertyList' defined without specifying a base class [-Wobjc-root-class] @interface PropertyList ^ propertyList.m:40:24: note: add a super class to fix this problem @interface PropertyList ^ : NSObject 11 warnings generated. Compiling file GerberImportSub.m ... 1 warning generated. Compiling file HPGLImportSub.m ... DXFImportSub.m:100:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ DXFImportSub.m:118:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file PSImportSub.m ... GerberImportSub.m:58:17: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=(int)[bList count]-1; i>=0; i--) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:72:17: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] int i, cnt=[bList count]; ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:76:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:82:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:89:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:96:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:103:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [l setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:126:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; 2^~~~~~~~~~~~~~~~~~~~~ warning s./GraphicObjects.subproj/VPath.h: generated60:. 1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:133:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; Compiling file DINImportSub.m ... ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:144:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:151:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; // instead state.width - only used in setPath and setPad -> need both width = 0 ! ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:161:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:168:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:180:11: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( ![aList count] ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:184:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:190:19: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] int cnt = [aList count]; ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1:HPGLImportSub.m :note56: :25: also foundwarning : - (NSUInteger) 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: 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; ^~~~~~~~~~~~~~~~~~ HPGLImportSub.m:58:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ HPGLImportSub.m:70:25: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] [g addList:aList at:[[g list] count]]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h- (NSUInteger) count;: 149:1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.hnote:: 62also found: 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also foundalso found - (NSUInteger) count;- (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: 73:1: note: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.halso found :- (NSUInteger) count;127 :^~~~~~~~~~~~~~~~~~~~~ 1./GraphicObjects.subproj/VPath.h:: 60note:: 1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberImportSub.m:199:34: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ) ^~~~~~~~~ ./VHFShared/types.h:125:36: note: expanded from macro 'Diff' #define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values also found ^ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h93::1041:1: :note : notealso found: using- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h- (CGFloat) width; : 91^~~~~~~~~~~~~~~~~~: 1./GraphicObjects.subproj/VGraphic.h:: 94note:: 1also found :- (NSUInteger) count; note^~~~~~~~~~~~~~~~~~~~~: also found/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (float)width;149 ^~~~~~~~~~~~~~~: 1GerberImportSub.m:: 199note: :also found 34- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 89 && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] ):1 : ^~~~~~~~~ note: ./VHFShared/types.halso found: 125:- (NSUInteger) count;47 :^~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h: :expanded from macro 'Diff'73 :#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values1 : ^ note/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h: :also found93 :- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~ note./GraphicObjects.subproj/VPath.h:: 60using: 1- (CGFloat) width; : ^~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.halso found :- (unsigned)count;94 :^~~~~~~~~~~~~~~~~~1 : HPGLImportSub.mnote:: 73also found: 5- (float)width; ^~~~~~~~~~~~~~~ :GerberImportSub.m :warning199: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]34 : [g setWidth:state.width]; warning ^~~~~~~~~~~~~~~~~~~~~~~~: multiple methods named 'width' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : && Diff(state.width, [g width]) < TOLERANCE && [state.color isEqual:[g color]] )92 : ^~~~~~~~~1 : ./VHFShared/types.hnote:: 125using: 53- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~note : ./GraphicObjects.subproj/VGraphic.hexpanded from macro 'Diff': 96#define Diff(a,b) (((a)>(b)) ? (a)-(b) : (b)-(a)) // returns the difference of the values: 1 ^: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote:: 93also found: 1- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~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 - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ GerberImportSub.m:312: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: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 4- (NSUInteger) count; warning s^~~~~~~~~~~~~~~~~~~~~ generated . /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Compiling file DXFExportSub.m ... PSImportSub.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; ^~~~~~~~~~~~~~~~~~ PSImportSub.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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PSImportSub.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; ^~~~~~~~~~~~~~~~~~ PSImportSub.m:87:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] else if ( [aList count] > 0 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ PSImportSub.m:94:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ PSImportSub.m:177:27: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (!moveToOrigin || ![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; ^~~~~~~~~~~~~~~~~~ PSImportSub.m:184: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: DINImportSub.mnote:: 83also found: 29- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning: multiple methods named 'width' found [-Wobjc-multiple-method-names]./GraphicObjects.subproj/VPath.h : diameter0 = [g0 width];60 : ^~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note93: :also found 1- (unsigned)count;: ^~~~~~~~~~~~~~~~~~ note: using - (CGFloat) width; PSImportSub.m^~~~~~~~~~~~~~~~~~: 192./GraphicObjects.subproj/VGraphic.h::1294:: 1warning:: multiple methods named 'count' found [-Wobjc-multiple-method-names]note : for (i=[list count]-1; i>=0; i--)also found ^~~~~~~~~~~~- (float)width; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:DINImportSub.m64::871::29 :note : warningusing: multiple methods named 'width' found [-Wobjc-multiple-method-names]- (NSUInteger) count; diameter1 = [g1 width];^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::9382::11:: note: noteusing: also found- (CGFloat) width; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h::9462::11:: notenote: : also foundalso found - (NSUInteger) count; // Primitive - (float)width;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :127:1: DINImportSub.mnote: :also found 103- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~: 28/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:: 104warning:: 1multiple methods named 'width' found [-Wobjc-multiple-method-names]: diameter = [[array objectAtIndex:i] width];note : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~also found /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~ 93/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h::911::1 :note: usingnote: also found - (CGFloat) width; - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h::94149::11:: notenote: : also foundalso found - (NSUInteger) count;- (float)width; ^~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: DINImportSub.malso found: 114- (NSUInteger) count;: 34^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.hwarning:: 73incompatible 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]: 1 [layerList sortUsingFunction:sortLayer context:nil];: ^~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :also found387 :41: note: - (NSUInteger) count;passing argument to parameter 'compare' here ^~~~~~~~~~~~~~~~~~~~~ GS_GENERIC_TYPE(ElementT),void*))compare ^./GraphicObjects.subproj/VPath.h :60:1: note: also found - (unsigned)count; DINImportSub.m^~~~~~~~~~~~~~~~~~: 185:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/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: 25multiple methods named 'count' found [-Wobjc-multiple-method-names] warning s for (i=[list count]-1; i>=0; i--) generated ^~~~~~~~~~~~. /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 Compiling file GerberExportSub.m ... :104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DINImportSub.m:56:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] d1 = [g0 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DINImportSub.m:60:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] d2 = [g1 width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 8 warnings generated. Compiling file HPGLExportSub.m ... 8 warnings generated. Compiling file EPSExport.m ... DXFExportSub.m:343:69: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DXFExportSub.m:392:16: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] lCnt = [layerList count]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ DXFExportSub.m:405:72: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] if ([g respondsToSelector:@selector(fillColor)] && [g width] == 0.0) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ DXFExportSub.m:418:81: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [self writeLine:[g pointWithNum:0] :[g pointWithNum:1] :[g width]]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberExportSub.m:188:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ( (inside == b) ) ~~~~~~~^~~~ GerberExportSub.m:188:26: note: remove extraneous parentheses around the comparison to silence this warning if ( (inside == b) ) ~ ^ ~ GerberExportSub.m:188:26: note: use '=' to turn this equality comparison into an assignment if ( (inside == b) ) ^~ = GerberExportSub.m:272:18: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if (![list count]) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ GerberExportSub.m:337:23: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float w = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ GerberExportSub.m:436:24: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] int i, lcnt = [layerList count]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count;4 warning^~~~~~~~~~~~~~~~~~~~~ s generated/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 Type1Import.m ... 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 ... 1 warning generated. Compiling file Type1Font.m ... 5 warnings generated. Compiling file type1Funs.m ... Type1ImportSub.m:66:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [aList count] > 0 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1ImportSub.m:72:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m:85:9: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ([aList count] == 1) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1ImportSub.m:87:15: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] else if ( [aList count] > 0 ) ^~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1ImportSub.m:94:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:state.width]; ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Type1ImportSub.m:178:12: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] for (i=[list count]-1; i>=0; i--) ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: 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: Type1Font.m:also found58 :16- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~warning : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types]104: 1: afmNoPlace = [[NSArray alloc] initWithObjects:@"Aacute", @"Acircumflex", @"Adieresis", @"Agrave", @"Aring", @"Atilde", @"Ccedilla", @"Eacute", @"Ecircumflex", @"Edieresis", @"Egrave", @"Eth", @"Iacute", @"Icircumflex", @"Idieresis", @"Igrave", @"Ntilde", @"Oacute", @"Ocircumflex", @"Odieresis", @"Ograve", @"Otilde", @"Thorn", @"Uacute", @"Ucircumflex", @"Udieresis", @"Ugrave", @"Yacute", @"aacute", @"acircumflex", @"adieresis", @"agrave", @"aring", @"atilde", @"ccedilla", @"copyright", @"divide", @"eacute", @"ecircumflex", @"edieresis", @"egrave", @"eth", @"iacute", @"icircumflex", @"idieresis", @"igrave", @"logicalnot", @"mu", @"multiply", @"ntilde", @"oacute", @"ocircumflex", @"odieresis", @"ograve", @"onehalf", @"onequarter", @"onesuperior", @"otilde", @"plusminus", @"registered", @"thorn", @"threequarters", @"threesuperior", @"twosuperior", @"uacute", @"ucircumflex", @"udieresis", @"ugrave", @"yacute", @"ydieresis", nil]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :also found 102- (NSUInteger) count; :1^~~~~~~~~~~~~~~~~~~~~: note/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: :instance method 'initWithObjects:' is assumed to return an instance of its receiver type ('NSArray *') 91- (instancetype) initWithObjects: (GS_GENERIC_TYPE(ElementT)) firstObject, ...; :^ 1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1:Type1Font.m: 141:10note: :also found warning- (NSUInteger) count; : ^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'count' found [-Wobjc-multiple-method-names]/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h: 89: if ( [[pDict objectForKey:@"blueValues"] count] == 6 ) 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:note64:: also found 1:- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~using - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:^~~~~~~~~~~~~~~~~~~~~73: 1/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: :82note:1: : also found note- (NSUInteger) count; : also found^~~~~~~~~~~~~~~~~~~~~ - (NSUInteger) count;./GraphicObjects.subproj/VPath.h :^~~~~~~~~~~~~~~~~~~~~60:1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h note:62:: also found1: note- (unsigned)count; ^~~~~~~~~~~~~~~~~~: 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 functions.m ... Type1Font.m:148:10: warning: multiple methods named 'count' found [-Wobjc-multiple-method-names] if ( [[pDict objectForKey:@"minFeature"] count] == 2 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:82:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h:104:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:91:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h:149:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h:89:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:73:1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ ./GraphicObjects.subproj/VPath.h:60:1: note: also found - (unsigned)count; ^~~~~~~~~~~~~~~~~~ Type1Font.m:914:77: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UnderlinePosition %d def\n", fontInfo.underlinePosition]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:915:78: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UnderlineThickness %d def\n", fontInfo.underlineThickness]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld Type1Font.m:930:68: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fontStr = [fontStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; ~~ ^~~~~~~~ %ld Type1Font.m:936:58: warning: 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. Compiling file gdb_support.m ... 12 warnings generated. Linking app Cenon ... /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o: in function `_i_DocView__validateMenuItem_': DocView.m:(.text+0x15e7c): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x15e8f): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16087): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x1609a): undefined reference to `sel_eq' /usr/bin/ld: DocView.m:(.text+0x16251): undefined reference to `sel_eq' /usr/bin/ld: ./obj/Cenon.obj/DocView.m.o:DocView.m:(.text+0x16362): more undefined references to `sel_eq' follow clang-12: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:133: Cenon.app/./Cenon] Error 1 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: Cenon.all.app.variables] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon