unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build failure under Suse 10.0
@ 2006-10-30  9:53 Frank Schmitt
  2006-10-30 23:16 ` Chong Yidong
  0 siblings, 1 reply; 13+ messages in thread
From: Frank Schmitt @ 2006-10-30  9:53 UTC (permalink / raw)


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 <anonymous>’ 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.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-11-04 13:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30  9:53 Build failure under Suse 10.0 Frank Schmitt
2006-10-30 23:16 ` Chong Yidong
2006-10-30 23:24   ` Frank Schmitt
2006-10-30 23:49   ` Nick Roberts
2006-10-31  0:26     ` Chong Yidong
2006-10-31  4:25       ` Eli Zaretskii
2006-10-31 15:25         ` Chong Yidong
2006-11-04 13:20         ` Eli Zaretskii
2006-10-31  9:29       ` Juanma Barranquero
2006-10-31 22:15         ` Eli Zaretskii
2006-10-31 23:06           ` Chong Yidong
2006-11-01  4:17             ` Eli Zaretskii
2006-11-02  4:42               ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).