We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coders/heic.c: In function ‘ReadHEICImage’: coders/heic.c:345:7: error: too many arguments to function ‘IsHeifSuccess’ 345 | if (IsHeifSuccess(&error,image,exception) == MagickFalse) | ^~~~~~~~~~~~~ coders/heic.c:117:26: note: declared here 117 | static MagickBooleanType IsHeifSuccess(struct heif_error *error, Image *image) | ^~~~~~~~~~~~~ make[1]: *** [Makefile:8235: coders/heic_la-heic.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/build/imagemagick6/src/ImageMagick-6.9.10-52' make: *** [Makefile:5681: all] Error 2
The text was updated successfully, but these errors were encountered:
https://github.com/ImageMagick/ImageMagick6/issues/50
53e60e9
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
Sorry, something went wrong.
No branches or pull requests
coders/heic.c: In function ‘ReadHEICImage’:
coders/heic.c:345:7: error: too many arguments to function ‘IsHeifSuccess’
345 | if (IsHeifSuccess(&error,image,exception) == MagickFalse)
| ^~~~~~~~~~~~~
coders/heic.c:117:26: note: declared here
117 | static MagickBooleanType IsHeifSuccess(struct heif_error *error, Image *image)
| ^~~~~~~~~~~~~
make[1]: *** [Makefile:8235: coders/heic_la-heic.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/imagemagick6/src/ImageMagick-6.9.10-52'
make: *** [Makefile:5681: all] Error 2
The text was updated successfully, but these errors were encountered: