Patching up from b39, which was freshly DL'ed from
ftp.xemacs.org.
HP 9000/735 running HPUX 9.05. gcc 2.8.1.
Build process dies when it is compiling? make-docfile.el
Have had no problems in b36 thru b39. Actually I started seeing this
error condition since b40pre2 (didn't report on this immediately).
==========================
Terminal message from make
==========================
....
Wrote /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/cl-extra.elc
Compiling /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/cl.el...
Wrote /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/cl.elc
Compiling /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/subr.el...
Wrote /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/subr.elc
Compiling /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/setup-paths.el...
While compiling paths-find-lock-directory in file
/users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/setup-paths.el:
** reference to free variable configure-lock-directory
While compiling paths-find-superlock-file:
** reference to free variable configure-superlock-file
Wrote /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/setup-paths.elc
Compiling /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/find-paths.el...
Wrote /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/lisp/find-paths.elc
Done
rm -f ../lib-src/DOC; \
EMACSBOOTSTRAPLOADPATH="/users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/src/../lisp/:/users4/toge/HPUX/XEmacs210/xemacs-21.0-b39"
./temacs -batch -l /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/src/../lisp/make-docfile.el
-- \
-o ../lib-src/DOC -d /users4/toge/HPUX/XEmacs210/xemacs-21.0-b39/src -i
../lib-src/../site-packages \
abbrev.c alloc.c blocktype.c buffer.c bytecode.c callint.c callproc.c
casefiddle.c casetab.c chartab.c cmdloop.c cmds.c console.c console-stream.c data.c
device.c dired.c doc.c doprnt.c dynarr.c editfns.c elhash.c emacs.c eval.c events.c
$(extra_objs) event-stream.c extents.c faces.c fileio.c $(LOCK_OBJ) filemode.c floatfns.c
fns.c font-lock.c frame.c general.c getloadavg.c glyphs.c glyphs-eimage.c $(gui_objs)
hash.c imgproc.c indent.c insdel.c intl.c keymap.c $(RTC_patch_objs) line-number.c lread.c
lstream.c macros.c marker.c md5.c minibuf.c objects.c opaque.c print.c process.c profile.c
pure.c rangetab.c redisplay.c redisplay-output.c regex.c search.c $(sheap_obj) signal.c
sound.c specifier.c strftime.c symbols.c syntax.c sysdep.c undo.c $(x_objs) widget.c
window.c ralloc.c
sh: syntax error at line 4: `(' unexpected
*** Error code 2
Stop.
*** Error code 1
...
At this moment I cannot even tell what this "line 4" means.
If someone kindly gives me what to look for, perhaps I can do a bit more
bug hunting.
==================
Configure message
==================
~/HPUX/XEmacs210/b39 > cat Installation
uname -a: HP-UX accad1 A.09.05 A 9000/735 2005266055 two-user license
./configure 'hppa1.1-hp-hpux9.05' '--dynamic=yes'
'--prefix=/usr/local' '--with-dialogs=athena' '--with-xface'
'--with-tty=yes'
'--site-includes=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.8.1/include
/usr/local/canna/include' '--error-checking=none' '--with-jpeg'
'--with-xpm' '--with-sound=no' '--with-mule'
'--with-canna' '--with-xfs' '--with-database=no'
'--with-x' '--cflags=-pipe -mpa-risc-1-1 -mschedule=7100 -mjump-in-delay
-funroll-loops -O5' '--package-path=/usr/local/lib/xemacspack'
'--with-dragndrop=no'
XEmacs 21.0-b40 "Saanen-pre4" configured for `hppa1.1-hp-hpux9.05'.
Where should the build process find the source code?
/users4/toge/HPUX/XEmacs210/xemacs-21.0-b39
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/hpux9-shr.h' and `m/hp800.h'
What compiler should XEmacs be built with? gcc -pipe -mpa-risc-1-1
-mschedule=7100 -mjump-in-delay -funroll-loops -O5
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/include/Motif1.2
/usr/local/X11R6/include
Where do we find X Windows libraries? /usr/lib/Motif1.2
/usr/lib/X11R6
Additional header files:
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.8.1/include /usr/local/canna/include
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for X-Face message headers.
Compiling in support for JPEG image conversion.
Compiling in support for PNG image conversion.
Compiling in support for TIFF image conversion.
Compiling in Mule (multi-lingual) support.
Compiling in XIM (X11R5+ I18N input method) support.
Using Motif to provide XIM support.
Compiling in support for Canna on Mule.
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
Compiling in extra code for debugging.
Compiling in code for checking XEmacs memory usage.
-- Nobu Toge (toge(a)accad1.kek.jp)