=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for Cenon-3.9.6nb21 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in subprojects of app Cenon... Making all for subproject GraphicObjects... Compiling file VArc.m ... Compiling file ClipRectangle.m ... Compiling file VCrosshairs.m ... Compiling file VCurve.m ... ClipRectangle.m:71:36: warning: variable 'hitEdge' set but not used [-Wunused-but-set-variable] BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; ^ VArc.m:204:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] ClipRectangle.m [arc setWidth:width];: 493 ^~~~~~~~~~~~~~~~~~~~: 9/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: 92warning: :variable 'version' set but not used [-Wunused-but-set-variable]1 :{ int version; note: ^using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VCurve.m:1061:65: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:70: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:75: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VCurve.m:1061:80: warning: format specifies type 'double' but the argument has type 'NSPoint' (aka 'struct _NSPoint') [-Wformat] { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); ~~ ^~~ VArc.m:1693:22: warning: variable 'last' set but not used [-Wunused-but-set-variable] NSPoint startP, last, gridPoint, drawPoint, lastPoint = NSZeroPoint, hitPoint; ^ VArc.m:2192:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if ( abs(angle) < 360.0 ) ^ VArc.m:2192:10: note: use function 'fabsf' instead if ( abs(angle) < 360.0 ) ^~~ fabsf VCurve.m:2472:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VArc.m:2916:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VArc.m:3097:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3164:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ Compiling file VGraphic.m ... VArc.m:3600:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3742:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3784:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4138:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4141:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4650:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VArc.m:4701:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; // nothing to clip ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 2 warnings generated. Compiling file VGroup.m ... VGraphic.m:268:8: warning: incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:199:1: note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^ VGraphic.m:524:72: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VGraphic.m:524:86: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VGraphic.m:524:100: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VGraphic.m:524:109: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[color colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VGroup.m:135:10: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] list = [aList retain]; ^ ~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSObject.h:174:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *') - (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^ VGroup.m:387:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [[list objectAtIndex:i] setWidth:w]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VGroup.m:383:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VGroup.m:550:17: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] width = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VGroup.m:578:14: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] w1 = [g width]; ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ 5 warnings generated. Compiling file VImage.m ... 5 warnings generated. Compiling file VLine.m ... 4 warnings generated. Compiling file VLine3D.m ... VImage.m:340:25: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; ^ VImage.m:340:75: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; ^ VImage.m:637:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] 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] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; ^ VImage.m:730:76: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; ^ VImage.m:842:69: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] { NSLog(@"VImage, clipImage: unsupported bits per sample %d", [aBitmap bitsPerSample]); ~~ ^~~~~~~~~~~~~~~~~~~~~~~ %ld VImage.m:971:26: warning: variable 'bppixel' set but not used [-Wunused-but-set-variable] { 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] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VImage.m:971:69: warning: variable 'bitspr' set but not used [-Wunused-but-set-variable] { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; ^ VImage.m:1138:38: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] float oldWidth = [clipPath width]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VImage.m:1140:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:0.0]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VImage.m:1147:21: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [clipPath setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:81:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VImage.m:1719:26: VLine.mwarning: :variable 'bppixel' set but not used [-Wunused-but-set-variable]964 : { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns;9 : ^ warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]VImage.m VLine3D.m [g setWidth:0.0];: ^~~~~~~~~~~~~~~~ 1719/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::92:401:: note: using :- (void) setWidth: (CGFloat)newWidth; warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57variable 'ha' set but not used [-Wunused-but-set-variable]../GraphicObjects.subproj/VGraphic.h :96: { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns;1 : ^note: also found :- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~VImage.m 5:VLine.m:1031:12: 1719warning: :variable 'dx' set but not used [-Wunused-but-set-variable]: float dx, dy; 69warning: : ^ multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]warning: VLine.m:variable 'bitspr' set but not used [-Wunused-but-set-variable]1031:16 : { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, rows, bitspr, columns; warning: variable 'dy' set but not used [-Wunused-but-set-variable] float dx, dy; ^ ^ [line3d setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine3D.m:138:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ 13 warnings generated. Compiling file VPolyLine.m ... 2 warnings generated. Compiling file VMark.m ... 4 warnings generated. Compiling file VPath.m ... VPolyLine.m:165:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [polyline setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: Compiling file HiddenArea.m ... remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:414:2215: warning swarning: generatedvariable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]. if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~ VPolyLine.m Compiling file PathContour.m ... :420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~ VPolyLine.m:405:52: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, *iPts; ^ = NULL VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 )VPath.m : ^~~~~~~~~159 :VPolyLine.m5::389 :warning: 22multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: [path setWidth:width];note: uninitialized use occurs here ^~~~~~~~~~~~~~~~~~~~~ free(iPts);/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h : ^~~~92 :VPolyLine.m1::364 :note: 22using: - (void) setWidth: (CGFloat)newWidth;note: remove the '&&' if its condition is always true^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 )./VGraphic.h : ^~~~~~~~~~~~~96: 1VPolyLine.m:: 364note: :also found22 :- (void)setWidth:(float)w; warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] VPath.m if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ): 479HiddenArea.m ^~: :1:VPolyLine.m :note: 63:20: warning: 389also found multiple methods named 'width' found [-Wobjc-multiple-method-names]:- (void)setWidth:(float)w22 ^~~~~~~~~~~~~~~~~~~~~~~~~:PathContour.m note: float cw = [cg width], ow;uninitialized use occurs here: 956 free(iPts);VPath.m : ^~~~15 :: VPolyLine.m :warning: 351 ^~~~~~~~~~364: 20:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h ::warning: 9322multiple methods named 'count' found [-Wobjc-multiple-method-names]:: 1 jCnt = [g count];: note: ^~~~~~~~~note: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]remove the '&&' if its condition is always true/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.husing : 64 if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ):- (CGFloat) width; 1 : ^~~~~~~~~~~~~~~~~~ ^~~~~~note: using./VGraphic.hVPolyLine.m ::- (NSUInteger) count;94353 ::^~~~~~~~~~~~~~~~~~~~~174 ::/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :note: note: 82also foundinitialize the variable 'iPts' to silence this warning: 1- (float)width; : NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/note: ^~~~~~~~~~~~~~~also found - (NSUInteger) count; ^ HiddenArea.m ^~~~~~~~~~~~~~~~~~~~~: = NULL 143 /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:VPolyLine.m::6230328:::1 22:warning: :multiple methods named 'width' found [-Wobjc-multiple-method-names] note: warning: also foundvariable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] ow = [iog width]; - (NSUInteger) count; // Primitive if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hVPolyLine.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:::12793332:::11:22 :note: : also found note: note: using- (NSUInteger) count;uninitialized use occurs here - (CGFloat) width; ^~~~~~~~~~~~~~~~~~~~~ free(iPts); ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h :./VGraphic.h ^~~~104: :941:VPolyLine.m:1 ::note: 328also foundnote: : also found22- (NSUInteger) count; :- (float)width;^~~~~~~~~~~~~~~~~~~~~ note: for (j=j; k maxW ): VPolyLine.mnote: :also found ^~~~~~~~~~- (NSUInteger) count;3157 : ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h33 ::../GraphicObjects.subproj/VPath.h :9360warning: ::incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types]1:1 { [scanner scanFloat:&(ptslist[i].x)];note: also found ^~~~~~~~~~~~~~~:- (unsigned)count; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h ^~~~~~~~~~~~~~~~~~note: :VPath.m97:using29: note: passing argument to parameter 'value' here :- (CGFloat) width; - (BOOL) scanFloat: (float*)value; ^~~~~~~~~~~~~~~~~~ ^ ./VGraphic.h651VPolyLine.m::253158:::3394 :: 1warning: warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types]: variable 'p3' set but not used [-Wunused-but-set-variable] [scanner scanFloat:&(ptslist[i++].y)]; ^~~~~~~~~~~~~~~~~ { NSPoint p2, p3; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:97note: ^:also found29 :- (float)width; VPath.mnote: :passing argument to parameter 'value' here687 :^~~~~~~~~~~~~~~- (BOOL) scanFloat: (float*)value; 28PathContour.m ^: :3585 :warning: 28multiple methods named 'width' found [-Wobjc-multiple-method-names]: 6warning: warningmultiple methods named 'width' found [-Wobjc-multiple-method-names] [line setWidth:[g1 width]];s generated maxW = [gg width]; ^~~~~~~~~~ ^~~~~~~~~~ . /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h Compiling file VRectangle.m ... 93::193: note: :using1 :- (CGFloat) width; note: ^~~~~~~~~~~~~~~~~~using ./VGraphic.h- (CGFloat) width; :94 :^~~~~~~~~~~~~~~~~~1 :./VGraphic.h :note: 94also found: 1- (float)width;: ^~~~~~~~~~~~~~~ note: PathContour.m:also found3591: 18- (float)width;: warning: ^~~~~~~~~~~~~~~multiple methods named 'width' found [-Wobjc-multiple-method-names] { if ( [g width] > maxW )VPath.m : ^~~~~~~~~759 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h32::93 :warning: 1multiple methods named 'width' found [-Wobjc-multiple-method-names]: [line setWidth:[g1 width]];note: using ^~~~~~~~~~ - (CGFloat) width; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :^~~~~~~~~~~~~~~~~~93 :./VGraphic.h1::94 :note: 1using: - (CGFloat) width; note: also found^~~~~~~~~~~~~~~~~~ - (float)width;./VGraphic.h :^~~~~~~~~~~~~~~94 :1: note: PathContour.malso found :- (float)width;3592 :^~~~~~~~~~~~~~~ 24: warning: VPath.mmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 791 maxW = [g width];: 24 ^~~~~~~~~: warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hmultiple methods named 'width' found [-Wobjc-multiple-method-names]: 93 [line setWidth:[g1 width]];: 1 ^~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote: :using93 :- (CGFloat) width; 1 :^~~~~~~~~~~~~~~~~~ ./VGraphic.hnote: :using94 :1: - (CGFloat) width; note: also found^~~~~~~~~~~~~~~~~~ - (float)width;./VGraphic.h :^~~~~~~~~~~~~~~94 :1: PathContour.mnote: :also found3697 :- (float)width;27 :^~~~~~~~~~~~~~~ warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] gWidth = ([gg width]/scale);VPath.m : ^~~~~~~~~~916 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h18::93 :warning: 1multiple methods named 'count' found [-Wobjc-multiple-method-names]: for ( i=0; i<[jlist count]; i++ )note: using ^~~~~~~~~~~~~ - (CGFloat) width; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h :^~~~~~~~~~~~~~~~~~64 :./VGraphic.h1::94 :note: 1using: - (NSUInteger) count;note: also found^~~~~~~~~~~~~~~~~~~~~ - (float)width;/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h :^~~~~~~~~~~~~~~82 :1: note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h:62:1: note: also found - (NSUInteger) count; // Primitive ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h:127:1: VRectangle.mnote: :also found95: PathContour.m- (NSUInteger) count;:3714 :21^~~~~~~~~~~~~~~~~~~~~: 5 warning: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [gg setWidth:0]; ^~~~~~~~~~~~~~~104 :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92::11:: note: note: using also found- (void) setWidth: (CGFloat)newWidth; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:^~~~~~~~~~~~~~~~~~~~~96 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h1:: 91note: :1: also foundnote: also found - (void)setWidth:(float)w; - (NSUInteger) count;^~~~~~~~~~~~~~~~~~~~~~~~~~ PathContour.m^~~~~~~~~~~~~~~~~~~~~:3726:25 : /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.hwarning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] 149 [gg setWidth:w2Int*2.0];: 1: ^~~~~~~~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote: :also found92: 1- (NSUInteger) count;: note: using^~~~~~~~~~~~~~~~~~~~~ multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void) setWidth: (CGFloat)newWidth; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.h^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 89./VGraphic.h::96:11: note: also found :- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~note: [rectangle setWidth:width];PathContour.m:also found3734 :- (NSUInteger) count;25 : ^~~~~~~~~~~~~~~~~~~~~warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h { [gg setWidth:0];: ^~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~73/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::192:1:: note: note: usingalso found - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; ./VGraphic.h :^~~~~~~~~~~~~~~~~~~~~96:1: ../GraphicObjects.subproj/VPath.hnote: :also found 60- (void)setWidth:(float)w; :^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1PathContour.m:: 3745:note: also found 25- (unsigned)count; ^~~~~~~~~~~~~~~~~~: warning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]92: 1: [gg setWidth:w2Int*2.0]; ^~~~~~~~~~~~~~~~~~~~~~~ note: using VPath.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::121792::117: :note: warning: usingmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void) setWidth: (CGFloat)newWidth; [g setWidth:width];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ ./VGraphic.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::9296:1:: note: using1 :- (void) setWidth: (CGFloat)newWidth; note: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ also found ./VGraphic.h- (void)setWidth:(float)w;:96 :^~~~~~~~~~~~~~~~~~~~~~~~~~1: - (void) setWidth: (CGFloat)newWidth;note: also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w;../GraphicObjects.subproj/VGraphic.h ^~~~~~~~~~~~~~~~~~~~~~~~~~: 96VPath.m::479PathContour.m::37511:17:: note: warning: also found multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]- (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ [gg setWidth:oldGWidth]; 1 ^~~~~~~~~~~~~~~~~~~~~~~: VPath.m/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::125892:13:: 1warning: :multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:width];note: using ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:- (void) setWidth: (CGFloat)newWidth;92 :1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: note: ./VGraphic.husing: 96:1: - (void) setWidth: (CGFloat)newWidth;note: also found^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h- (void)setWidth:(float)w;:96 :^~~~~~~~~~~~~~~~~~~~~~~~~~1 : note: note: also foundalso found - (void)setWidth:(float)w; - (void)setWidth:(float)w;^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VRectangle.m:648:78: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VRectangle.m:648:92: VPath.mwarning: :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 1833:31 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; : ^~warning: variable 'gPtWithNum' set but not used [-Wunused-but-set-variable] /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h NSPoint gPtStart, gPtEnd, gPtWithNum; // notice old end point : ^ 138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VRectangle.m:648:106: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VRectangle.m:648:115: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPath.m:2587:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPath.m:2587:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPath.m:2587:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness VRectangle.m ^:1384: 16VPath.m:2587: warning: :111expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] : return NO; warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~198:13: note: expanded from macro 'NO'/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h: 140:# define NO ((BOOL)0) 20: ^~~~~~~~~ note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VRectangle.m:1738:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to unite */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VRectangle.m:1741:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VPath.m:3942:13: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] { int i, cnt, begIx; ^ VPath.m:3971:13: warning: variable 'start' set but not used [-Wunused-but-set-variable] NSPoint start, beg, end; ^ VPath.m:4293:29: warning: variable 'onIx' set but not used [-Wunused-but-set-variable] { int on = 0, left = 0, onIx = -1, spLeft = 0, spRight = 0; ^ VPath.m:4594:13: warning: variable 'l1S' set but not used [-Wunused-but-set-variable] NSPoint l1S, l1E, l2S, l2E; ^ VPath.m:4859:21: warning: variable 's' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4859:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4889:21: warning: variable 's' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4889:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4938:37: warning: variable 'e' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:4919:30: warning: variable 'ne' set but not used [-Wunused-but-set-variable] NSPoint ns, ne; ^ VPath.m:4882:19: warning: variable 'startG' set but not used [-Wunused-but-set-variable] VGraphic *startG=nil; ^ VPath.m:5241:21: warning: variable 's' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:5241:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] NSPoint s, e; ^ VPath.m:5285:29: warning: variable 'cep3' set but not used [-Wunused-but-set-variable] NSPoint cep3; ^ VPath.m:5271:30: warning: variable 'ne' set but not used [-Wunused-but-set-variable] NSPoint ns, ne; ^ VPath.m:5234:19: warning: variable 'startG' set but not used [-Wunused-but-set-variable] VGraphic *startG=nil; ^ VPath.m:6019:10: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] int cnt=0; ^ VPath.m:6794:20: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] oldWidth = [gr width]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VPath.m:6795:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gr setWidth:0.0]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:6797:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [gr setWidth:oldWidth]; ^~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:479:1: note: also found - (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ VPath.m:6832:12: warning: incompatible pointer types assigning to 'NSArchiver *' from 'NSUnarchiver *' [-Wincompatible-pointer-types] ts = [[NSUnarchiver alloc] initForReadingWithData:data]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:199:1: note: instance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') - (id) initForReadingWithData: (NSData*)anObject; ^ VPath.m:8754:13: warning: variable 's1' set but not used [-Wunused-but-set-variable] NSPoint s1, e1, s2, e2; ^ VPath.m:9820:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ VPath.m:9868:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; /* nothing to clip */ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:198:13: note: expanded from macro 'NO' # define NO ((BOOL)0) ^~~~~~~~~ 18 warnings generated. Compiling file VText.m ... 8 warningsVText.m: generated1045:. 87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[colorAtt colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VText.m:1046:87: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] saturation:&s ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VText.m:1047:83: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: Compiling file VTextPath.m ... note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VText.m:1047:92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ 14 warnings generated. Compiling file VWeb.m ... VTextPath.m:131:29: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:131:1: note: also found - (void)setWidth:(float)w { [path setWidth:w]; dirty = YES; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:132:27: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] - (float)width { return [path width]; } ^~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ VTextPath.m:132:1: note: also found - (float)width { return [path width]; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VTextPath.m:456:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ 4 warnings generated. Compiling file VSinking.m ... 3 warnings generated. Compiling file VThread.m ... Compiling file PerformanceMap.m ... VSinking.m:338:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ 1 warning generated. PerformanceMap.m:63:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:63:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:9: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:73:30: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [segmentList count], [graphicList count]]; ^~~~~~~~~~~~~~~~~~~ PerformanceMap.m:208:43: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:208:59: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) ^~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width; ^~~~~~~~~~~~~~~ PerformanceMap.m:253:33: warning: result of comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if (objectIndex != NSNotFound) ~~~~~~~~~~~ ^ ~~~~~~~~~~ 7 warnings generated. 40 warnings generated. Linking subproject GraphicObjects ... /usr/bin/ld: -r and -pie may not be used together clang-13: error: linker command failed with exit code 1 (use -v to see invocation) gmake[4]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/subproject.make:61: obj/subproject.o] Error 1 gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/subproject.make:45: internal-subproject-all_] Error 2 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: GraphicObjects.all.subproject.variables] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: Cenon.all.app.variables] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/Cenon