emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-current bootstrap fail on FreeBSD 6.2


From: Stefan Monnier
Subject: Re: emacs-current bootstrap fail on FreeBSD 6.2
Date: Wed, 11 Oct 2006 22:13:15 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> My gcc command does not have an option "-Wno-pointer-sign".
> (gcc version is 3.4.6)

> So, I tried this command.
> --
> ./configure --with-gtk CFLAGS="-pipe -O2 -g -Wall -DUSE_LISP_UNION_TYPE 
> -DENABLE_CHECKING" 
> make bootstrap
> --

> keymap.c's compile time warning is
> --
> gcc -c -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib -Demacs 
> -DHAVE_CONFIG_H 
> -DUSE_GTK  -I. -I/home/hashiz/src/emacs/src -I/usr/X11R6/include 
> -I/usr/local/include -L/u
> sr/local/lib -I/usr/X11R6/include -DXTHREADS -DXUSE_MTSAFE_API 
> -I/usr/local/include/atk-1.
> 0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 
> -I/usr/local/lib/glib-2.0/inclu
> de -I/usr/local/include/freetype2 -I/usr/local/include 
> -I/usr/X11R6/include/gtk-2.0 -I/usr
> /X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
> -I/usr/X11R6/include  -pipe -O2 
> -g -Wall -DUSE_LISP_UNION_TYPE -DENABLE_CHECKING keymap.c
> keymap.c: In function `Fsingle_key_description':
> keymap.c:2380: warning: 'c1' might be used uninitialized in this function
> keymap.c:2380: warning: 'c2' might be used uninitialized in this function

Those warnings can safely be ignored.  Too bad :-(

> segfault did not repproduce.
> # Why?

No idea.  Please try again without -DUSE_LISP_UNION_TYPE or
without -DENABLE_CHECKING.  I'm not sure it'll help, but who knows?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]