From xemacs-m  Sun Jul 13 15:05:41 1997
Received: from sol1.cybernet-ag.net (sol1.cybernet-ag.net [194.221.86.98])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA16336
	for <xemacs-beta@xemacs.org>; Sun, 13 Jul 1997 15:05:40 -0500 (CDT)
Received: (from aseibert@localhost) by sol1.cybernet-ag.net  id WAA13566; Sun, 13 Jul 1997 22:03:49 +0200 (MET DST)
Date: Sun, 13 Jul 1997 22:03:49 +0200 (MET DST)
Message-Id: <199707132003.WAA13566@sol1.cybernet-ag.net>
From: Axel Seibert <aseibert@cybernet-ag.net>
To: xemacs-beta@xemacs.org
Subject: xemacs-20.3-b12 fails to compile in emacs.c

Hi, everybody!

Anybody seen 20.3-b12 fail to compile in emacs.c? This is under
NEXTSTEP, once more... cc is more or less plain gcc. Output of
configure is appended at the end of this email.

Thanx for any insight.
Axel

cc -c -O4 -pipe  -Demacs -I. -DHAVE_CONFIG_H emacs.c
emacs.c:456: illegal external declaration, missing `;' after `main_20'
emacs.c:456: illegal external declaration, missing `;' after `,'
emacs.c:456: illegal external declaration, missing `;' after `,'
emacs.c:456: illegal external declaration, missing `;' after `envp'
emacs.c:485: illegal external declaration, found `if'
emacs.c:605: illegal external declaration, found `if'
emacs.c:624: illegal external declaration, missing `;' after `*'
emacs.c:628: illegal external declaration, missing `;' after `*'
emacs.c:633: illegal external declaration, missing `;' after `*'
emacs.c:634: illegal external declaration, missing `;' after `*'
emacs.c:635: illegal external declaration, missing `;' after `*'
emacs.c:638: illegal external declaration, missing `;' after `*'
emacs.c:639: illegal external declaration, missing `;' after `*'
emacs.c:1447: illegal method definition, found `&&'
emacs.c:1448: illegal method definition, missing `{' after `)'
emacs.c:1454: illegal external declaration, found `}'
emacs.c:1787: illegal statement, missing `;' after `main_20'
emacs.c:1815: illegal statement, missing `;' after `main_20'
*** Exit 1
Stop.
*** Exit 1
Stop.



./configure  'm68k-next-nextstep' '--prefix=/usr/local/xemacs'
'--with-x=no' '--
cflags=-O4 -pipe' '--extra-verbose'


Configured for `m68k-next-nextstep'.

  Where should the build process find the source code?
/usr/local/src/xemacs-
20.3-b12
  What installation prefix should install use?
/usr/local/xemacs
  What operating system and machine description files should XEmacs
use?
        `s/nextstep.h' and `m/m68k.h'
  What compiler should XEmacs be built with?              cc -O4 -pipe
  Should XEmacs use the GNU version of malloc?            no
  (The GNU allocators don't work with this system configuration.)
  Should XEmacs use the relocating allocator for buffers? no
  What window system should XEmacs use?                   none
  --------------------------------------------------------------------
  WARNING: Compiling without XPM support.
  WARNING: You should strongly considering installing XPM.
  WARNING: Otherwise toolbars and other graphics will look suboptimal.
  --------------------------------------------------------------------
  Compiling in support for GNU DBM.
  movemail will use "flock" for locking mail spool files.
  WARNING: ---------------------------------------------------------
  WARNING: Compiling in support for runtime error checking.
  WARNING: XEmacs will run noticeably more slowly as a result.
  WARNING: Error checking is on by default for XEmacs beta releases.
  WARNING: ---------------------------------------------------------

