From xemacs-m  Sat Jul 12 14:29:44 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 OAA02177
	for <xemacs-beta@xemacs.org>; Sat, 12 Jul 1997 14:29:42 -0500 (CDT)
Received: (from aseibert@localhost) by sol1.cybernet-ag.net  id VAA23434; Sat, 12 Jul 1997 21:27:51 +0200 (MET DST)
Date: Sat, 12 Jul 1997 21:27:51 +0200 (MET DST)
Message-Id: <199707121927.VAA23434@sol1.cybernet-ag.net>
From: Axel Seibert <aseibert@cybernet-ag.net>
To: xemacs-beta@xemacs.org
Subject: xemacs-20.3-b12: configure fails under NEXTSTEP

Hi, everybody!

I just tried to compile one of the later betas under NEXTSTEP again,
and configure failed to build the Makefiles. I appended the final
output of configure. Running configure with the option --extra-verbose
is of no use to find something more specific. 

Please tell me how I can help you to find the bug, as I have no clue
as to how to debug this one.

Thanx in advance,
Axel

-----------------------------------------------

extra_objs = 'unexnext.o inline.o console-tty.o device-tty.o
event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o tparam.o
event-unixoid.o database.o'
c_switch_general = '-DHAVE_CONFIG_H'
c_switch_window_system = ''
c_switch_all = '-DHAVE_CONFIG_H'
ld_switch_general = '-Xlinker -X -Xlinker -noseglinkedit'
ld_switch_window_system = ''
ld_switch_all = '-Xlinker -X -Xlinker -noseglinkedit'
ld_libs_general = '-ltermcap -lm -lsys_s'
ld_libs_window_system = ''
ld_libs_all = '-ltermcap -lm -lsys_s'

    Defining EMACS_CONFIGURATION = "m68k-next-nextstep"
    Defining config_machfile = "m/m68k.h"
    Defining config_opsysfile = "s/nextstep.h"
    Defining LD_SWITCH_X_SITE = 
    Defining LD_SWITCH_X_SITE_AUX = 
    Defining C_SWITCH_X_SITE = 
    Defining LD_SWITCH_SITE = 
    Defining C_SWITCH_SITE = 
    Defining USE_GCC
    Defining CONST_IS_LOSING
    Defining NO_UNION_TYPE


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: ---------------------------------------------------------

The above configure report is appended to "Installation" file.

creating ./config.status
creating Makefile
creating lib-src/Makefile.in
creating src/Makefile.in
creating src/config.h
creating lwlib/config.h
lwlib/config.h is unchanged
creating lib-src/Makefile
junk.c:281: unterminated string or character constant
junk.c:40: possible real start of unterminated constant
creating src/Makefile
junk.c:170: unterminated `#ifdef' conditional

