bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7908: png-1.5 fix for emacs-23.2 and HEAD


From: Chong Yidong
Subject: bug#7908: png-1.5 fix for emacs-23.2 and HEAD
Date: Sat, 29 Jan 2011 10:44:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> With this patch, image.c doesn't compile:
>
>   image.c: In function `png_load':
>   image.c:5866: error: invalid type argument of `unary *'

Hmm, interesting.  That line compiles fine on GNU/Linux.  Could you
double check if you used the second (corrected) patch I sent?  Line 5866
should read

  if (setjmp (PNG_JMPBUF (png_ptr)))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]