From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#15531: Emacs configure fails with gif 5.0 Date: Sat, 05 Oct 2013 21:26:06 +0300 Message-ID: <83a9in7ewx.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1380997635 23630 80.91.229.3 (5 Oct 2013 18:27:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Oct 2013 18:27:15 +0000 (UTC) Cc: 15531@debbugs.gnu.org To: Barry Fishman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 05 20:27:18 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1VSWZR-00057B-Qp for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Oct 2013 20:27:17 +0200 Original-Received: from localhost ([::1]:52676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSWZR-0000sr-81 for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Oct 2013 14:27:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSWZI-0000sd-FP for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2013 14:27:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSWZC-00019q-LP for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2013 14:27:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSWZC-00019k-IJ for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2013 14:27:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VSWZC-0001pK-4u for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2013 14:27:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 05 Oct 2013 18:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15531-submit@debbugs.gnu.org id=B15531.13809975846977 (code B ref 15531); Sat, 05 Oct 2013 18:27:02 +0000 Original-Received: (at 15531) by debbugs.gnu.org; 5 Oct 2013 18:26:24 +0000 Original-Received: from localhost ([127.0.0.1]:56387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VSWYZ-0001oS-1Z for submit@debbugs.gnu.org; Sat, 05 Oct 2013 14:26:23 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:49557) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VSWYT-0001oF-77 for 15531@debbugs.gnu.org; Sat, 05 Oct 2013 14:26:18 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MU700F00KFX1W00@a-mtaout21.012.net.il> for 15531@debbugs.gnu.org; Sat, 05 Oct 2013 21:26:15 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MU700FZJKJR1910@a-mtaout21.012.net.il>; Sat, 05 Oct 2013 21:26:15 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:78943 Archived-At: > From: Barry Fishman > Date: Sat, 05 Oct 2013 11:27:53 -0400 > > The configure script fails to recognize the gif_lib.h header file for > gif 5.0 and so prints an error that git support can not be found. > > The gif_lib.h header file has been reorganized for gif 5.0. There is no > longer a EGifPutExtensionLast function. However there is a new > GifMakeMapObject I used in my patch. A better way would probably be to > look at the new GIFLIB_MAJOR define now in gif_lib.h. > > I have included a patch, but I do not have many OS/platforms that I > can check. I am far from understanding autoconfig, but my attempt at a > fix (git patch) is included below: Thanks. For the record, this is not enough for Windows, because we must prevent Emacs compiled with libungif 5.0 or newer to dynamically load an older shared library, or vice versa. Btw, where can one find this new version? I can only find versions 4.x or older.