Compilation warning

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
Mirraz
Posts: 1
Joined: 2014-02-06T01:11:43-07:00
Authentication code: 6789

Compilation warning

Post 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]
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Compilation warning

Post 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.
Post Reply