Page 1 of 1

Compilation warning

Posted: 2014-02-06T01:17:15-07:00
by Mirraz
Building imagemagick-6.8.8.2 by gcc-4.8.2 I'v got this compilation warning:

Code: Select all

coders/jp2.c:372:7: warning: implicit declaration of function ‘opj_stream_destroy_v3’ [-Wimplicit-function-declaration]

Re: Compilation warning

Posted: 2014-02-06T04:59:57-07:00
by magick
You likely need a newer version of the OpenJPEG library. What version are you using? We'll add a version check in the ImageMagick configure script.