gmake "C:\xampp\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Magick.bs blib\arch\auto\Image\Magick\Magick.bs 644 gcc -c -I"C:\Program Files\ImageMagick-7.0.8-Q16\include" -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"7.0.11\" -DXS_VERSION=\"7.0.11\" "-IC:\STRAWB~1\perl\lib\CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c Magick.xs: In function 'XS_Image__Magick_Mogrify': Magick.xs:11569:18: warning: implicit declaration of function 'KmeansImage'; did you mean 'ShearImage'? [-Wimplicit-function-declaration] (void) KmeansImage(image,geometry_info.rho,geometry_info.sigma, ^~~~~~~~~~~ ShearImage Magick.xs:11590:18: warning: implicit declaration of function 'ColorThresholdImage'; did you mean 'AutoThresholdImage'? [-Wimplicit-function-declaration] (void) ColorThresholdImage(image,&start_color,&stop_color,exception); ^~~~~~~~~~~~~~~~~~~ AutoThresholdImage Magick.xs:11596:18: warning: implicit declaration of function 'WhiteBalanceImage'; did you mean 'SteganoImage'? [-Wimplicit-function-declaration] (void) WhiteBalanceImage(image,exception); ^~~~~~~~~~~~~~~~~ SteganoImage Magick.xs:11625:17: warning: implicit declaration of function 'BilateralBlurImage'; did you mean 'RotationalBlurImage'? [-Wimplicit-function-declaration] image=BilateralBlurImage(image,(size_t) geometry_info.rho,(size_t) ^~~~~~~~~~~~~~~~~~ RotationalBlurImage Magick.xs:11625:16: warning: assignment to 'Image *' {aka 'struct _Image *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] image=BilateralBlurImage(image,(size_t) geometry_info.rho,(size_t) ^ Magick.xs:11633:18: warning: implicit declaration of function 'SortImagePixels'; did you mean 'CopyImagePixels'? [-Wimplicit-function-declaration] (void) SortImagePixels(image,exception); ^~~~~~~~~~~~~~~ CopyImagePixels Magick.xs: In function 'XS_Image__Magick_QueryFormat': Magick.xs:13745:22: error: 'MagickInfo' {aka 'const volatile struct _MagickInfo'} has no member named 'magick_module' if (magick_info->magick_module == (char *) NULL) ^~ In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:5547, from Magick.xs:58: Magick.xs:13748:45: error: 'MagickInfo' {aka 'const volatile struct _MagickInfo'} has no member named 'magick_module' PUSHs(sv_2mortal(newSVpv(magick_info->magick_module,0))); ^~ C:\STRAWB~1\perl\lib\CORE/pp.h:455:28: note: in definition of macro 'PUSHs' #define PUSHs(s) (*++sp = (s)) ^ Magick.xs:13748:15: note: in expansion of macro 'sv_2mortal' PUSHs(sv_2mortal(newSVpv(magick_info->magick_module,0))); ^~~~~~~~~~ Magick.xs:13748:26: note: in expansion of macro 'newSVpv' PUSHs(sv_2mortal(newSVpv(magick_info->magick_module,0))); ^~~~~~~ gmake: *** [Makefile:347: Magick.o] Error 1 PS C:\Users\41786\Dropbox\PC\Downloads\Image-Magick-7.0.11-3\Image-Magick-7.0.11>