From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.bugs Subject: bug#7955: patch for imagemagick header rename Date: Sun, 13 Feb 2011 01:28:34 +0100 Message-ID: References: <87mxm0x4h8.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297557394 16002 80.91.229.12 (13 Feb 2011 00:36:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2011 00:36:34 +0000 (UTC) Cc: 7955@debbugs.gnu.org To: Chong Yidong Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 13 01:36:29 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PoPwz-0001mI-Ae for geb-bug-gnu-emacs@m.gmane.org; Sun, 13 Feb 2011 01:36:29 +0100 Original-Received: from localhost ([127.0.0.1]:33839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoPwy-0001Fs-NU for geb-bug-gnu-emacs@m.gmane.org; Sat, 12 Feb 2011 19:36:28 -0500 Original-Received: from [140.186.70.92] (port=48309 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoPws-0001Ca-4b for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2011 19:36:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoPwq-0002vX-Ti for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2011 19:36:21 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoPwq-0002vJ-MY for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2011 19:36:20 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PoPh5-0000kw-6w; Sat, 12 Feb 2011 19:20:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: joakim@verona.se Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Feb 2011 00:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7955 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7955-submit@debbugs.gnu.org id=B7955.12975563842879 (code B ref 7955); Sun, 13 Feb 2011 00:20:03 +0000 Original-Received: (at 7955) by debbugs.gnu.org; 13 Feb 2011 00:19:44 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PoPgm-0000kO-8N for submit@debbugs.gnu.org; Sat, 12 Feb 2011 19:19:44 -0500 Original-Received: from iwfs.imcode.com ([82.115.149.64] helo=gate.verona.se) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PoPgk-0000kB-NX for 7955@debbugs.gnu.org; Sat, 12 Feb 2011 19:19:43 -0500 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id p1D0SYkc003735; Sun, 13 Feb 2011 01:28:34 +0100 In-Reply-To: <87mxm0x4h8.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 12 Feb 2011 17:39:15 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 12 Feb 2011 19:20:03 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:44085 Archived-At: Chong Yidong writes: > Glenn Morris writes: > >> Seems fine on RHEL5. On RHEL4, build still fails. >> >> configure says: >> >> checking IMAGEMAGICK_CFLAGS... >> checking IMAGEMAGICK_LIBS... -lWand -lMagick >> checking for MagickExportImagePixels... no >> checking wand/MagickWand.h usability... no >> checking wand/MagickWand.h presence... no >> checking for wand/MagickWand.h... no >> Does Emacs use imagemagick? yes > > ImageMagick-6.0 is almost 7 years old. Let's just set HAVE_IMAGEMAGICK > back to "no" if AC_CHECK_HEADER doesn't find MagickWand.h, and not try > to handle the magick_wand.h case. I managed to push to the imagemagick branch. it checks for IM version now. Im still not sure which version to require yet though so I just picked one. -- Joakim Verona