From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [ich@frank-schmitt.net: Build failure under Suse 10.0] Date: Mon, 06 Nov 2006 08:53:19 +0100 Message-ID: <454EE9EF.4090205@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162799655 1186 80.91.229.2 (6 Nov 2006 07:54:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 07:54:15 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 06 08:54:14 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 1GgzIp-0003mr-IU for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 08:53:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgzIo-00005L-V7 for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 02:53:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GgzIb-0008UQ-Cq for emacs-devel@gnu.org; Mon, 06 Nov 2006 02:53:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GgzIZ-0008PS-8C for emacs-devel@gnu.org; Mon, 06 Nov 2006 02:53:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgzIZ-0008PC-4Z for emacs-devel@gnu.org; Mon, 06 Nov 2006 02:53:39 -0500 Original-Received: from [81.228.8.179] (helo=av9-1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GgzIX-0007BL-3O; Mon, 06 Nov 2006 02:53:37 -0500 Original-Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id 3BFFF380DB; Mon, 6 Nov 2006 08:53:35 +0100 (CET) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 28CBB37EF6; Mon, 6 Nov 2006 08:53:35 +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 B1FA537E5A; Mon, 6 Nov 2006 08:53:34 +0100 (CET) User-Agent: Thunderbird 1.5.0.7 (X11/20060913) Original-To: ich@frank-schmitt.net 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:61854 Archived-At: Can you do: gcc -dD -E -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/export/inverness/cvs/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -I/usr/include/alsa -g -O2 -Wno-pointer-sign image.c > x.i and sen med x.i (no need to send it to the whole list, it might be big). Thanks, Jan D. Richard Stallman skrev: > Has this been fixed? > > ------- Start of forwarded message ------- > To: emacs-devel@gnu.org > From: Frank Schmitt > Date: Mon, 30 Oct 2006 10:53:40 +0100 > Organization: Hamme net, kren mer och nimmi > Mime-Version: 1.0 > Content-Type: text/plain; charset=utf-8 > Subject: Build failure under Suse 10.0 > X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed > version=3.0.4 > > Hello > > I get a build failure with current CVS-Head: > > gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/export/inverness/cvs/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -I/usr/ > include/alsa -g -O2 -Wno-pointer-sign image.c > image.c: In function ?gif_load?: > image.c:7874: error: ?struct ? has no member named ?Function? > make[2]: *** [image.o] Error 1 > make[2]: Leaving directory `/export/inverness/cvs/emacs/src' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/export/inverness/cvs/emacs' > make: *** [bootstrap] Error 2 > > [inverness:~d/cvs/emacs]$ rpm -q giflib giflib-devel > giflib-4.1.3-7.2 > giflib-devel-4.1.3-7.2 > > I don't have any strange gif_lib.h files lying around and the relevant > lines in /usr/include/gif_lib.h look ok to me: > > /* This is the in-core version of an extension record */ > typedef struct { > int ByteCount; > char *Bytes; /* on malloc(3) heap */ > int Function; /* Holds the type of the Extension block. */ > } ExtensionBlock; > > - -- > Did you ever realize how much text fits in eighty columns? If you now consider > that a signature usually consists of up to four lines, this gives you enough > space to spread a tremendous amount of information with your messages. So seize > this opportunity and don't waste your signature with bullshit nobody will read. > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel > ------- End of forwarded message ------- > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel