--text follows this line--
By specifying --with-sound=none, I finally got past the load errors in the
temacs collection. This isn't how I want the final configuration, but it
lets me make progress.
The collect for temacs still incurrs the following:
fake_event_occurred
0x10
event-unixo/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
warning: cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000
id.o
last_point_position
I don't know whether to be concerned.
A note to other Cygwin users: by specifying the options for the NonX XPM
libraries I avoid the spurious attempt to start an X application, with the
associated error box.
CFLAGS= -I/usr/include/noX -DXPM_NO_X
LDFLAGS= -L/usr/lib/noX
Then I got:
Finding pointers to doc strings...done
Dumping under the name xemacs
Static heap usage: 2633388 of 8650752 -- 5876k wasted
XEmacs: Static heap size adjusted, Don't Panic! I will restart the `make'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0459c5e8 PID 3635923
make[1]: [xemacs] Error 1 (ignored)
But I don't panic.
I gather "temacs" is built more than once. Is this as expected?
Finally, it makes Xemacs with the following dire warning:
Testing for Lisp shadows ...
This site has duplicate Lisp libraries with the same name.
If a locally-installed Lisp library overrides a library in the Emacs release,
that can cause trouble, and you should probably remove the locally-installed
version unless you know what you are doing.
/usr/local/lib/Xemacs/site-lisp/default hides
/usr/local/lib/xemacs/site-lisp/default
/usr/local/lib/Xemacs/site-lisp/site-start hides
/usr/local/lib/xemacs/site-lisp/site-start
/usr/local/lib/Xemacs/site-lisp/date-parse hides
/usr/local/lib/xemacs/site-lisp/date-parse
/usr/local/lib/Xemacs/site-lisp/rtf-support hides
/usr/local/lib/xemacs/site-lisp/rtf-support
4 Emacs Lisp load-path shadowings were found
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x045c9b98 PID 3664875
Removing child 0x045c9b98 PID 3664875 from chain.
Successfully remade target file `xemacs'.
Despite the fact that I rarely know what I'm doing, the fact that these are
in "site-lisp" probably means the shadowing is deliberate.
HOWEVER:
Compiling
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/behavior-defs.el...
While compiling toplevel forms in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/behavior-defs.el:
** assignment to free variable fume-display-in-modeline-p
** assignment to free variable filladapt-mode
** reference to free variable filladapt-mode
While compiling the end of the data:
** The following functions are not known to be defined:
fume-add-menubar-entry, fume-remove-menubar-entry,
fume-remove-post-command-hook, filladapt-mode
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/behavior-defs.elc
. . . .
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/bytecomp.el:
** the function find-coding-system-magic-cookie-in-file is not known to
be defined.
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/bytecomp.elc
. . . .
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/code-cmds.el:
** the function coding-system-category is not known to be defined.
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/code-cmds.elc
Compiling
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/code-files.el...
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/code-files.el:
** the function find-coding-system-magic-cookie-in-file is not known to
be defined.
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/code-files.elc
. . . .
Compiling /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/files.el...
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/files.el:
** The following functions are not known to be defined:
dired-get-filename, dired-expunge-deletions,
mswindows-insert-directory
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/files.elc
. . . .
While compiling import-widget-accessors in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/gtk-widget-accessors.el:
** variable c-mode-common-hook bound but not referenced
** variable c-mode-hook bound but not referenced
Wrote
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/gtk-widget-accessors.elc
. . . .
While compiling help-for-help in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/help.el:
** misplaced interactive spec: (interactive)
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/help.elc
. . . .
Compiling /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/mouse.el...
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/mouse.el:
** The following functions are not known to be defined:
cde-start-drag-region, offix-start-drag-region
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/mouse.elc
. . . .
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/process.el:
** the function mswindows-quote-one-vc-runtime-arg is not known to be
defined.
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/process.elc
. . . .
Compiling /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/select.el...
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/select.el:
** the function mouse-track-activate-rectangular-selection is not known
to be defined.
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/select.elc
. . . .
Compiling /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/startup.el...
While compiling the end of the data in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/startup.el:
** the function init-toolbar is not known to be defined.
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/startup.elc
. . . .
Compiling
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/widgets-gtk.el...
While compiling gtk-widget-instantiate-internal in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/widgets-gtk.el:
** assignment to free variable x
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/widgets-gtk.elc
. . . .
Compiling
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/win32-native.el...
While compiling toplevel forms in file
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/win32-native.el:
** assignment to free variable grep-null-device
** assignment to free variable grep-regexp-alist
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/win32-native.elc
. . . .
THAT'S ALL OF THAT, FOLKS
FINALLY:
Must remake target `beta'.
Successfully remade target file `beta'.
+ make check
AND:
. . . .
Testing /usr/local/src/xemacs/xemacs-21.5/tests/automated/ccl-tests.el...
!! error (("CCL: Unknown subroutine name: ccl-test-sub1"))
ccl-tests.el: No tests run
Testing /usr/local/src/xemacs/xemacs-21.5/tests/automated/database-tests.el...
Unexpected error (wrong-type-argument databasep nil) while executing
interpreted code.
Test suite execution aborted.
Unexpected error (wrong-type-argument databasep nil) while executing
byte-compiled code.
Test suite execution aborted.
database-tests.el: 0 of 2 (0%) tests successful.
Test suite execution failed unexpectedly.
. . . .
+make install
. . . .
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lib-src/installexe.sh: not
found
make[1]: *** [/usr/local/lib/xemacs-21.5-b1/i686-pc-cygwin] Error 127
make[1]: Leaving directory
`/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lib-src'
Loading /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lisp/dumped-lisp.el...
. . . .
I DID NOT EXPECT TO FIND A REFERENCE TO MY 21.4.3 INSTALLATION AT:
Loading /usr/local/lib/XEmacs-21.4.3/lisp/dumped-lisp.el...
Wrote /usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/src/NEEDTODUMP
../lib-src/make-path /usr/local/lib/xemacs-21.5-b1/i686-pc-cygwin/include
/usr/local/lib/xemacs-21.5-b1/i686-pc-cygwin/include/m
/usr/local/lib/xemacs-21.5-b1/i686-pc-cygwin/include/s
Copying include files for ellcc...
. . . .
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lib-src/installexe.sh
/usr/bin//install -c src/xemacs /usr/local/i686-pc-cygwin/bin/xemacs-21.5-b1
/usr/local/src/xemacs/xemacs-21.5/i686-pc-cygwin/lib-src/installexe.sh: not
found
make: *** [install-arch-dep] Error 127
? ? ? NOW WHAT ? ? ?
--
David A. Cobb, Software Engineer, Public Access Advocate, All around nice guy.
Get my PGP key at
:<http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=superbiskit>
Fingerprint=0x{6E3E_DB8C_2E8C_4248_62B2_FE29_08EE_CF0A_3629_E954}
:<http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=superbiskit&fingerprint=on>
"By God's Grace I am a Christian man, by my actions a great sinner."
--The Way of a Pilgrim, R. M. French [tr.]
Potentially Viral Software is any software for which you are not allowed
to examine the source. Do not buy or use Potentially Viral Software!!