From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frank Schmitt Newsgroups: gmane.emacs.devel Subject: Build failure under Suse 10.0 Date: Mon, 30 Oct 2006 10:53:40 +0100 Organization: Hamme net, kren mer och nimmi Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1162202104 30180 80.91.229.2 (30 Oct 2006 09:55:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 09:55:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 10:55:02 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 1GeTr8-0005QV-3M for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 10:54:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeTr7-00047U-JL for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 04:54:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeTqg-00045x-4s for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:54:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeTqf-00045J-04 for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:54:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeTqd-000455-HY for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:54:27 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GeTqd-0001tG-JQ for emacs-devel@gnu.org; Mon, 30 Oct 2006 04:54:27 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GeTqK-0005GT-V8 for emacs-devel@gnu.org; Mon, 30 Oct 2006 10:54:08 +0100 Original-Received: from dhcp81.uni-koblenz.de ([141.26.71.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Oct 2006 10:54:08 +0100 Original-Received: from ich by dhcp81.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Oct 2006 10:54:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dhcp81.uni-koblenz.de X-Face: :EL9TzGRN){7|oE2~xQ8Q(VjpjsXgX$~gi&rYD5J5p)$w\Thdl~v:7h`/n)J!8nXT%_+Wj6}@EHM8}QbA(9nX-wrQ:ch1%DauV[?kFasXUcnL#+"K8zOx&$@/M'/}, q-eztaJra1|?C+p$h\2XnK-HB"8_U 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:61370 Archived-At: 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.