From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: [ich@frank-schmitt.net: Build failure under Suse 10.0] Date: Mon, 06 Nov 2006 11:49:26 +0100 Message-ID: <454F1336.6070300@swipnet.se> References: <454EFE1C.4070907@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1162810207 1061 80.91.229.2 (6 Nov 2006 10:50:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 10:50:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 06 11:50:06 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gh23H-0001QW-DB for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 11:50:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gh23G-0000hU-VC for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 05:50:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gh22z-0000cT-4y for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:49:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gh22x-0000Za-S1 for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:49:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gh22x-0000ZA-N5 for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:49:43 -0500 Original-Received: from [81.228.8.185] (helo=av12-1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gh22x-0007Pp-N2 for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:49:43 -0500 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id 84D0C37ED0; Mon, 6 Nov 2006 11:49:42 +0100 (CET) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 72DB137E91; Mon, 6 Nov 2006 11:49:42 +0100 (CET) Original-Received: from coolsville.localdomain (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 45BF637E53; Mon, 6 Nov 2006 11:49:42 +0100 (CET) User-Agent: Thunderbird 1.5.0.7 (X11/20060913) Original-To: Frank Schmitt In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61861 Archived-At: Frank Schmitt skrev: > Jan Dj=C3=A4rv writes: >=20 >> You have in /usr/local/include/gif_lib.h: >> >> typedef struct { >> int ByteCount; >> char *Bytes; >> } ExtensionBlock; >> >> i.e. no Function member. It may be a stray file from some older >> version. Please make sure it is the correct header file, in your >> previous post you said /usr/include/gif_lib.h had a Function member. >=20 > Indeed, that's the problem. I have searched via locate for gif_lib.h bu= t > it didn't return this file as /usr/local is a remote NFS share which > isn't indexed. >=20 > The file /usr/local/include/gif_lib.h is a relict from an ancient libgi= f > (3.0), /usr/include/gif_lib.h is the correct one so the error is a > problem on my side and the bug can be considered closed.=20 >=20 > Perhaps it's possible to enhance the configure test for libgif to check > if the installed libgif fulfills emacs requirements. >=20 It already does, search for checking for EGifPutExtensionLast in -lungif in the configure output. I suspect this check succeeds because configure= =20 links with your libungif in /usr/lib. Not much we can do if the header f= ile=20 does not match the lib. Jan D.