unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 塩野@システム構築部 <j.s@jp.fujitsu.com>
Cc: emacs-devel@gnu.org, Kenichi Handa <handa@m17n.org>
Subject: Re: Latest GCC can't compile keymap.c correctly.
Date: Fri, 8 Sep 2006 09:19:32 +0900	[thread overview]
Message-ID: <17664.46868.93256.57436@mars.fsas.fujitsu.com> (raw)
In-Reply-To: <jwv64fz1v1z.fsf-monnier+emacs@gnu.org>

Hi, Stefan

>>>>> In <jwv64fz1v1z.fsf-monnier+emacs@gnu.org> 
>>>>>	Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> > % gcc --version
> > gcc (GCC) 4.2.0 20060903 (experimental)
> > % uname -a
> > SunOS mars 5.10 Generic_118833-20 sun4u sparc
> > % emacs --version
> > GNU Emacs 22.0.50.1

> If it's compiled with gcc-4.2 but with -Wall, what warnings do you get?

>         Stefan

gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/opt/local/src/emacs/src -I/opt/X11R6.6/include -I/usr/dt/include  -g -O2 -Wno-pointer-sign -Wall /opt/local/src/emacs/src/keymap.c
/opt/local/src/emacs/src/keymap.c: In function 'Fkey_description':
/opt/local/src/emacs/src/keymap.c:2016: Warn: implicit declaration of function 'alloca'
/opt/local/src/emacs/src/keymap.c:2016: Warn: incompatible implicit declaration of built-in function 'alloca'
/opt/local/src/emacs/src/keymap.c: In function 'Fsingle_key_description':
/opt/local/src/emacs/src/keymap.c:2292: Warn: incompatible implicit declaration of built-in function 'alloca'
/opt/local/src/emacs/src/keymap.c: In function 'Fwhere_is_internal':
/opt/local/src/emacs/src/keymap.c:2712: Warn: incompatible implicit declaration of built-in function 'alloca'
/opt/local/src/emacs/src/keymap.c: In function 'Fdescribe_buffer_bindings':
/opt/local/src/emacs/src/keymap.c:2941: Warn: incompatible implicit declaration of built-in function 'alloca'
/opt/local/src/emacs/src/keymap.c: In function 'describe_map':
/opt/local/src/emacs/src/keymap.c:3265: Warn: incompatible implicit declaration of built-in function 'alloca'
/opt/local/src/emacs/src/keymap.c: In function 'describe_vector':
/opt/local/src/emacs/src/keymap.c:3502: Warn: incompatible implicit declaration of built-in function 'alloca'

I replaced messages from '警告' to 'Warn'. caz, it's Japanese.
-- 
Jun

  reply	other threads:[~2006-09-08  0:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-07  2:31 Latest GCC can't compile keymap.c correctly Kenichi Handa
2006-09-07 16:50 ` Stefan Monnier
2006-09-08  0:19   ` 塩野@システム構築部 [this message]
2006-09-08  5:05     ` Stefan Monnier
2006-09-11  8:49       ` 塩野@システム構築部
2006-09-07 21:14 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17664.46868.93256.57436@mars.fsas.fujitsu.com \
    --to=j.s@jp.fujitsu.com \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).