all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: Kalle Kankare <kalle.kankare@iki.fi>, 11558@debbugs.gnu.org
Subject: bug#11558: 24.1.50; Image Magick related build failure on bzr revision 108365
Date: Fri, 13 Jul 2012 09:03:00 +0200	[thread overview]
Message-ID: <87629sdty3.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <4B43DF4E-B37C-49B3-9B5F-16C51BF2D8D3@swipnet.se> ("Jan \=\?utf-8\?Q\?Dj\=C3\=A4rv\=22's\?\= message of "Thu, 12 Jul 2012 11:19:21 +0200")

Jan Djärv <jan.h.d@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





  reply	other threads:[~2012-07-13  7:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-25 15:35 bug#11558: 24.1.50; Image Magick related build failure on bzr revision 108365 Eric Schulte
2012-05-25 20:21 ` Glenn Morris
2012-05-26 22:26   ` Eric Schulte
2012-05-26 22:33     ` Glenn Morris
2012-05-26 23:31       ` Eric Schulte
2012-05-27  3:08         ` Christoph Scholtes
2012-05-27  5:58 ` Achim Gratz
2012-07-11 20:24 ` Kalle Kankare
2012-07-12  9:19   ` Jan Djärv
2012-07-13  7:03     ` Tassilo Horn [this message]
2012-07-13 12:21       ` Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87629sdty3.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=11558@debbugs.gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=kalle.kankare@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.