Error in Compiling svn 7817.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
multiSnow
Posts: 2
Joined: 2011-11-05T02:50:23-07:00
Authentication code: 8675308

Error in Compiling svn 7817.

Post by multiSnow »

Code: Select all

Magick++/lib/Image.cpp: In member function 'void Magick::Image::convolve(size_t, const double*)':
Magick++/lib/Image.cpp:763:42: error: cannot convert 'MagickCore::MagickRealType* {aka long double*}' to 'double*' in assignment
Magick++/lib/Image.cpp:766:42: error: cannot convert 'MagickCore::MagickRealType* {aka long double*}' to 'double*' in assignment
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Error in Compiling svn 7817.

Post by magick »

Fixed. Keep in mind the Subversion trunk is alpha / unstable. The stable branch is https://subversion.imagemagick.org/subv ... gick-6.7.6.
Post Reply