Using perl 5.14.4 and Alien::ImageMagick the build fails with the following message:
.
.
.
CC magick/magick_libMagickCore_6_Q16_la-compare.lo
CC magick/magick_libMagickCore_6_Q16_la-composite.lo
CC magick/magick_libMagickCore_6_Q16_la-compress.lo
CC magick/magick_libMagickCore_6_Q16_la-configure.lo
CC magick/magick_libMagickCore_6_Q16_la-constitute.lo
CC magick/magick_libMagickCore_6_Q16_la-decorate.lo
CC magick/magick_libMagickCore_6_Q16_la-distribute-cache.lo
magick/distribute-cache.c: In function 'DestroyDistributeCacheInfo':
magick/distribute-cache.c:389:5: warning: implicit declaration of function 'CLOSE_SOCKET' [-Wimplicit-function-declaration]
magick/distribute-cache.c: At top level:
magick/distribute-cache.c:751:1: error: unknown type name 'HANDLER_RETURN_TYPE'
magick/distribute-cache.c: In function 'DistributePixelCacheClient':
magick/distribute-cache.c:775:3: error: unknown type name 'SOCKET_TYPE'
magick/distribute-cache.c:867:10: error: 'HANDLER_RETURN_VALUE' undeclared (first use in this function)
magick/distribute-cache.c:867:10: note: each undeclared identifier is reported only once for each function it appears in
magick/distribute-cache.c: At top level:
magick/distribute-cache.c:751:28: warning: 'DistributePixelCacheClient' defined but not used [-Wunused-function]
make[1]: *** [magick/magick_libMagickCore_6_Q16_la-distribute-cache.lo] Error 1
Might this be just a problem with the "latest and greatest" imagemagick-version or is this a known problem?
Hi,
Using perl 5.14.4 and Alien::ImageMagick the build fails with the following message:
Might this be just a problem with the "latest and greatest" imagemagick-version or is this a known problem?