iccjpeg.h errors

David Tardon dtardon at redhat.com
Thu Nov 6 12:03:25 UTC 2014


Hi,

On Wed, Nov 05, 2014 at 06:17:27PM +0100, Antonio Trande wrote:
> Hi all.
> 
> I don't know how to fix these errors during IceCat compilation. Lately I
> tried to adapt Fedora compilations flags but there is wrong something.
> 
> Here the log:
> http://koji.fedoraproject.org/koji/getfile?taskID=8044663&name=build.log&offset=-4000

The JPP macro is no longer defined in libjpeg-turbo-devel-1.3.90. You
can either replace all JPP(arglist) uses by arglist, or add

#define JPP(arglist) arglist

at the top of image/decoders/iccjpeg.h.

(By coincidence, I did the same replacement in libreoffice's jpeg filter
just a few hours ago...)

D.


More information about the devel mailing list