Source: lynkeos.app
Version: 3.7+dfsg-2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=lynkeos.app&ver=3.7%2Bdfsg-2%2Bb2
...
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:
In function ‘-[LynkeosLanczosInterpolator interpolateInPLane:atX:atY:]’:
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:190:10:
error: passing argument 1 of ‘range’ from incompatible pointer type
[-Wincompatible-pointer-types]
190 | range(&fxi, (CGFloat)_image->_w);
| ^~~~
| |
| double *
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:29:36:
note: expected ‘CGFloat *’ {aka ‘float *’} but argument is of type ‘double *’
29 | static inline void range( CGFloat *v, CGFloat l )
| ~~~~~~~~~^
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:191:10:
error: passing argument 1 of ‘range’ from incompatible pointer type
[-Wincompatible-pointer-types]
191 | range(&lxi, (CGFloat)_image->_w);
| ^~~~
| |
| double *
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:29:36:
note: expected ‘CGFloat *’ {aka ‘float *’} but argument is of type ‘double *’
29 | static inline void range( CGFloat *v, CGFloat l )
| ~~~~~~~~~^
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:192:10:
error: passing argument 1 of ‘range’ from incompatible pointer type
[-Wincompatible-pointer-types]
192 | range(&fyi, (CGFloat)_image->_h);
| ^~~~
| |
| double *
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:29:36:
note: expected ‘CGFloat *’ {aka ‘float *’} but argument is of type ‘double *’
29 | static inline void range( CGFloat *v, CGFloat l )
| ~~~~~~~~~^
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:193:10:
error: passing argument 1 of ‘range’ from incompatible pointer type
[-Wincompatible-pointer-types]
193 | range(&lyi, (CGFloat)_image->_h);
| ^~~~
| |
| double *
/<<PKGBUILDDIR>>/application/GNUstep/../Sources/LynkeosLanczosInterpolator.m:29:36:
note: expected ‘CGFloat *’ {aka ‘float *’} but argument is of type ‘double *’
29 | static inline void range( CGFloat *v, CGFloat l )
| ~~~~~~~~~^
make[5]: *** [/usr/share/GNUstep/Makefiles/rules.make:534:
obj/Lynkeos.obj/LynkeosLanczosInterpolator.m.o] Error 1