jeteve / Alien-ImageMagick

Perl Image Magick perlbrew + cpanm compatible install.
4 stars 6 forks source link

Build failing with perlbrew and cpanm #1

Closed christopherraa closed 9 years ago

christopherraa commented 9 years ago

Hi,

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?

christopherraa commented 9 years ago

...and now I noticed that you wanted bugs reported to the CPAN-tracker. Will move this over there