+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/Cenon-3.9.6nb23/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/Cenon-3.9.6nb23/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for Cenon-3.9.6nb23 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in subprojects of app Cenon... Making all for subproject GraphicObjects... Compiling file ClipRectangle.m ... Compiling file VArc.m ... VArc.m: In function '-[VArc copy]': VArc.m:204:5: warning: multiple methods named '-setWidth:' found 204 | [arc setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VArc.m:37: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VArc.m:40: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ ClipRectangle.m: In function '-[ClipRectangle create:in:]': ClipRectangle.m:71:36: warning: variable 'hitEdge' set but not used [-Wunused-but-set-variable] 71 | BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; | ^~~~~~~ ClipRectangle.m: In function '-[ClipRectangle initWithCoder:]': ClipRectangle.m:493:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] 493 | { int version; | ^~~~~~~ VArc.m: In function '-[VArc create:in:]': VArc.m:1693:22: warning: variable 'last' set but not used [-Wunused-but-set-variable] 1693 | NSPoint startP, last, gridPoint, drawPoint, lastPoint = NSZeroPoint, hitPoint; | ^~~~ VArc.m: In function '-[VArc contour:]': VArc.m:2916:9: warning: multiple methods named '-setWidth:' found 2916 | [g setWidth:0.0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VArc.m:37: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VArc.m:40: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VArc.m: In function '-[VArc getListOfObjectsSplittedFrom::]': VArc.m:3097:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] 3097 | NSPoint pv0, pv1; | ^~~ VArc.m: In function '-[VArc getListOfObjectsSplittedAtPoint:]': VArc.m:3164:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] 3164 | NSPoint pv0, pv1; | ^~~ VArc.m: In function '-[VArc getListOfObjectsSplittedFromGraphic:]': VArc.m:3600:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] 3600 | NSPoint pv0, pv1; | ^~~ VArc.m: In function '-[VArc getIntersectionsAndSplittedObjects::with:]': VArc.m:3742:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] 3742 | NSPoint pv0, pv1; | ^~~ Compiling file VCrosshairs.m ... Compiling file VCurve.m ... VCurve.m: In function '-[VCurve contour:]': VCurve.m:2472:9: warning: multiple methods named '-setWidth:' found 2472 | [g setWidth:0.0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VCurve.m:31: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VCurve.h:32, from VCurve.m:34: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VCurve.m:2341:28: warning: variable 'd3' set but not used [-Wunused-but-set-variable] 2341 | NSPoint p, d0, d3, pas[4], pbs[4]; /* the points on curves a and b */ | ^~ VCurve.m:2341:24: warning: variable 'd0' set but not used [-Wunused-but-set-variable] 2341 | NSPoint p, d0, d3, pas[4], pbs[4]; /* the points on curves a and b */ | ^~ Compiling file VGraphic.m ... VGraphic.m: In function '-[VGraphic drawColorPale:]': VGraphic.m:524:9: warning: passing argument 1 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] 524 | [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; | ^ | | | float * VGraphic.m:524:9: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VGraphic.m:524:9: warning: passing argument 2 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VGraphic.m:524:9: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VGraphic.m:524:9: warning: passing argument 3 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VGraphic.m:524:9: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VGraphic.m:524:9: warning: passing argument 4 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VGraphic.m:524:9: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' Compiling file VGroup.m ... VGroup.m: In function '-[VGroup setWidth:]': VGroup.m:387:9: warning: multiple methods named '-setWidth:' found 387 | [[list objectAtIndex:i] setWidth:w]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VGroup.m:34: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VGroup.m:35: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VGroup.m: In function '-[VGroup addObject:]': VGroup.m:550:9: warning: multiple methods named '-width' found 550 | width = [g width]; | ^~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VGroup.m:34: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VGroup.m:35: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ VGroup.m:578:9: warning: multiple methods named '-width' found 578 | w1 = [g width]; | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VGroup.m:34: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VGroup.m:35: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ Compiling file VImage.m ... VImage.m: In function '-[VImage thumbnailImage]': VImage.m:340:75: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] 340 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; | ^~~~~~ VImage.m:340:25: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] 340 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; | ^~~~~~~ VImage.m: In function '-[VImage compositeAntialiased:toPoint:]': VImage.m:637:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] 637 | int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; | ^~~~~~~ VImage.m: In function '-[VImage compositeInRect:toPoint:withScale:]': VImage.m:730:76: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] 730 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; | ^~~~~~ VImage.m:730:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] 730 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; | ^~~~~~~ VImage.m: In function '-[VImage separateImageWithColor:]': VImage.m:971:69: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] 971 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; | ^~~~~~ VImage.m:971:40: warning: variable 'ha' set but not used [-Wunused-but-set-variable] 971 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; | ^~ VImage.m:971:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] 971 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; | ^~~~~~~ VImage.m: In function '-[VImage drawWithPrincipal:]': VImage.m:1138:21: warning: multiple methods named '-width' found 1138 | float oldWidth = [clipPath width]; | ^~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VImage.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from VImage.h:31, from VImage.m:34: VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ VImage.m:1140:21: warning: multiple methods named '-setWidth:' found 1140 | [clipPath setWidth:0.0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VImage.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VImage.h:31, from VImage.m:34: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VImage.m:1147:21: warning: multiple methods named '-setWidth:' found 1147 | [clipPath setWidth:oldWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VImage.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VImage.h:31, from VImage.m:34: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VImage.m: In function '-[VImage saveToCMYKTiff:]': VImage.m:1719:69: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] 1719 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; | ^~~~~~ VImage.m:1719:40: warning: variable 'ha' set but not used [-Wunused-but-set-variable] 1719 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; | ^~ VImage.m:1719:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] 1719 | { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; | ^~~~~~~ Compiling file VLine.m ... VLine.m: In function '-[VLine copy]': VLine.m:81:5: warning: multiple methods named '-setWidth:' found 81 | [line setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VLine.h:32, from VLine.m:31: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VLine.m: In function '-[VLine contour:]': VLine.m:964:9: warning: multiple methods named '-setWidth:' found 964 | [g setWidth:0.0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VLine.h:32, from VLine.m:31: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VLine.m: In function '-[VLine getListOfObjectsSplittedFrom::]': VLine.m:1031:16: warning: variable 'dy' set but not used [-Wunused-but-set-variable] 1031 | float dx, dy; | ^~ VLine.m:1031:12: warning: variable 'dx' set but not used [-Wunused-but-set-variable] 1031 | float dx, dy; | ^~ Compiling file VLine3D.m ... Compiling file VPolyLine.m ... VLine3D.m: In function '-[VLine3D copy]': VLine3D.m:57:5: warning: multiple methods named '-setWidth:' found 57 | [line3d setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VLine.h:32, from VLine3D.h:32, from VLine3D.m:30: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VLine3D.m: In function '-[VLine3D initWithCoder:]': VLine3D.m:138:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] 138 | { int version; | ^~~~~~~ Compiling file VMark.m ... VPolyLine.m: In function '-[VPolyLine copy]': VPolyLine.m:165:5: warning: multiple methods named '-setWidth:' found 165 | [polyline setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPolyLine.m:31: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VLine.h:32, from VPolyLine.m:33: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VPolyLine.m: In function '-[VPolyLine drawWithPrincipal:]': VPolyLine.m:1228:13: warning: passing argument 1 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] 1228 | [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; | ^ | | | float * VPolyLine.m:1228:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPolyLine.m:1228:13: warning: passing argument 2 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VPolyLine.m:1228:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPolyLine.m:1228:13: warning: passing argument 3 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VPolyLine.m:1228:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPolyLine.m:1228:13: warning: passing argument 4 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VPolyLine.m:1228:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPolyLine.m: In function '-[VPolyLine initFromPropertyList:inDirectory:]': VPolyLine.m:3157:9: warning: passing argument 1 of 'scanFloat:' from incompatible pointer type [-Wincompatible-pointer-types] 3157 | { [scanner scanFloat:&(ptslist[i].x)]; | ^ | | | CGFloat * {aka double *} VPolyLine.m:3157:9: note: expected 'float *' but argument is of type 'CGFloat *' {aka 'double *'} VPolyLine.m:3158:14: warning: passing argument 1 of 'scanFloat:' from incompatible pointer type [-Wincompatible-pointer-types] 3158 | [scanner scanFloat:&(ptslist[i++].y)]; | ^ | | | CGFloat * {aka double *} VPolyLine.m:3158:14: note: expected 'float *' but argument is of type 'CGFloat *' {aka 'double *'} Compiling file VPath.m ... VPath.m: In function '-[VPath copy]': VPath.m:159:5: warning: multiple methods named '-setWidth:' found 159 | [path setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VPath.m: In function '-[VPath unnest]': VPath.m:351:13: warning: multiple methods named '-count' found 351 | jCnt = [g count]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ VPath.m: In function '-[VPath setWidth:]': VPath.m:483:9: warning: multiple methods named '-setWidth:' found 483 | [[list objectAtIndex:i] setWidth:w]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VPath.m: In function '-[VPath addList:at:]': VPath.m:548:5: warning: multiple methods named '-count' found 548 | cnt = [addList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ VPath.m: In function '-[VPath closeGapBetween:and:]': VPath.m:651:25: warning: variable 'p3' set but not used [-Wunused-but-set-variable] 651 | { NSPoint p2, p3; | ^~ VPath.m:687:13: warning: multiple methods named '-width' found 687 | [line setWidth:[g1 width]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ VPath.m: In function '-[VPath closePath]': VPath.m:759:17: warning: multiple methods named '-width' found 759 | [line setWidth:[g1 width]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ VPath.m:791:9: warning: multiple methods named '-width' found 791 | [line setWidth:[g1 width]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ VPath.m: In function '-[VPath complexJoin:distance:]': VPath.m:916:5: warning: multiple methods named '-count' found 916 | for ( i=0; i<[jlist count]; i++ ) | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ VPath.m: In function '-[VPath splitTo:]': VPath.m:1217:17: warning: multiple methods named '-setWidth:' found 1217 | [g setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VPath.m:1258:13: warning: multiple methods named '-setWidth:' found 1258 | [g setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VPath.m: In function '-[VPath removePointWithNum:]': VPath.m:1833:31: warning: variable 'gPtWithNum' set but not used [-Wunused-but-set-variable] 1833 | NSPoint gPtStart, gPtEnd, gPtWithNum; // notice old end point | ^~~~~~~~~~ VPath.m: In function '-[VPath drawWithPrincipal:]': VPath.m:2587:13: warning: passing argument 1 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] 2587 | [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; | ^ | | | float * VPath.m:2587:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPath.m:2587:13: warning: passing argument 2 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VPath.m:2587:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPath.m:2587:13: warning: passing argument 3 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VPath.m:2587:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPath.m:2587:13: warning: passing argument 4 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VPath.m:2587:13: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VPath.m: In function '-[VPath getFirstObjectOfSubPath:]': VPath.m:3942:13: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] 3942 | { int i, cnt, begIx; | ^~~ VPath.m: In function '-[VPath getLastObjectOfSubPath2:]': VPath.m:3971:13: warning: variable 'start' set but not used [-Wunused-but-set-variable] 3971 | NSPoint start, beg, end; | ^~~~~ VPath.m: In function '-[VPath directionOfSubPath::]': VPath.m:4109:13: warning: right-hand operand of comma expression has no effect [-Wunused-value] 4109 | dirInd = -1,0; // left | ^ VPath.m: In function '-[VPath subPathInsidePath::]': VPath.m:4293:29: warning: variable 'onIx' set but not used [-Wunused-but-set-variable] 4293 | { int on = 0, left = 0, onIx = -1, spLeft = 0, spRight = 0; | ^~~~ VPath.m: In function '-[VPath optimizePath:]': VPath.m:4594:13: warning: variable 'l1S' set but not used [-Wunused-but-set-variable] 4594 | NSPoint l1S, l1E, l2S, l2E; | ^~~ VPath.m: In function '-[VPath optimizeSubPathsToClosedPath:::]': VPath.m:4859:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] 4859 | NSPoint s, e; | ^ VPath.m:4859:21: warning: variable 's' set but not used [-Wunused-but-set-variable] 4859 | NSPoint s, e; | ^ VPath.m:4889:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] 4889 | NSPoint s, e; | ^ VPath.m:4889:21: warning: variable 's' set but not used [-Wunused-but-set-variable] 4889 | NSPoint s, e; | ^ VPath.m:4938:37: warning: variable 'e' set but not used [-Wunused-but-set-variable] 4938 | NSPoint s, e; | ^ VPath.m:4919:30: warning: variable 'ne' set but not used [-Wunused-but-set-variable] 4919 | NSPoint ns, ne; | ^~ VPath.m:4882:19: warning: variable 'startG' set but not used [-Wunused-but-set-variable] 4882 | VGraphic *startG=nil; | ^~~~~~ VPath.m:5241:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] 5241 | NSPoint s, e; | ^ VPath.m:5241:21: warning: variable 's' set but not used [-Wunused-but-set-variable] 5241 | NSPoint s, e; | ^ VPath.m:5285:29: warning: variable 'cep3' set but not used [-Wunused-but-set-variable] 5285 | NSPoint cep3; | ^~~~ VPath.m:5271:30: warning: variable 'ne' set but not used [-Wunused-but-set-variable] 5271 | NSPoint ns, ne; | ^~ VPath.m:5234:19: warning: variable 'startG' set but not used [-Wunused-but-set-variable] 5234 | VGraphic *startG=nil; | ^~~~~~ VPath.m: In function '-[VPath contour:inlay:splitCurves:]': VPath.m:6019:10: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] 6019 | int cnt=0; | ^~~ VPath.m:6017:54: warning: variable 'insideArray' set but not used [-Wunused-but-set-variable] 6017 | int direction, inside, directionArray[listCnt], insideArray[listCnt], dirInsideCnt=0; | ^~~~~~~~~~~ VPath.m:6017:29: warning: variable 'directionArray' set but not used [-Wunused-but-set-variable] 6017 | int direction, inside, directionArray[listCnt], insideArray[listCnt], dirInsideCnt=0; | ^~~~~~~~~~~~~~ VPath.m: In function '-[VPath contourOpen:]': VPath.m:6794:9: warning: multiple methods named '-width' found 6794 | oldWidth = [gr width]; | ^~~~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ VPath.m:6795:9: warning: multiple methods named '-setWidth:' found 6795 | [gr setWidth:0.0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VPath.m:6797:9: warning: multiple methods named '-setWidth:' found 6797 | [gr setWidth:oldWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VPath.m:41: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from VPath.m:47: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VPath.m: In function '-[VPath optimizeList:]': VPath.m:8754:13: warning: variable 's1' set but not used [-Wunused-but-set-variable] 8754 | NSPoint s1, e1, s2, e2; | ^~ Compiling file HiddenArea.m ... HiddenArea.m: In function '-[HiddenArea removeHiddenAreas:]': HiddenArea.m:63:9: warning: multiple methods named '-width' found 63 | float cw = [cg width], ow; | ^~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from HiddenArea.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from HiddenArea.m:32: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ HiddenArea.m:143:25: warning: multiple methods named '-width' found 143 | ow = [iog width]; | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from HiddenArea.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from HiddenArea.m:32: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ HiddenArea.m: In function '-[HiddenArea uniteAreas:]': HiddenArea.m:207:9: warning: multiple methods named '-width' found 207 | float cw = [cg width], ow; | ^~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from HiddenArea.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from HiddenArea.m:32: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ HiddenArea.m:295:25: warning: multiple methods named '-width' found 295 | ow = [iog width]; | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from HiddenArea.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from HiddenArea.m:32: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ HiddenArea.m: In function '-[HiddenArea removePartsOf:hiddenBy:]': HiddenArea.m:694:5: warning: multiple methods named '-width' found 694 | [ng setWidth:[cg width]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from HiddenArea.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from HiddenArea.m:32: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ HiddenArea.m:694:5: warning: multiple methods named '-setWidth:' found 694 | [ng setWidth:[cg width]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from HiddenArea.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from HiddenArea.m:32: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ Compiling file PathContour.m ... PathContour.m: In function '-[PathContour pointIsEdge:]': PathContour.m:1908:19: warning: variable 'byte' set but not used [-Wunused-but-set-variable] 1908 | unsigned char byte, lbyte, rbyte, ubyte, dbyte, ulbyte, urbyte, dlbyte, drbyte; | ^~~~ PathContour.m: In function '-[PathContour buildPath::::::]': PathContour.m:2292:43: warning: variable 'lastRowPt' set but not used [-Wunused-but-set-variable] 2292 | NSPoint stopPt = NSZeroPoint, lastRowPt; | ^~~~~~~~~ PathContour.m:2290:69: warning: variable 'endIsNearer2' set but not used [-Wunused-but-set-variable] 2290 | { int endIsNearer=-1, indexE=-1, indexS=-1, secondLine=0, endIsNearer2=0; | ^~~~~~~~~~~~ PathContour.m: In function '-[PathContour contourList:width:]': PathContour.m:3584:17: warning: multiple methods named '-width' found 3584 | if ( [gg width] > maxW ) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ PathContour.m:3585:21: warning: multiple methods named '-width' found 3585 | maxW = [gg width]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ PathContour.m:3591:9: warning: multiple methods named '-width' found 3591 | { if ( [g width] > maxW ) | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ PathContour.m:3592:17: warning: multiple methods named '-width' found 3592 | maxW = [g width]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ PathContour.m:3697:17: warning: multiple methods named '-width' found 3697 | gWidth = ([gg width]/scale); | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ PathContour.m:3714:21: warning: multiple methods named '-setWidth:' found 3714 | [gg setWidth:0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ PathContour.m:3726:25: warning: multiple methods named '-setWidth:' found 3726 | [gg setWidth:w2Int*2.0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ PathContour.m:3734:21: warning: multiple methods named '-setWidth:' found 3734 | { [gg setWidth:0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ PathContour.m:3745:25: warning: multiple methods named '-setWidth:' found 3745 | [gg setWidth:w2Int*2.0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ PathContour.m:3751:17: warning: multiple methods named '-setWidth:' found 3751 | [gg setWidth:oldGWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from PathContour.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from ../Graphics.h:32, from ../DocView.h:35, from PathContour.m:33: ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ Compiling file VRectangle.m ... VRectangle.m: In function '-[VRectangle copy]': VRectangle.m:95:5: warning: multiple methods named '-setWidth:' found 95 | [rectangle setWidth:width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VRectangle.m:31: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VRectangle.h:32, from VRectangle.m:33: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VRectangle.m: In function '-[VRectangle drawWithPrincipal:]': VRectangle.m:648:17: warning: passing argument 1 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] 648 | [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; | ^ | | | float * VRectangle.m:648:17: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VRectangle.m:648:17: warning: passing argument 2 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VRectangle.m:648:17: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VRectangle.m:648:17: warning: passing argument 3 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VRectangle.m:648:17: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VRectangle.m:648:17: warning: passing argument 4 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VRectangle.m:648:17: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' Compiling file VText.m ... VText.m: In function '-[VText drawWithPrincipal:]': VText.m:1047:72: warning: passing argument 1 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] 1047 | brightness:&b alpha:&a]; | ^~~~~~~~~~ | | | float * VText.m:1047:72: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VText.m:1047:72: warning: passing argument 2 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VText.m:1047:72: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VText.m:1047:72: warning: passing argument 3 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VText.m:1047:72: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' VText.m:1047:72: warning: passing argument 4 of 'getHue:saturation:brightness:alpha:' from incompatible pointer type [-Wincompatible-pointer-types] VText.m:1047:72: note: expected 'CGFloat *' {aka 'double *'} but argument is of type 'float *' Compiling file VTextPath.m ... Compiling file VWeb.m ... VTextPath.m: In function '-[VTextPath setWidth:]': VTextPath.m:131:1: warning: multiple methods named '-setWidth:' found 131 | - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VTextPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from VText.h:32, from VTextPath.h:32, from VTextPath.m:30: VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ VTextPath.m: In function '-[VTextPath width]': VTextPath.m:132:1: warning: multiple methods named '-width' found 132 | - (float)width { return [path width]; } | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from VTextPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from VText.h:32, from VTextPath.h:32, from VTextPath.m:30: VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ VTextPath.m: In function '-[VTextPath initWithCoder:]': VTextPath.m:456:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] 456 | { int version; | ^~~~~~~ Compiling file VSinking.m ... Compiling file VThread.m ... VSinking.m: In function '-[VSinking initWithCoder:]': VSinking.m:338:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] 338 | { int version; | ^~~~~~~ Compiling file PerformanceMap.m ... PerformanceMap.m: In function '-[PerformanceMap isObjectInside:]': PerformanceMap.m:208:10: warning: multiple methods named '-width' found 208 | [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from ../VHFShared/vhfCompatibility.h:39, from VGraphic.h:36, from PerformanceMap.h:33, from PerformanceMap.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from PerformanceMap.h:33, from PerformanceMap.m:30: VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ PerformanceMap.m:208:10: warning: multiple methods named '-width' found 208 | [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from ../VHFShared/vhfCompatibility.h:39, from VGraphic.h:36, from PerformanceMap.h:33, from PerformanceMap.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from PerformanceMap.h:33, from PerformanceMap.m:30: VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ Linking subproject GraphicObjects ... Making all for subproject graphicsUndo... Compiling file AlignGraphicsChange.m ... Compiling file AddPointGraphicsChange.m ... Compiling file AngleGraphicsChange.m ... Compiling file BringToFrontGraphicsChange.m ... Compiling file ChangeDetail.m ... Compiling file ColorGraphicsChange.m ... ChangeDetail.m: In function '-[WidthChangeDetail redoIt]': ChangeDetail.m:331:5: warning: multiple methods named '-lineWidth' found 331 | float lineWidth = [change lineWidth]; | ^~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:142, from undo.h:32, from ChangeDetail.m:49: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: using '-(CGFloat)lineWidth' 167 | - (CGFloat)lineWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: also found '-(CGFloat)lineWidth' In file included from undo.h:81, from ChangeDetail.m:49: WidthGraphicsChange.h:36:1: note: also found '-(float)lineWidth' 36 | - (float)lineWidth; | ^ ChangeDetail.m: In function '-[WidthChangeDetail personalChangeExpected]': ChangeDetail.m:336:5: warning: multiple methods named '-lineWidth' found 336 | return ([graphic width] != [change lineWidth]); | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:142, from undo.h:32, from ChangeDetail.m:49: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: using '-(CGFloat)lineWidth' 167 | - (CGFloat)lineWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSBezierPath.h:167:1: note: also found '-(CGFloat)lineWidth' In file included from undo.h:81, from ChangeDetail.m:49: WidthGraphicsChange.h:36:1: note: also found '-(float)lineWidth' 36 | - (float)lineWidth; | ^ Compiling file ContourGraphicsChange.m ... Compiling file CreateGraphicsChange.m ... Compiling file CutGraphicsChange.m ... Compiling file DeleteGraphicsChange.m ... Compiling file DimensionsGraphicsChange.m ... Compiling file DragPointGraphicsChange.m ... Compiling file EndEditingGraphicsChange.m ... Compiling file FillGraphicsChange.m ... Compiling file GraphicsChange.m ... GraphicsChange.m: In function '-[GraphicsChange saveBeforeChange]': GraphicsChange.m:84:9: warning: multiple methods named '-count' found 84 | count += [[slayList objectAtIndex:l] count]; | ^~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from undo.h:32, from GraphicsChange.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from undo.h:38, from GraphicsChange.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ Compiling file GroupGraphicsChange.m ... Compiling file JoinGraphicsChange.m ... GroupGraphicsChange.m: In function '-[GroupGraphicsChange redoDetails]': GroupGraphicsChange.m:108:9: warning: multiple methods named '-insertObject:atIndex:' found 108 | [[layers objectAtIndex:i] insertObject:[groups objectAtIndex:i] atIndex:0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:45, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from undo.h:32, from GroupGraphicsChange.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:335:15: note: using '-(void)insertObject:(id)anObject atIndex:(NSUInteger)index' 335 | atIndex: (NSUInteger)index; | ^~~~~~~ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:335:15: note: also found '-(void)insertObject:(id)anObject atIndex:(NSUInteger)index' In file included from ../DocView.h:36, from undo.h:39, from GroupGraphicsChange.m:28: ../LayerObject.h:130:1: note: also found '-(void)insertObject:(id)obj atIndex:(unsigned int)ix' 130 | - (void)insertObject:(id)obj atIndex:(unsigned)ix; | ^ Compiling file LengthGraphicsChange.m ... Compiling file LockGraphicsChange.m ... Compiling file MirrorGraphicsChange.m ... Compiling file MixGraphicsChange.m ... Compiling file MoveGraphicsChange.m ... Compiling file MoveLayerGraphicsChange.m ... Compiling file MovePointGraphicsChange.m ... Compiling file NameGraphicsChange.m ... Compiling file PasteGraphicsChange.m ... Compiling file PunchGraphicsChange.m ... Compiling file RadialCenterGraphicsChange.m ... Compiling file RadiusGraphicsChange.m ... Compiling file RemovePointGraphicsChange.m ... Compiling file ReorderGraphicsChange.m ... Compiling file RotateGraphicsChange.m ... Compiling file ScaleGraphicsChange.m ... Compiling file SendToBackGraphicsChange.m ... Compiling file SimpleGraphicsChange.m ... Compiling file SplitGraphicsChange.m ... Compiling file StepWidthGraphicsChange.m ... Compiling file UngroupGraphicsChange.m ... Compiling file WidthGraphicsChange.m ... Linking subproject graphicsUndo ... Making all for subproject undo... Compiling file ChangeManager.m ... Compiling file Change.m ... Compiling file MultipleChange.m ... Linking subproject undo ... Making all for subproject InspectorPanel... Compiling file IPAccText.m ... Compiling file IPAllAcc.m ... IPAllAcc.m: In function '-[IPAllAcc update:]': IPAllAcc.m:94:13: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 94 | [[accPopup itemAtIndex:i] setEnabled:YES]; | ^ IPAllAcc.m:94:13: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) IPAllAcc.m:97:13: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 97 | [[accPopup itemAtIndex:i] setEnabled:NO]; | ^ IPAccText.m: In function '-[IPAccText setLineHeight:]': IPAccText.m:91:9: warning: multiple methods named '-tag' found 91 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPAccText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPAccText.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPAccText.m:105:5: warning: multiple methods named '-count' found 105 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPAccText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAccText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPAccText.m: In function '-[IPAccText setFontSize:]': IPAccText.m:137:9: warning: multiple methods named '-tag' found 137 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPAccText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPAccText.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPAccText.m:151:5: warning: multiple methods named '-count' found 151 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPAccText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAccText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ Compiling file IPAllStrokeWidth.m ... Compiling file IPAllFilling.m ... IPAllStrokeWidth.m: In function '-[IPAllStrokeWidth update:]': IPAllStrokeWidth.m:59:9: warning: multiple methods named '-count' found 59 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPAllStrokeWidth.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAllStrokeWidth.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPAllStrokeWidth.m:82:5: warning: multiple methods named '-width' found 82 | if (graphic != g && ![g width]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from ../App.h:34, from IPAllStrokeWidth.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAllStrokeWidth.m:29: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ IPAllStrokeWidth.m:94:5: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 94 | [[strokePopup itemAtIndex:0] setEnabled:YES]; // allways enabled | ^ IPAllStrokeWidth.m:94:5: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) IPAllStrokeWidth.m:101:9: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 101 | [[strokePopup itemAtIndex:0] setEnabled:YES]; | ^ IPAllStrokeWidth.m:102:9: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 102 | [[strokePopup itemAtIndex:1] setEnabled:NO]; | ^ IPAllStrokeWidth.m:112:9: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 112 | [[strokePopup itemAtIndex:0] setEnabled:YES]; | ^ IPAllStrokeWidth.m:113:9: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 113 | [[strokePopup itemAtIndex:1] setEnabled:YES]; | ^ IPAllStrokeWidth.m:117:9: warning: multiple methods named '-width' found 117 | [widthField setStringValue:buildRoundedString([doc convertToUnit:[g width]], LARGENEG_COORD, LARGE_COORD)]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from ../App.h:34, from IPAllStrokeWidth.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAllStrokeWidth.m:29: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ IPAllStrokeWidth.m:119:9: warning: multiple methods named '-width' found 119 | [widthSlider setFloatValue:[doc convertToUnit:[g width]]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from ../App.h:34, from IPAllStrokeWidth.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAllStrokeWidth.m:29: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ IPAllStrokeWidth.m:123:9: warning: multiple methods named '-width' found 123 | if (stroked || [g width]) // everthing is enabled | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from ../App.h:34, from IPAllStrokeWidth.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from ../Graphics.h:32, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAllStrokeWidth.m:29: ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ IPAllStrokeWidth.m: In function '-[IPAllStrokeWidth setWidth:]': IPAllStrokeWidth.m:140:9: warning: multiple methods named '-tag' found 140 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPAllStrokeWidth.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPAllStrokeWidth.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file SliderBox.m ... IPAllFilling.m: In function '-[IPAllFilling update:]': IPAllFilling.m:142:5: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 142 | [[fillPopup itemAtIndex:0] setEnabled:fill0]; | ^ IPAllFilling.m:142:5: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) IPAllFilling.m:143:5: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 143 | [[fillPopup itemAtIndex:1] setEnabled:fill1]; | ^ IPAllFilling.m:144:5: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 144 | [[fillPopup itemAtIndex:2] setEnabled:fill2]; | ^ IPAllFilling.m:145:5: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 145 | [[fillPopup itemAtIndex:3] setEnabled:fill3]; | ^ IPAllFilling.m:146:5: warning: 'NSCollectionViewItem' may not respond to '-setEnabled:' 146 | [[fillPopup itemAtIndex:4] setEnabled:fill4]; | ^ IPAllFilling.m: In function '-[IPAllFilling setAngle:]': IPAllFilling.m:169:9: warning: multiple methods named '-tag' found 169 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPAllFilling.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPAllFilling.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPAllFilling.m: In function '-[IPAllFilling setStepWidth:]': IPAllFilling.m:191:9: warning: multiple methods named '-tag' found 191 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPAllFilling.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPAllFilling.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPAllLayers.m ... SliderBox.m: In function '-[SliderBox mouseDown:]': SliderBox.m:106:37: warning: variable 'locRect' set but not used [-Wunused-but-set-variable] 106 | NSRect bounds = [self bounds], locRect; | ^~~~~~~ Compiling file IPLayerCell.m ... IPAllLayers.m: In function '-[IPAllLayers removeLayer:]': IPAllLayers.m:222:73: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] 222 | [[moveMatrix selectedCell] stringValue]) == NSAlertDefaultReturn) | ^~ IPAllLayers.m:221:9: note: add parentheses around left hand side expression to silence this warning 221 | if (! NSRunAlertPanel(@"", REALLYDELETELAYER_STRING, DELETE_STRING, CANCEL_STRING, nil, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ( 222 | [[moveMatrix selectedCell] stringValue]) == NSAlertDefaultReturn) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ) IPAllLayers.m: In function '-[IPAllLayers matrixDidShuffleCellFrom:to:]': IPAllLayers.m:335:9: warning: multiple methods named '-count' found 335 | if ( (int)[list count] < masterCnt ) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPAllLayers.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPAllLayers.m:30: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPAllLayers.m:339:9: warning: multiple methods named '-insertObject:atIndex:' found 339 | [list insertObject:obj atIndex:to]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:45, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPAllLayers.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:335:15: note: using '-(void)insertObject:(id)anObject atIndex:(NSUInteger)index' 335 | atIndex: (NSUInteger)index; | ^~~~~~~ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:335:15: note: also found '-(void)insertObject:(id)anObject atIndex:(NSUInteger)index' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPAllLayers.m:30: ../LayerObject.h:130:1: note: also found '-(void)insertObject:(id)obj atIndex:(unsigned int)ix' 130 | - (void)insertObject:(id)obj atIndex:(unsigned)ix; | ^ Compiling file InspectorPanel.m ... Compiling file IPArc.m ... Compiling file IPBasicLevel.m ... IPArc.m: In function '-[IPArc setCenterX:]': IPArc.m:65:9: warning: multiple methods named '-tag' found 65 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPArc.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPArc.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPArc.m: In function '-[IPArc setCenterY:]': IPArc.m:88:9: warning: multiple methods named '-tag' found 88 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPArc.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPArc.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPArc.m: In function '-[IPArc setRadius:]': IPArc.m:111:9: warning: multiple methods named '-tag' found 111 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPArc.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPArc.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPArc.m: In function '-[IPArc setBegAngle:]': IPArc.m:135:9: warning: multiple methods named '-tag' found 135 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPArc.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPArc.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPArc.m: In function '-[IPArc setAngle:]': IPArc.m:158:9: warning: multiple methods named '-tag' found 158 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPArc.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPArc.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPCrosshairs.m ... IPBasicLevel.m: In function '-[IPBasicLevel update:]': IPBasicLevel.m:72:5: warning: multiple methods named '-setState:' found 72 | [lockSwitch setState:[g isLocked]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPBasicLevel.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPBasicLevel.m:29: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPBasicLevel.m: In function '-[IPBasicLevel setLock:]': IPBasicLevel.m:80:5: warning: multiple methods named '-state' found 80 | BOOL flag = [lockSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPBasicLevel.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPBasicLevel.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPBasicLevel.m:93:9: warning: multiple methods named '-count' found 93 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPBasicLevel.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPBasicLevel.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ Compiling file IPCurve.m ... IPCrosshairs.m: In function '-[IPCrosshairs setPointX:]': IPCrosshairs.m:62:9: warning: multiple methods named '-tag' found 62 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPCrosshairs.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPCrosshairs.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPCrosshairs.m: In function '-[IPCrosshairs setPointY:]': IPCrosshairs.m:96:9: warning: multiple methods named '-tag' found 96 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPCrosshairs.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPCrosshairs.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPGroup.m ... IPCurve.m: In function '-[IPCurve setPointX:]': IPCurve.m:77:9: warning: multiple methods named '-tag' found 77 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPCurve.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPCurve.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPCurve.m: In function '-[IPCurve setPointY:]': IPCurve.m:104:9: warning: multiple methods named '-tag' found 104 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPCurve.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPCurve.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPCurve.m: In function '-[IPCurve setControlX:]': IPCurve.m:131:9: warning: multiple methods named '-tag' found 131 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPCurve.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPCurve.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPCurve.m: In function '-[IPCurve setControlY:]': IPCurve.m:157:9: warning: multiple methods named '-tag' found 157 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPCurve.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPCurve.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPImage.m ... IPGroup.m: In function '-[IPGroup setPointX:]': IPGroup.m:68:9: warning: multiple methods named '-tag' found 68 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPGroup.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPGroup.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPGroup.m:84:9: warning: multiple methods named '-count' found 84 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPGroup.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPGroup.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPGroup.m: In function '-[IPGroup setPointY:]': IPGroup.m:117:9: warning: multiple methods named '-tag' found 117 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPGroup.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPGroup.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPGroup.m:134:9: warning: multiple methods named '-count' found 134 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPGroup.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPGroup.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPGroup.m: In function '-[IPGroup setSizeW:]': IPGroup.m:164:9: warning: multiple methods named '-tag' found 164 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPGroup.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPGroup.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPGroup.m: In function '-[IPGroup setSizeH:]': IPGroup.m:187:9: warning: multiple methods named '-tag' found 187 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPGroup.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPGroup.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPLine.m ... IPImage.m: In function '-[IPImage init]': IPImage.m:52:5: warning: class 'NSCollectionViewItem' does not implement the 'NSMenuItem' protocol 52 | { id item = [compPopUp itemAtIndex:i]; | ^ IPImage.m: In function '-[IPImage update:]': IPImage.m:78:5: warning: multiple methods named '-setState:' found 78 | [thumbSwitch setState:[g thumbnail]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPImage.m:81:5: warning: multiple methods named '-selectItemWithTag:' found 81 | [compPopUp selectItemWithTag:type]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:108, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using '-(BOOL)selectItemWithTag:(NSInteger)tag' 73 | - (BOOL) selectItemWithTag: (NSInteger)tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: also found '-(BOOL)selectItemWithTag:(NSInteger)tag' In file included from IPImage.m:34: ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found '-(BOOL)selectItemWithTag:(int)tag' 43 | - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 | ^ IPImage.m: In function '-[IPImage setX:]': IPImage.m:94:9: warning: multiple methods named '-tag' found 94 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPImage.m: In function '-[IPImage setY:]': IPImage.m:117:9: warning: multiple methods named '-tag' found 117 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPImage.m: In function '-[IPImage setWidth:]': IPImage.m:142:9: warning: multiple methods named '-tag' found 142 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPImage.m: In function '-[IPImage setHeight:]': IPImage.m:188:9: warning: multiple methods named '-tag' found 188 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPImage.m: In function '-[IPImage setThumbnail:]': IPImage.m:207:5: warning: multiple methods named '-state' found 207 | BOOL flag = [thumbSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPImage.m:213:9: warning: multiple methods named '-count' found 213 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPImage.m: In function '-[IPImage setName:]': IPImage.m:250:5: warning: multiple methods named '-count' found 250 | for (l=0; l<(int)[layerList count]; l++) | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPImage.m:254:9: warning: multiple methods named '-count' found 254 | for (i=0; i<(int)[lList count]; i++) | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPImage.m: In function '-[IPImage setCompressionFactor:]': IPImage.m:295:9: warning: multiple methods named '-count' found 295 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPImage.m: In function '-[IPImage setCompressionType:]': IPImage.m:330:9: warning: multiple methods named '-count' found 330 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPImage.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPImage.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPLine.m: In function '-[IPLine setPointX:]': IPLine.m:81:9: warning: multiple methods named '-tag' found 81 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine.m: In function '-[IPLine setPointY:]': IPLine.m:104:9: warning: multiple methods named '-tag' found 104 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine.m: In function '-[IPLine setAngle:]': IPLine.m:128:9: warning: multiple methods named '-tag' found 128 | switch ( [sender tag] ) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine.m: In function '-[IPLine setLength:]': IPLine.m:152:9: warning: multiple methods named '-tag' found 152 | switch ( [sender tag] ) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine.m: In function '-[IPLine setEndX:]': IPLine.m:174:9: warning: multiple methods named '-tag' found 174 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine.m: In function '-[IPLine setEndY:]': IPLine.m:195:9: warning: multiple methods named '-tag' found 195 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPLine3D.m ... Compiling file IPPolyLine.m ... IPLine3D.m: In function '-[IPLine3D setEndX:]': IPLine3D.m:68:9: warning: multiple methods named '-tag' found 68 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine3D.m: In function '-[IPLine3D setEndY:]': IPLine3D.m:89:9: warning: multiple methods named '-tag' found 89 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine3D.m: In function '-[IPLine3D setEndZ:]': IPLine3D.m:112:9: warning: multiple methods named '-tag' found 112 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine3D.m:125:5: warning: multiple methods named '-count' found 125 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPLine3D.m: In function '-[IPLine3D setLength:]': IPLine3D.m:154:9: warning: multiple methods named '-tag' found 154 | switch ( [sender tag] ) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine3D.m: In function '-[IPLine3D setPointX:]': IPLine3D.m:180:9: warning: multiple methods named '-tag' found 180 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine3D.m: In function '-[IPLine3D setPointY:]': IPLine3D.m:203:9: warning: multiple methods named '-tag' found 203 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine3D.m: In function '-[IPLine3D setPointZ:]': IPLine3D.m:227:9: warning: multiple methods named '-tag' found 227 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPLine3D.m:239:5: warning: multiple methods named '-count' found 239 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPLine3D.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPLine3D.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPPolyLine.m: In function '-[IPPolyLine setPointX:]': IPPolyLine.m:67:9: warning: multiple methods named '-tag' found 67 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPolyLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPolyLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPPolyLine.m: In function '-[IPPolyLine setPointY:]': IPPolyLine.m:90:9: warning: multiple methods named '-tag' found 90 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPolyLine.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPolyLine.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPMark.m ... Compiling file IPPath.m ... IPMark.m: In function '-[IPMark update:]': IPMark.m:50:5: warning: multiple methods named '-setState:' found 50 | [zSwitch setState:([g is3D]) ? YES : NO]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPMark.m: In function '-[IPMark setPointX:]': IPMark.m:68:9: warning: multiple methods named '-tag' found 68 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPMark.m: In function '-[IPMark setPointY:]': IPMark.m:91:9: warning: multiple methods named '-tag' found 91 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPMark.m: In function '-[IPMark setPointZ:]': IPMark.m:120:13: warning: multiple methods named '-count' found 120 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPMark.m:130:25: warning: multiple methods named '-state' found 130 | [g set3D:[zSwitch state]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPMark.m:134:9: warning: multiple methods named '-state' found 134 | [zField setEnabled:[zSwitch state]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPMark.m:135:9: warning: multiple methods named '-state' found 135 | [zLeftButton setEnabled:[zSwitch state]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPMark.m:136:9: warning: multiple methods named '-state' found 136 | [zRightButton setEnabled:[zSwitch state]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPMark.m:142:9: warning: multiple methods named '-tag' found 142 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPMark.m:158:9: warning: multiple methods named '-count' found 158 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPMark.m: In function '-[IPMark setName:]': IPMark.m:182:5: warning: multiple methods named '-count' found 182 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPMark.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPMark.m:28: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPPath.m: In function '-[IPPath setOriginX:]': IPPath.m:78:9: warning: multiple methods named '-tag' found 78 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPPath.m:94:9: warning: multiple methods named '-count' found 94 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPPath.m: In function '-[IPPath setOriginY:]': IPPath.m:127:9: warning: multiple methods named '-tag' found 127 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPPath.m:144:9: warning: multiple methods named '-count' found 144 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPPath.m: In function '-[IPPath setSizeWidth:]': IPPath.m:174:9: warning: multiple methods named '-tag' found 174 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPPath.m: In function '-[IPPath setSizeHeight:]': IPPath.m:197:9: warning: multiple methods named '-tag' found 197 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPPath.m: In function '-[IPPath setPointX:]': IPPath.m:222:9: warning: multiple methods named '-tag' found 222 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPPath.m: In function '-[IPPath setPointY:]': IPPath.m:267:9: warning: multiple methods named '-tag' found 267 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPPath.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPPath.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file IPRectangle.m ... Compiling file IPThread.m ... IPRectangle.m: In function '-[IPRectangle setAngle:]': IPRectangle.m:68:9: warning: multiple methods named '-tag' found 68 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPRectangle.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPRectangle.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPRectangle.m:80:9: warning: multiple methods named '-count' found 80 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPRectangle.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPRectangle.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPRectangle.m: In function '-[IPRectangle setX:]': IPRectangle.m:107:9: warning: multiple methods named '-tag' found 107 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPRectangle.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPRectangle.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPRectangle.m: In function '-[IPRectangle setY:]': IPRectangle.m:130:9: warning: multiple methods named '-tag' found 130 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPRectangle.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPRectangle.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPRectangle.m: In function '-[IPRectangle setSizeWidth:]': IPRectangle.m:153:9: warning: multiple methods named '-tag' found 153 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPRectangle.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPRectangle.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPRectangle.m: In function '-[IPRectangle setSizeHeight:]': IPRectangle.m:176:9: warning: multiple methods named '-tag' found 176 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPRectangle.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPRectangle.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPRectangle.m: In function '-[IPRectangle setRadius:]': IPRectangle.m:201:9: warning: multiple methods named '-tag' found 201 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPRectangle.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPRectangle.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPThread.m: In function '-[IPThread update:]': IPThread.m:45:5: warning: multiple methods named '-setState:' found 45 | [leftTurnSwitch setState:([g angle] < 0.0) ? 1 : 0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPThread.m:46:5: warning: multiple methods named '-setState:' found 46 | [externalSwitch setState:([g external]) ? 1 : 0]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPThread.m: In function '-[IPThread setDiameter:]': IPThread.m:57:9: warning: multiple methods named '-tag' found 57 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPThread.m: In function '-[IPThread setPitch:]': IPThread.m:82:9: warning: multiple methods named '-tag' found 82 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPThread.m:96:5: warning: multiple methods named '-count' found 96 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPThread.m: In function '-[IPThread setLeftTurn:]': IPThread.m:119:5: warning: multiple methods named '-state' found 119 | BOOL flag = [leftTurnSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPThread.m:125:9: warning: multiple methods named '-count' found 125 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPThread.m: In function '-[IPThread setExternal:]': IPThread.m:151:5: warning: multiple methods named '-state' found 151 | BOOL flag = [externalSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPThread.m:156:9: warning: multiple methods named '-count' found 156 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPThread.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPThread.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ Compiling file IPText.m ... Compiling file IPWeb.m ... IPText.m: In function '-[IPText update:]': IPText.m:55:5: warning: multiple methods named '-setState:' found 55 | [serialNumberSwitch setState:[g isSerialNumber]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPText.m:56:5: warning: multiple methods named '-setState:' found 56 | [fitHorizontalSwitch setState:[g fitHorizontal]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPText.m:57:5: warning: multiple methods named '-setState:' found 57 | [centerVerticalSwitch setState:[g centerVertical]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPText.m: In function '-[IPText setAngle:]': IPText.m:71:9: warning: multiple methods named '-tag' found 71 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPText.m:84:9: warning: multiple methods named '-count' found 84 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPText.m: In function '-[IPText setPointX:]': IPText.m:112:9: warning: multiple methods named '-tag' found 112 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPText.m: In function '-[IPText setPointY:]': IPText.m:135:9: warning: multiple methods named '-tag' found 135 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPText.m: In function '-[IPText setSizeWidth:]': IPText.m:160:9: warning: multiple methods named '-tag' found 160 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPText.m:173:5: warning: multiple methods named '-count' found 173 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPText.m: In function '-[IPText setSizeHeight:]': IPText.m:204:9: warning: multiple methods named '-tag' found 204 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPText.m:217:5: warning: multiple methods named '-count' found 217 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPText.m: In function '-[IPText setSerialNumber:]': IPText.m:241:5: warning: multiple methods named '-state' found 241 | BOOL flag = [serialNumberSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPText.m:244:5: warning: multiple methods named '-count' found 244 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPText.m: In function '-[IPText setFitHorizontal:]': IPText.m:267:5: warning: multiple methods named '-state' found 267 | BOOL flag = [fitHorizontalSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPText.m:270:5: warning: multiple methods named '-count' found 270 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPText.m: In function '-[IPText setCenterVertical:]': IPText.m:293:5: warning: multiple methods named '-state' found 293 | BOOL flag = [centerVerticalSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPText.m:296:5: warning: multiple methods named '-count' found 296 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPText.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPText.m:29: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ Compiling file IPTextPath.m ... Compiling file IPSinking.m ... IPTextPath.m: In function '-[IPTextPath update:]': IPTextPath.m:47:5: warning: multiple methods named '-setState:' found 47 | [showPathSwitch setState:[g showsPath]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPTextPath.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPTextPath.m:30: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPTextPath.m:48:5: warning: multiple methods named '-setState:' found 48 | [serialNumberSwitch setState:[g isSerialNumber]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPTextPath.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: using '-(void)setState:(NSInteger)value' 316 | - (void)setState:(NSInteger)value; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:316:1: note: also found '-(void)setState:(NSInteger)value' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPTextPath.m:30: ../LayerObject.h:153:1: note: also found '-(void)setState:(int)flag' 153 | - (void)setState:(int)flag; | ^ IPTextPath.m: In function '-[IPTextPath setShowPath:]': IPTextPath.m:59:5: warning: multiple methods named '-state' found 59 | BOOL flag = [showPathSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPTextPath.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPTextPath.m:30: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPTextPath.m:61:5: warning: multiple methods named '-count' found 61 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPTextPath.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPTextPath.m:30: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPTextPath.m: In function '-[IPTextPath setSerialNumber:]': IPTextPath.m:81:5: warning: multiple methods named '-state' found 81 | BOOL flag = [serialNumberSwitch state]; | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPTextPath.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPTextPath.m:30: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ IPTextPath.m:83:5: warning: multiple methods named '-count' found 83 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPTextPath.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPTextPath.m:30: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPSinking.m: In function '-[IPSinking setPositionX:]': IPSinking.m:149:2: warning: multiple methods named '-tag' found 149 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPSinking.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPSinking.m:30: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPSinking.m: In function '-[IPSinking setPositionY:]': IPSinking.m:169:9: warning: multiple methods named '-tag' found 169 | switch ([sender tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from ../App.h:34, from IPSinking.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from IPSinking.m:30: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IPSinking.m: In function '-[IPSinking setType:]': IPSinking.m:188:5: warning: multiple methods named '-count' found 188 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPSinking.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPSinking.m:30: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPSinking.m: In function '-[IPSinking setUnit:]': IPSinking.m:209:5: warning: multiple methods named '-count' found 209 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPSinking.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPSinking.m:30: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPSinking.m: In function '-[IPSinking setDiameter:]': IPSinking.m:252:5: warning: multiple methods named '-count' found 252 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPSinking.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPSinking.m:30: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ IPSinking.m: In function '-[IPSinking setMetrics:]': IPSinking.m:308:5: warning: multiple methods named '-count' found 308 | cnt = [slayList count]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from ../App.h:34, from IPSinking.m:30: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from IPSinking.m:30: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ 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 ... Linking bundle General ... Creating General.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Creating stamp file... Creating General.prefs/Resources/Info-gnustep.plist... Making all in Import.bproj ... Making all for bundle Import... Creating Import.prefs/.... Compiling file ImportController.m ... Linking bundle Import ... Creating Import.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Warning: .//English.lproj/Localizable.strings not found - ignoring Warning: .//German.lproj/Localizable.strings not found - ignoring Creating stamp file... Creating Import.prefs/Resources/Info-gnustep.plist... Making all in Export.bproj ... Making all for bundle Export... Creating Export.prefs/.... Compiling file ExportController.m ... Linking bundle Export ... Creating Export.prefs/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Warning: .//English.lproj/Localizable.strings not found - ignoring Warning: .//German.lproj/Localizable.strings not found - ignoring Creating stamp file... Creating Export.prefs/Resources/Info-gnustep.plist... Making all for subproject PreferencesPanel... Compiling file PreferencesPanel.m ... Linking subproject PreferencesPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Making all for subproject ProjectSettingsPanel... Compiling file ProjectSettings.m ... Compiling file PSInfo.m ... Compiling file PSFontInfo.m ... Compiling file PSSettings.m ... PSSettings.m: In function '-[PSSettings update:]': PSSettings.m:66:5: warning: multiple methods named '-selectItemWithTag:' found 66 | [unitPopup selectItemWithTag:((!doc) ? -1 : [doc baseUnitFlat])]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:108, from ../VHFShared/VHFPopUpButtonAdditions.h:39, from PSSettings.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using '-(BOOL)selectItemWithTag:(NSInteger)tag' 73 | - (BOOL) selectItemWithTag: (NSInteger)tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: also found '-(BOOL)selectItemWithTag:(NSInteger)tag' In file included from PSSettings.m:29: ../VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found '-(BOOL)selectItemWithTag:(int)tag' 43 | - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 | ^ 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 ... TPAlign.m: In function '-[TPAlign align:]': TPAlign.m:69:5: warning: multiple methods named '-state' found 69 | if ([alignLayerSwitch state]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from TransformPanel.h:32, from TPAlign.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from TPBasicLevel.h:35, from TransformPanel.h:33, from TPAlign.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ TPAlign.m:74:5: warning: multiple methods named '-count' found 74 | for (l=0, cnt = [slayList count]; l0; j-- ) | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from TPMix.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from TPBasicLevel.h:35, from TransformPanel.h:33, from TPMix.h:30, from TPMix.m:35: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ TPMix.m:97:21: warning: multiple methods named '-count' found 97 | i1 = (int)((float)([[slayList objectAtIndex:l1] count]-1) * Rand()); | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from TPMix.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from ../GraphicObjects.subproj/VArc.h:33, from ../Graphics.h:36, from ../DocView.h:35, from ../Document.h:35, from ../App.h:37, from TPBasicLevel.h:35, from TransformPanel.h:33, from TPMix.h:30, from TPMix.m:35: ../GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ TPMix.m:108:17: warning: multiple methods named '-tag' found 108 | switch ( [sender tag] ) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from TPMix.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from TPBasicLevel.h:35, from TransformPanel.h:33, from TPMix.h:30, from TPMix.m:35: ../LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ Compiling file TPRotate.m ... TPScale.m: In function '-[TPScale update:]': TPScale.m:51:5: warning: multiple methods named '-state' found 51 | [scaleYField setEnabled:([uniformScaleSwitch state]) ? NO : YES]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from TransformPanel.h:32, from TPScale.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from TPBasicLevel.h:35, from TransformPanel.h:33, from TPScale.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ TPScale.m: In function '-[TPScale setUniformScale:]': TPScale.m:56:5: warning: multiple methods named '-state' found 56 | [scaleYField setEnabled:([uniformScaleSwitch state]) ? NO : YES]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from TransformPanel.h:32, from TPScale.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from TPBasicLevel.h:35, from TransformPanel.h:33, from TPScale.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ TPScale.m: In function '-[TPScale setScale:]': TPScale.m:64:5: warning: multiple methods named '-state' found 64 | y = ([uniformScaleSwitch state]) ? x : [scaleYField floatValue]/100.0; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from TransformPanel.h:32, from TPScale.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from ../DocView.h:36, from ../Document.h:35, from ../App.h:37, from TPBasicLevel.h:35, from TransformPanel.h:33, from TPScale.m:29: ../LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ Compiling file TransformPanel.m ... Linking subproject TransformPanel ... Creating Resources/Subproject... Copying localized resources into the subproject wrapper... Making all for subproject VHFImport... Compiling file PSImport.m ... Compiling file DINImport.m ... Compiling file DXFImport.m ... DXFImport.m: In function '-[DXFImport blockScannerFromScanner:]': DXFImport.m:133:10: warning: variable 'location' set but not used [-Wunused-but-set-variable] 133 | int location; | ^~~~~~~~ DXFImport.m: In function 'buildArc': DXFImport.m:1037:35: warning: variable 'h' set but not used [-Wunused-but-set-variable] 1037 | double l, ang, dx, dy, r, an, h; | ^ DXFImport.m: In function '-[DXFImport getText:mtext:::::::]': DXFImport.m:1224:23: warning: variable 'textScale' set but not used [-Wunused-but-set-variable] 1224 | float textHeight, textScale; | ^~~~~~~~~ DXFImport.m:1224:11: warning: variable 'textHeight' set but not used [-Wunused-but-set-variable] 1224 | float textHeight, textScale; | ^~~~~~~~~~ DXFImport.m:1223:11: warning: variable 'slopeAngle' set but not used [-Wunused-but-set-variable] 1223 | float slopeAngle = 0.0; | ^~~~~~~~~~ DXFImport.m:1222:3: warning: variable 'p' set but not used [-Wunused-but-set-variable] 1222 | p; | ^ DXFImport.m:1221:13: warning: variable 'adjustPoint' set but not used [-Wunused-but-set-variable] 1221 | NSPoint adjustPoint, // a point to adjust the text | ^~~~~~~~~~~ DXFImport.m:1220:10: warning: variable 'adjust' set but not used [-Wunused-but-set-variable] 1220 | { int adjust = 0; | ^~~~~~ Compiling file GerberImport.m ... GerberImport.m: In function '-[GerberImport getMacroRectLine:::]': GerberImport.m:1218:30: warning: variable 'ey' set but not used [-Wunused-but-set-variable] 1218 | { float w, h, sx, sy, ex, ey, a; | ^~ Compiling file HPGLImport.m ... HPGLImport.m: In function '-[HPGLImport getLabelSize:]': HPGLImport.m:461:5: warning: passing argument 1 of 'scanFloat:' from incompatible pointer type [-Wincompatible-pointer-types] 461 | if ( ![scanner scanFloat:&state.labelSize.width] ) | ^~ | | | CGFloat * {aka double *} HPGLImport.m:461:5: note: expected 'float *' but argument is of type 'CGFloat *' {aka 'double *'} HPGLImport.m:463:5: warning: passing argument 1 of 'scanFloat:' from incompatible pointer type [-Wincompatible-pointer-types] 463 | else if ( ![scanner scanFloat:&state.labelSize.height] ) | ^~~~ | | | CGFloat * {aka double *} HPGLImport.m:463:5: note: expected 'float *' but argument is of type 'CGFloat *' {aka 'double *'} Linking subproject VHFImport ... Making all for subproject VHFExport... Compiling file DXFExport.m ... Compiling file GerberExport.m ... Compiling file HPGLExport.m ... Linking subproject VHFExport ... Making all for subproject VHFShared... Compiling file vhf2DFunctions.m ... Compiling file vhfCFGFunctions.m ... Compiling file vhfCommonFunctions.m ... Compiling file vhfMath.m ... Compiling file vhfSoundFunctions.m ... Compiling file VHFArrayAdditions.m ... Compiling file VHFDictionaryAdditions.m ... Compiling file VHFPopUpButtonAdditions.m ... VHFPopUpButtonAdditions.m: In function '-[NSPopUpButton(VHFPopUpButtonAdditions) selectItemWithTag:]': VHFPopUpButtonAdditions.m:55:1: warning: conflicting types for '-(BOOL)selectItemWithTag:(int)tag' 55 | { int row; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:108, from VHFPopUpButtonAdditions.h:39, from VHFPopUpButtonAdditions.m:36: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: previous declaration of '-(BOOL)selectItemWithTag:(NSInteger)tag' 73 | - (BOOL) selectItemWithTag: (NSInteger)tag; | ^ Compiling file VHFScannerAdditions.m ... Compiling file VHFStringAdditions.m ... Compiling file VHFSystemAdditions.m ... Linking subproject VHFShared ... Making all for app Cenon... Creating Cenon.app/.... Compiling file Cenon_main.m ... Compiling file apContour.m ... apContour.m: In function '-[App(Contour) contourUseRaster]': apContour.m:97:5: warning: multiple methods named '-state' found 97 | return ([[contourSwitchMatrix cellAtRow:SWITCH_USERASTER column:0] state]) ? YES : NO; | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from apContour.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from apContour.m:32: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ apContour.m: In function '-[App(Contour) contourRemoveSource]': apContour.m:101:5: warning: multiple methods named '-state' found 101 | return ([[contourSwitchMatrix cellAtRow:SWITCH_REMOVESOURCE column:0] state]) ? YES : NO; | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from apContour.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from apContour.m:32: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ Compiling file App.m ... Compiling file GridPanel.m ... App.m: In function '-[App showWebPage:]': App.m:1106:5: warning: multiple methods named '-tag' found 1106 | int tag = [sender tag]; | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from App.m:36: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from DocView.h:36, from Document.h:35, from App.h:37, from App.m:42: LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ App.m: In function '-[App setCurrent2DTool:]': App.m:1324:9: warning: multiple methods named '-tag' found 1324 | current2DTool = [[matrix selectedCell] tag]; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from App.m:36: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from DocView.h:36, from Document.h:35, from App.h:37, from App.m:42: LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ GridPanel.m: In function '-[GridPanel update:]': GridPanel.m:55:5: warning: multiple methods named '-selectItemWithTag:' found 55 | [unitPopUp selectItemWithTag:[view gridUnit]]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:108, from GridPanel.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: using '-(BOOL)selectItemWithTag:(NSInteger)tag' 73 | - (BOOL) selectItemWithTag: (NSInteger)tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSPopUpButton.h:73:1: note: also found '-(BOOL)selectItemWithTag:(NSInteger)tag' In file included from GridPanel.m:32: ./VHFShared/VHFPopUpButtonAdditions.h:43:1: note: also found '-(BOOL)selectItemWithTag:(int)tag' 43 | - (BOOL)selectItemWithTag:(int)tag; // available in Mac OS X >= 10.4 | ^ Compiling file WorkingAreaPanel.m ... Compiling file IntersectionPanel.m ... Compiling file TilePanel.m ... IntersectionPanel.m: In function '-[IntersectionPanel targetClass]': IntersectionPanel.m:38:5: warning: multiple methods named '-tag' found 38 | switch ([[objectRadio selectedCell] tag]) | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from IntersectionPanel.h:32, from IntersectionPanel.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from DocView.h:36, from Document.h:35, from App.h:37, from IntersectionPanel.m:29: LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ IntersectionPanel.m: In function '-[IntersectionPanel create:]': IntersectionPanel.m:72:9: warning: multiple methods named '-state' found 72 | if (![[layerList objectAtIndex:l] state]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from IntersectionPanel.h:32, from IntersectionPanel.m:28: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from IntersectionPanel.m:29: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ TilePanel.m: In function '-[TilePanel mustMoveMasterToOrigin]': TilePanel.m:116:5: warning: multiple methods named '-state' found 116 | return ( [originSwitch state] == 0 ) ? NO : YES; | ^~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from TilePanel.m:29: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from TilePanel.m:32: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ Compiling file TileObject.m ... Compiling file DocView.m ... DocView.m: In function '+[DocView boundsOfArray:]': DocView.m:178:13: warning: multiple methods named '-count' found 178 | if ( [[list objectAtIndex:l] count] ) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from GraphicObjects.subproj/VArc.h:33, from Graphics.h:36, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ DocView.m: In function '-[DocView singleList:]': DocView.m:321:5: warning: multiple methods named '-count' found 321 | if (![list count] || ![[list objectAtIndex:0] isKindOfClass:[LayerObject class]]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from GraphicObjects.subproj/VArc.h:33, from Graphics.h:36, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ DocView.m:325:5: warning: multiple methods named '-count' found 325 | for (l=0; l<(int)[list count]; l++) | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from GraphicObjects.subproj/VArc.h:33, from Graphics.h:36, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ Compiling file dvDrag.m ... DocView.m: In function '-[DocView importASCII:sort:]': DocView.m:1017:5: warning: passing argument 1 of 'sortUsingFunction:context:' from incompatible pointer type [-Wincompatible-pointer-types] 1017 | [textArray sortUsingFunction:sortPosition context:&sort]; | ^ | | | int (*)(struct objc_object *, struct objc_object *, void *) DocView.m:1017:5: note: expected 'NSComparisonResult (*)(struct objc_object *, struct objc_object *, void *)' {aka 'long int (*)(struct objc_object *, struct objc_object *, void *)'} but argument is of type 'int (*)(struct objc_object *, struct objc_object *, void *)' DocView.m: In function '-[DocView getSelection]': DocView.m:1169:9: warning: multiple methods named '-state' found 1169 | if (![[layerList objectAtIndex:l] state] || !(iCnt=[list count])) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from DocView.m:39: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ DocView.m: In function '-[DocView placeList:at:]': DocView.m:1621:13: warning: multiple methods named '-count' found 1621 | if (![[aList objectAtIndex:l] count]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from GraphicObjects.subproj/VArc.h:33, from Graphics.h:36, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ DocView.m:1626:13: warning: multiple methods named '-count' found 1626 | for (i=[[aList objectAtIndex:l] count]-1; i>=0; i--) | ^~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from GraphicObjects.subproj/VArc.h:33, from Graphics.h:36, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ DocView.m: In function '-[DocView boundsOfArray:withKnobs:]': DocView.m:1673:13: warning: multiple methods named '-count' found 1673 | if ( [[list objectAtIndex:l] count] ) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from GraphicObjects.subproj/VArc.h:33, from Graphics.h:36, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ DocView.m: In function '-[DocView coordBoundsOfArray:]': DocView.m:1723:13: warning: multiple methods named '-count' found 1723 | if ( [[list objectAtIndex:l] count] ) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSCoder.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:33, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:44, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: using '-(NSUInteger)count' 64 | - (NSUInteger) count; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:1: note: also found '-(NSUInteger)count' In file included from GraphicObjects.subproj/VArc.h:33, from Graphics.h:36, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VPath.h:60:1: note: also found '-(unsigned int)count' 60 | - (unsigned)count; | ^ DocView.m: In function '-[DocView redrawObject:::]': DocView.m:1955:25: warning: multiple methods named '-state' found 1955 | if (![[layerList objectAtIndex:l] state] || ![list count]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from DocView.m:39: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ DocView.m: In function '-[DocView moveObject:::]': DocView.m:2270:21: warning: multiple methods named '-state' found 2270 | if (![[layerList objectAtIndex:l] state] || ![list count]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from DocView.m:39: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ DocView.m: In function '-[DocView mouseDown:]': DocView.m:2761:17: warning: multiple methods named '-setWidth:' found 2761 | [g setWidth:Prefs_LineWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ DocView.m:2771:21: warning: multiple methods named '-setWidth:' found 2771 | [g setWidth:Prefs_LineWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ DocView.m:2782:21: warning: multiple methods named '-setWidth:' found 2782 | [g setWidth:Prefs_LineWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ DocView.m:2787:21: warning: multiple methods named '-setWidth:' found 2787 | [g setWidth:Prefs_LineWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ DocView.m:2795:21: warning: multiple methods named '-setWidth:' found 2795 | [g setWidth:Prefs_LineWidth]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using '-(void)setWidth:(CGFloat)newWidth' 92 | - (void) setWidth: (CGFloat)newWidth; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: also found '-(void)setWidth:(CGFloat)newWidth' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:96:1: note: also found '-(void)setWidth:(float)w' 96 | - (void)setWidth:(float)w; | ^ DocView.m:2959:13: warning: multiple methods named '-state' found 2959 | if ( ![list count] || ![[layerList objectAtIndex:l] state] | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from DocView.m:39: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ DocView.m:2659:24: warning: variable 'control' set but not used [-Wunused-but-set-variable] 2659 | BOOL shift, control, gotHit = NO, compositeAll = NO, editable = NO; | ^~~~~~~ DocView.m: In function '-[DocView dragMagnify:]': DocView.m:3176:30: warning: variable 'shift' set but not used [-Wunused-but-set-variable] 3176 | BOOL mustContain, shift, canScroll, oldRegionSet = NO; | ^~~~~ DocView.m:3176:17: warning: variable 'mustContain' set but not used [-Wunused-but-set-variable] 3176 | BOOL mustContain, shift, canScroll, oldRegionSet = NO; | ^~~~~~~~~~~ DocView.m: In function '-[DocView selectAll:redraw:]': DocView.m:3377:9: warning: multiple methods named '-state' found 3377 | if ( ![[layerList objectAtIndex:l] state] || !(iCnt=[list count]) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: using '-(NSInteger)state' 317 | - (NSInteger)state; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:317:1: note: also found '-(NSInteger)state' In file included from DocView.h:36, from Document.h:35, from App.h:37, from DocView.m:39: LayerObject.h:154:1: note: also found '-(int)state' 154 | - (int)state; | ^ DocView.m: In function '-[DocView selectColor:]': DocView.m:3532:13: warning: multiple methods named '-width' found 3532 | float sgw = [sg width]; | ^~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ DocView.m:3549:13: warning: multiple methods named '-width' found 3549 | ws[c] = [sg width]; | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ DocView.m:3566:13: warning: multiple methods named '-width' found 3566 | { float ggw = [gg width]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:212, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using '-(CGFloat)width' 93 | - (CGFloat) width; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: also found '-(CGFloat)width' In file included from Graphics.h:32, from DocView.h:35, from Document.h:35, from App.h:37, from DocView.m:39: GraphicObjects.subproj/VGraphic.h:94:1: note: also found '-(float)width' 94 | - (float)width; | ^ DocView.m: In function '-[DocView toggleCoordDisplay:]': DocView.m:3733:5: warning: multiple methods named '-tag' found 3733 | [(DocWindow*)[document window] enableCoordDisplay:([sender tag] ? YES : NO)]; | ^ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from DocView.h:36, from Document.h:35, from App.h:37, from DocView.m:39: LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ DocView.m: In function '-[DocView displayDirections:]': DocView.m:3739:9: warning: multiple methods named '-tag' found 3739 | showDirection = [sender tag] ? YES : NO; | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSText.h:61, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSParagraphStyle.h:37, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSCell.h:39, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSActionCell.h:34, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:49, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: using '-(NSInteger)tag' 228 | - (NSInteger) tag; | ^ /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/NSView.h:228:1: note: also found '-(NSInteger)tag' In file included from DocView.h:36, from Document.h:35, from App.h:37, from DocView.m:39: LayerObject.h:148:1: note: also found '-(int)tag' 148 | - (int)tag; | ^ DocView.m: In function '-[DocView validateMenuItem:]': DocView.m:3798:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3798 | if ( VHFSelectorIsEqual(action, @selector(bringToFront:)) || | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3799:10: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3799 | VHFSelectorIsEqual(action, @selector(bringForward:)) ) | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3818:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3818 | else if ( VHFSelectorIsEqual(action, @selector(sendToBack:)) || | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3819:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3819 | VHFSelectorIsEqual(action, @selector(sendBackward:)) ) | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3838:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3838 | else if ( VHFSelectorIsEqual(action, @selector(toggleGrid:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3843:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3843 | else if ( VHFSelectorIsEqual(action, @selector(group:)) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3845:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3845 | || VHFSelectorIsEqual(action, @selector(join:)) ) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3856:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3856 | else if ( VHFSelectorIsEqual(action, @selector(punch:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3879:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3879 | else if ( VHFSelectorIsEqual(action, @selector(ungroup:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3892:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3892 | else if ( VHFSelectorIsEqual(action, @selector(split:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3906:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3906 | else if ( VHFSelectorIsEqual(action, @selector(flatten:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3919:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3919 | else if ( VHFSelectorIsEqual(action, @selector(addLink:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3926:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3926 | else if ( VHFSelectorIsEqual(action, @selector(bindTextToPath:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3941:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3941 | else if ( VHFSelectorIsEqual(action, @selector(copy:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3952:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3952 | else if ( VHFSelectorIsEqual(action, @selector(mirror:)) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3953:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3953 | || VHFSelectorIsEqual(action, @selector(rotateG:)) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3954:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3954 | || VHFSelectorIsEqual(action, @selector(reverse:)) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3955:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3955 | || VHFSelectorIsEqual(action, @selector(buildContour:)) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3956:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3956 | || VHFSelectorIsEqual(action, @selector(delete:)) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3957:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3957 | || VHFSelectorIsEqual(action, @selector(selectColor:)) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3958:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3958 | || VHFSelectorIsEqual(action, @selector(selectEqual:)) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3959:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3959 | || VHFSelectorIsEqual(action, @selector(cut:)) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3960:15: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3960 | || VHFSelectorIsEqual(action, @selector(transform:)) ) | ^~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3971:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3971 | else if ( VHFSelectorIsEqual(action, @selector(selectAll:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3983:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3983 | else if ( VHFSelectorIsEqual(action, @selector(paste:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3993:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3993 | else if ( VHFSelectorIsEqual(action, @selector(displayDirections:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m:3995:5: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations] 3995 | else if ( VHFSelectorIsEqual(action, @selector(toggleCoordDisplay:)) ) | ^~~~ In file included from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/objc.h:1, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/Foundation/Foundation.h:31, from /home/pbulk/build/graphics/Cenon/work/.buildlink/include/AppKit/AppKit.h:40, from DocView.m:33: /home/pbulk/build/graphics/Cenon/work/.buildlink/include/objc/runtime-deprecated.h:80:6: note: declared here 80 | BOOL sel_eq(SEL s1, SEL s2); | ^~~~~~ DocView.m: In function '-[DocView group:]': DocView.m:4046:38: warning: conversion from 'enum ' to 'unsigned int' changes value from '9223372036854775807' to '4294967295' [-Woverflow] 4046 | unsigned int index = NSNotFound; | ^~~~~~~~~~ DocView.m: In function '-[DocView ungroup:]': DocView.m:4107:13: warning: multiple methods named '-count' found 4107 | for (i=0, iCnt = [newSlist count]; i