From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Trunk fails to compile on RHEL 5 machines Date: Tue, 12 Jun 2012 18:46:21 +0800 Message-ID: <87pq94reo2.fsf@gnu.org> References: <87hauhjyk7.fsf@glaurung.internal.golden-gryphon.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1339498004 3795 80.91.229.3 (12 Jun 2012 10:46:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2012 10:46:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 12 12:46:41 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SeOcR-0006Rp-G0 for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 12:46:39 +0200 Original-Received: from localhost ([::1]:39729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeOcR-0002HL-Aj for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 06:46:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeOcJ-0002Am-68 for emacs-devel@gnu.org; Tue, 12 Jun 2012 06:46:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeOcH-0004CT-Cc for emacs-devel@gnu.org; Tue, 12 Jun 2012 06:46:30 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:36426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeOcH-0004CK-9d for emacs-devel@gnu.org; Tue, 12 Jun 2012 06:46:29 -0400 Original-Received: from [155.69.17.89] (port=40351 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SeOcE-0004dk-RV; Tue, 12 Jun 2012 06:46:27 -0400 In-Reply-To: (joakim@verona.se's message of "Tue, 12 Jun 2012 01:05:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150901 Archived-At: joakim@verona.se writes: >> image.c: In function =E2=80=98imagemagick_load_image=E2=80=99: >> image.c:7786: warning: implicit declaration of function =E2=80=98MagickM= ergeImageLayers=E2=80=99 >> image.c:7786: error: =E2=80=98MergeLayer=E2=80=99 undeclared (first use = in this function) > > I would suspect that the above functions are not declared in the version > of ImageMagick shipping with RHEL5. I don't have a RHEL5 handy for > testing at the moment. Indeed, this was the problem. Older ImageMagick versions should use MagickFlattenImages. Fixed in trunk.