=> 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.6nb22 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 VCurve.m ... Compiling file ClipRectangle.m ... Compiling file VCrosshairs.m ... VArc.m:204:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [arc setWidth:width]; ^~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h:96:1: note: also found ClipRectangle.m- (void)setWidth:(float)w; :^~~~~~~~~~~~~~~~~~~~~~~~~~ 71:36: warning: variable 'hitEdge' set but not used [-Wunused-but-set-variable] BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; ^ ClipRectangle.m:493:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ 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; ^ VArc.m:3600:22: warning: variable 'pv1' set but not used [-Wunused-but-set-variable] NSPoint pv0, pv1; ^ VArc.m:3742:22 Compiling file VGraphic.m ... : 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VImage.m:1719: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:1719: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:1719: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; ^ VLine.m:81:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:964:9: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [g setWidth:0.0]; ^~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine.m:1031:12: warning: variable 'dx' set but not used [-Wunused-but-set-variable] float dx, dy; ^ VLine.m:1031:16: warning: variable 'dy' set but not used [-Wunused-but-set-variable] float dx, dy; ^ VLine3D.m:57:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [line3d setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VLine3D.m:138:9: warning: variable 'version' set but not used [-Wunused-but-set-variable] { int version; ^ 2 warnings generated. Compiling file VPolyLine.m ... 4 warnings generated. Compiling file VMark.m ... 13 warnings generated. Compiling file VPath.m ... 15 warnings generated. Compiling file HiddenArea.m ... VPolyLine.m:165:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [polyline setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VGraphic.h:96:1: note: also found - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:414:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~ VPolyLine.m:420:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:414:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [thG getIntersections:&iPts with:nG])==1 ) ^~~~~~ VPolyLine.m:405:52: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, *iPts; ^ = NULL VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:364:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:389:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:364:22: note: remove the '&&' if its condition is always true if ( nG && thG && (iCnt = [nG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:353:74: note: initialize the variable 'iPts' to silence this warning NSPoint bNextOrth, eNextOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~~~~~~~~ VPolyLine.m:328:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~ VPolyLine.m:332:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:328:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG])==1 ) ^~~~~~ VPolyLine.m:318:52: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, *iPts; ^ = NULL VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~~~~~~~~ VPolyLine.m:282:22: warning: variable 'iPts' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~ VPolyLine.m:301:22: note: uninitialized use occurs here free(iPts); ^~~~ VPolyLine.m:282:22: note: remove the '&&' if its condition is always true if ( pG && thG && (iCnt = [pG getIntersections:&iPts with:thG]) == 1 ) ^~~~~~ VPolyLine.m:271:74: note: initialize the variable 'iPts' to silence this warning NSPoint bPrevOrth, ePrevOrth, bThisOrth, eThisOrth, *iPts; /* points in opposite(inside) direction !*/ ^ = NULL VPolyLine.m:1228:74: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:137:27: note: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue ^ VPolyLine.m:1228:88: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:138:27: note: passing argument to parameter 'saturation' here saturation:(CGFloat *)saturation ^ VPolyLine.m:1228:102: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:139:27: note: passing argument to parameter 'brightness' here brightness:(CGFloat *)brightness ^ VPolyLine.m:1228:111: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:140:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ VPolyLine.m:2082: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) ^~~~~~~~~ VPolyLine.m:2436: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) ^~~~~~~~~ VPolyLine.m:2439: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) ^~~~~~~~~ VPolyLine.m:3157:33: warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] { [scanner scanFloat:&(ptslist[i].x)]; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:97:29: note: passing argument to parameter 'value' here - (BOOL) scanFloat: (float*)value; ^ VPolyLine.m:3158:33: warning: incompatible pointer types sending 'CGFloat *' (aka 'double *') to parameter of type 'float *' [-Wincompatible-pointer-types] [scanner scanFloat:&(ptslist[i++].y)]; ^~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSScanner.h:97:29: note: passing argument to parameter 'value' here - (BOOL) scanFloat: (float*)value; ^ VPath.m:159:5: warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] [path setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:92:1: note: using - (void) setWidth: (CGFloat)newWidth;HiddenArea.m :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~63 :20./VGraphic.h: warning: :96multiple methods named 'width' found [-Wobjc-multiple-method-names] :1: note: also found float cw = [cg width], ow; ^~~~~~~~~~- (void)setWidth:(float)w; Compiling file PathContour.m ... ^~~~~~~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :93VPath.m::1479:1: : note: also found note: - (void)setWidth:(float)wusing ^~~~~~~~~~~~~~~~~~~~~~~~~ - (CGFloat) width; VPath.m:^~~~~~~~~~~~~~~~~~ 351./VGraphic.h::9420:: 1warning: :multiple methods named 'count' found [-Wobjc-multiple-method-names] jCnt = [g count];note: also found ^~~~~~~~~ - (float)width; /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h^~~~~~~~~~~~~~~: 64HiddenArea.m::1:143 :note: 30using: - (NSUInteger) count;warning: multiple methods named 'width' found [-Wobjc-multiple-method-names]^~~~~~~~~~~~~~~~~~~~~ ow = [iog width];/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h: ^~~~~~~~~~~82 :1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: 93note: :also found1 :- (NSUInteger) count; note: ^~~~~~~~~~~~~~~~~~~~~ using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h :- (CGFloat) width; 62 :^~~~~~~~~~~~~~~~~~1 : note: ./VGraphic.halso found: 94- (NSUInteger) count; // Primitive :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.h :note: 127also found: 1- (float)width;: note: ^~~~~~~~~~~~~~~also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~HiddenArea.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h207:104::221:: note: warning: also found multiple methods named 'width' found [-Wobjc-multiple-method-names]- (NSUInteger) count; float cw = [cg width], ow;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h: 91/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::1: 93note: :also found 1- (NSUInteger) count;: ^~~~~~~~~~~~~~~~~~~~~note: using/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h :- (CGFloat) width; 149 :^~~~~~~~~~~~~~~~~~1 : ./VGraphic.hnote: :also found 94- (NSUInteger) count;: 1^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hnote: :also found89 :- (float)width;1 :^~~~~~~~~~~~~~~ note: HiddenArea.malso found: 295- (NSUInteger) count;: 30^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h:warning: 73:1multiple methods named 'width' found [-Wobjc-multiple-method-names]: ow = [iog width];note: also found ^~~~~~~~~~~ - (NSUInteger) count; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~~~~~~~: 93../GraphicObjects.subproj/VPath.h::60:11:: note: note: also foundusing - (unsigned)count;- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ VPath.m./VGraphic.h:483::949:: warning: 1multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: [[list objectAtIndex:i] setWidth:w];note: also found ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (float)width; /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h^~~~~~~~~~~~~~~: 92PathContour.m:1:HiddenArea.m :note: 694using: 18- (void) setWidth: (CGFloat)newWidth;: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~warning: multiple methods named 'width' found [-Wobjc-multiple-method-names]./VGraphic.h :96 [ng setWidth:[cg width]];: : ^~~~~~~~~~1 :956/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :note: :93:also found1:15 :note: using- (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~- (CGFloat) width; VPath.m:^~~~~~~~~~~~~~~~~~479: 1./VGraphic.h: note: also found: 94- (void)setWidth:(float)w ^~~~~~~~~~~~~~~~~~~~~~~~~ :VPath.m1:548:: 11note: : also foundwarning: multiple methods named 'count' found [-Wobjc-multiple-method-names]- (float)width; cnt = [addList count]; ^~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h:64:HiddenArea.m1: note: using: 694- (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~ :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h5::82:1warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: [ng setWidth:[cg width]];note: also found - (NSUInteger) count; ^~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ for (j=j; k maxW ) : ^~~~~~~~~~651: 25/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: warning: variable 'p3' set but not used [-Wunused-but-set-variable]93:1: note: { NSPoint p2, p3; using ^ - (CGFloat) width; VPath.m^~~~~~~~~~~~~~~~~~18: warning687 s: generated28. : ./VGraphic.h:94:1warning: Compiling file VRectangle.m ... multiple methods named 'width' found [-Wobjc-multiple-method-names]: note: [line setWidth:[g1 width]];also found - (float)width; ^~~~~~~~~~^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hPathContour.m::933585::128:: note: warning: usingmultiple methods named 'width' found [-Wobjc-multiple-method-names] - (CGFloat) width; maxW = [gg width];^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~./VGraphic.h:94:1 : /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:note: also found 1- (float)width; : note: ^~~~~~~~~~~~~~~ usingVPath.m :- (CGFloat) width; 759^~~~~~~~~~~~~~~~~~ :32: warning: ./VGraphic.h:94multiple methods named 'width' found [-Wobjc-multiple-method-names] :1: [line setWidth:[g1 width]]; note: also found ^~~~~~~~~~- (float)width; ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hPathContour.m:93:1:: 3591note: :18: warning: 6using warning multiple methods named 'width' found [-Wobjc-multiple-method-names] s- (CGFloat) width; { if ( [g width] > maxW ) ^~~~~~~~~~~~~~~~~~ ^~~~~~~~~./VGraphic.h: 94:1 generated:/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h note: also found. :- (float)width; ^~~~~~~~~~~~~~~ 93VPath.m: Compiling file VText.m ... :7911:24: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] [line setWidth:[g1 width]]; ^~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93:1: note: using - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ ./VGraphic.h:94:1: note: also found - (float)width;: note: also found ^~~~~~~~~~~~~~~ - (float)width; ^~~~~~~~~~~~~~~VPath.m :PathContour.m:9163592::1824:: warning: warning: multiple methods named 'width' found [-Wobjc-multiple-method-names]multiple methods named 'count' found [-Wobjc-multiple-method-names] for ( i=0; i<[jlist count]; i++ ) maxW = [g width]; VRectangle.m: ^~~~~~~~~ ^~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h :93:1:/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSSet.h note: :using 6495:5:1: - (CGFloat) width; ^~~~~~~~~~~~~~~~~~ note: using./VGraphic.h:94:1: note: also found :- (NSUInteger) count; warning: - (float)width;^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArray.h:multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]82:1: PathContour.mnote: :3697:also found 27: - (NSUInteger) count;warning: multiple methods named 'width' found [-Wobjc-multiple-method-names] gWidth = ([gg width]/scale); ^~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:93 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSDictionary.h1: :note: using 62- (CGFloat) width; ^~~~~~~~~~~~~~~~~~ :./VGraphic.h:194:1:: note: also found - (float)width;note: ^~~~~~~~~~~~~~~also found PathContour.m- (NSUInteger) count; // Primitive :3714:21:^~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMapTable.hwarning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : [gg setWidth:0]; 127 ^~~~~~~~~~~~~~~: 1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:: note: also found 92:- (NSUInteger) count;1: ^~~~~~~~~~~~~~~~~~~~~note: using /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSHashTable.h- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :./VGraphic.h:96:1:104 :note: 1also found: - (void)setWidth:(float)w;note: ^~~~~~~~~~~~~~~~~~~~~~~~~~ also foundPathContour.m :- (NSUInteger) count;3726: VText.m^~~~~~~~~~~~~~~~~~~~~25 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSIndexSet.h:: 91:warning: multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]1: note: [gg setWidth:w2Int*2.0]; also found ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h:- (NSUInteger) count;92 :^~~~~~~~~~~~~~~~~~~~~1 :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSMetadata.h: 149note: :using1 :- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: ./VGraphic.halso found:96: 1045- (NSUInteger) count;1 :^~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSOrderedSet.hnote: :89:1also found: 87note: - (void)setWidth:(float)w;also found [rectangle setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~- (NSUInteger) count; :^~~~~~~~~~~~~~~~~~~~~PathContour.m :/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSPointerArray.h3734::2573:: 1warning: : multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]note: also found { [gg setWidth:0]; - (NSUInteger) count; warning: ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ ../GraphicObjects.subproj/VPath.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::6092::1/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1:: note: note: also foundusing - (unsigned)count;- (void) setWidth: (CGFloat)newWidth; ^~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]./VGraphic.hVPath.m::961217::117:: note: warning: 92also foundmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: - (void)setWidth:(float)w; [g setWidth:width]; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h1PathContour.m::923745::1:25:: note: warning: usingmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] - (void) setWidth: (CGFloat)newWidth; [gg setWidth:w2Int*2.0];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./VGraphic.h :note: ^~~~~~~~~~~~~~~~~~~~~~~ 96/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.h::192 : :note: [[colorAtt colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&halso foundusing 1 - (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~note: usingVPath.m - (void) setWidth: (CGFloat)newWidth;:- (void) setWidth: (CGFloat)newWidth;479 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 :./VGraphic.h :note: 96also found: 1- (void)setWidth:(float)w: note: ^~~~~~~~~~~~~~~~~~~~~~~~~also found VPath.m- (void)setWidth:(float)w;: 1258^~~~~~~~~~~~~~~~~~~~~~~~~~: 13:PathContour.m :warning: 3751multiple methods named 'setWidth:' found [-Wobjc-multiple-method-names]: 17 [g setWidth:width];: ^~~~~~~~~~~~~~~~~~ warning: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hmultiple methods named 'setWidth:' found [-Wobjc-multiple-method-names] : 92 [gg setWidth:oldGWidth];: 1 ^~~~~~~~~~~~~~~~~~~~~~~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSTableColumn.hnote: :using92 :- (void) setWidth: (CGFloat)newWidth;1 :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: ./VGraphic.husing: 96- (void) setWidth: (CGFloat)newWidth; :^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 :./VGraphic.h :note: 96../GraphicObjects.subproj/VGraphic.halso found: 1- (void)setWidth:(float)w;: ^~~~~~~~~~~~~~~~~~~~~~~~~~note: also foundVPath.m ::- (void)setWidth:(float)w;96479 :^~~~~~~~~~~~~~~~~~~~~~~~~~1 :: 1note: :also found note: - (void)setWidth:(float)walso found ^~~~~~~~~~~~~~~~~~~~~~~~~ - (void)setWidth:(float)w; ^~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hVPath.m::VRectangle.m:6481833:78::31 :warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]warning: variable 'gPtWithNum' set but not used [-Wunused-but-set-variable] [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; NSPoint gPtStart, gPtEnd, gPtWithNum; // notice old end point ^~ ^/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h :137:27137:: note: VPath.m27::2587 :note: 74passing argument to parameter 'hue' here: passing argument to parameter 'hue' here - (void)getHue:(CGFloat *)hue warning: ^incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] VRectangle.m [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: 648 ^~: 92/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:: 137 warning: :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]27 :- (void)getHue:(CGFloat *)hue [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];note: ^~ passing argument to parameter 'hue' here/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h :- (void)getHue:(CGFloat *)hue 138 ^:27 :VPath.m note: passing argument to parameter 'saturation' here: 2587 saturation:(CGFloat *)saturation: 88 ^: VRectangle.mwarning: :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 648 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: 106 ^~: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hwarning: :138incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]: 27 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a];: ^~ ^note: /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hpassing argument to parameter 'saturation' here: 139: saturation:(CGFloat *)saturation27 : ^ note: VPath.mpassing argument to parameter 'brightness' here : brightness:(CGFloat *)brightness2587 : ^102 :VRectangle.m: warning: 648incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] :115 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; ^~ :/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h :139:warning: 27VText.m:incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] :1046 [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; note: passing argument to parameter 'brightness' here ^~ /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h: brightness:(CGFloat *)brightness140 : ^ 20:VPath.m:: 2587note: :111passing argument to parameter 'alpha' here87: warning: alpha:(CGFloat *)alpha;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:140VRectangle.m::201384::warning: 16note: passing argument to parameter 'alpha' here :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] alpha:(CGFloat *)alpha; warning: ^expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] return NO; saturation:&s ^~ ^~ /tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:198VPath.m:::133942:: 13:note: expanded from macro 'NO'warning: variable 'cnt' set but not used [-Wunused-but-set-variable]# define NO ((BOOL)0) 138 ^~~~~~~~~{ int i, cnt, begIx; : ^ VRectangle.mVPath.m27:::3971 note: :173813::20 :warning: variable 'start' set but not used [-Wunused-but-set-variable]warning: expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] NSPoint start, beg, end; return NO; /* nothing to unite */ ^ ^~ passing argument to parameter 'saturation' here/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h:VPath.m198::429313::29 : note: warning: expanded from macro 'NO' variable 'onIx' set but not used [-Wunused-but-set-variable]# define NO ((BOOL)0) { int on = 0, left = 0, onIx = -1, spLeft = 0, spRight = 0; ^~~~~~~~~ saturation:(CGFloat *)saturation ^VRectangle.m : 1741VPath.m:: ^4594 :16:13 :VText.m :warning: 1047variable 'l1S' set but not used [-Wunused-but-set-variable] warning: NSPoint l1S, l1E, l2S, l2E;expression which evaluates to zero treated as a null pointer constant of type 'id' [-Wnon-literal-null-conversion] ^:83 return NO; :VPath.m ^~: warning: 4859 :incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]21/tmp/graphics/Cenon/work/.buildlink/include/objc/runtime.h: :warning: 198:variable 's' set but not used [-Wunused-but-set-variable]13 : NSPoint s, e; brightness:&b alpha:&a]; ^ note: VPath.mexpanded from macro 'NO': ^~4859 : 24# define NO ((BOOL)0): /tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.hwarning: :variable 'e' set but not used [-Wunused-but-set-variable] ^~~~~~~~~ NSPoint s, e;139 : ^27 : VPath.mnote: :passing argument to parameter 'brightness' here 4889 brightness:(CGFloat *)brightness ^ :VText.m21: warning: variable 's' set but not used [-Wunused-but-set-variable] : NSPoint s, e; ^ 1047VPath.m:4889:24: warning: variable 'e' set but not used [-Wunused-but-set-variable] : NSPoint s, e; ^ 92: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types]VPath.m : brightness:&b alpha:&a];4938 : ^~ 37/tmp/graphics/Cenon/work/.buildlink/include/AppKit/NSColor.h:: 140:20: note: passing argument to parameter 'alpha' here warning: alpha:(CGFloat *)alpha;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:1496: warnings generated1: 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]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~4 warning/tmp/graphics/Cenon/work/.buildlink/include/Foundation/NSArchiver.h:199:s1: Compiling file VTextPath.m ... note: generatedinstance method 'initForReadingWithData:' is assumed to return an instance of its receiver type ('NSUnarchiver *') . - (id) initForReadingWithData: (NSData*)anObject; ^ Compiling file VWeb.m ... 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) ^~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling file VSinking.m ... ../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: 8note: using warning- (CGFloat) width; s^~~~~~~~~~~~~~~~~~ generated../GraphicObjects.subproj/VGraphic.h:94:. 1: note: also found Compiling file VThread.m ... - (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; ^ 3 warnings generated. 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