GNU bug report logs -
#11558
24.1.50; Image Magick related build failure on bzr revision 108365
Previous Next
Reported by: Eric Schulte <eric.schulte <at> gmx.com>
Date: Fri, 25 May 2012 16:12:01 UTC
Severity: important
Found in version 24.1.50
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
Full log
Message #37 received at 11558-done <at> debbugs.gnu.org (full text, mbox):
Hello.
I installed the patch, lets see if it fails on some version :-).
Thanks,
Jan D.
13 jul 2012 kl. 09:03 skrev Tassilo Horn:
> Jan Djärv <jan.h.d <at> swipnet.se> writes:
>
>>> I got the build to complete by introducing the following change:
>>>
>>> --- src/image.c 2012-07-09 12:02:27 +0000
>>> +++ src/image.c 2012-07-11 19:59:24 +0000
>>> @@ -7968,7 +7968,9 @@
>>> Lisp_Object typelist = Qnil;
>>> size_t numf = 0;
>>> ExceptionInfo ex;
>>> + GetExceptionInfo(&ex);
>>> char **imtypes = GetMagickList ("*", &numf, &ex);
>>> + DestroyExceptionInfo(&ex);
>>> size_t i;
>>> Lisp_Object Qimagemagicktype;
>>> for (i = 0; i < numf; i++)
>>>
>>>
>>> The generated emacs-binary at least appears to function properly. I
>>> tested this with the following versions:
>>>
>>> emacs: bzr:109033
>>> gcc: 4.7.1
>>> ImageMagick: 6.7.8-1
>>
>> I see this too. Can it be that GetExceptionInfo/DestroyExceptionInfo
>> is version dependent and we need a configure check for them? People
>> have run Emacs with Imagemagic without this.
>
> I build and run emacs with imagemagick support just fine. The IM
> version is 6.7.7.5, so it might be a version difference between 6.7.7
> and 6.7.8.
>
> I also tried building and running with the above patch, and it doesn't
> seem to cause any harm.
>
> Bye,
> Tassilo
This bug report was last modified 13 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.