Page 1 of 1

Trouble configuring IM for some Jpegs

Posted: 2008-03-11T05:56:07-07:00
by levik
I can't seem to get ./configure --with-jpeg to work. The configure output always seems to say "--with-jpeg=yes no".

The resulting image library complain about no coder being found for some JPG files (interestingly, not ones that IM generates itself).

I have tried "--with-jpeg" and "--with-jpeg=yes" and the same for "--with-jp2", but there seem to be no difference - these options are marked as "no" on the configure output.

Re: Trouble configuring IM for some Jpegs

Posted: 2008-03-11T06:11:19-07:00
by magick
Read config.log carefully. It will tell you why the configure script failed to validate the JPEG library. Fix the problem and rerun the configure script until the JPEG delegate library is validated. Next, rebuild ImageMagick and install and you should be able to read / write JPEG images.

Re: Trouble configuring IM for some Jpegs

Posted: 2008-03-11T06:33:30-07:00
by levik
Hmmm - it looks like configure can't find jconfig.h - should this not be included with the default source bundle?