Skip to content
New issue

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

heic.c build failure #50

Closed
antonio-rojas opened this issue Jul 5, 2019 · 1 comment
Closed

heic.c build failure #50

antonio-rojas opened this issue Jul 5, 2019 · 1 comment
Labels

Comments

@antonio-rojas
Copy link

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

@antonio-rojas antonio-rojas changed the title heic.c uild failure heic.c build failure Jul 5, 2019
@urban-warrior
Copy link
Member

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.

@dlemstra dlemstra added the bug label Aug 1, 2019
@dlemstra dlemstra closed this as completed Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants