This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Please also include any C or lisp back-traces that you may have.
================================================================
Dear Bug Team!
This is a bug report about building XEmacs, not about using it once
built.
The 'check' target wants to run './xemacs', but does not correctly
specify a dependency on that file. The Makefile ought to list the
prerequisites for 'make check' so that they will be built or rebuilt
as necessary.
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux astest 2.4.9-e.8smp #1 SMP Fri Jul 19 15:38:30 EDT 2002 i686 unknown
unknown GNU/Linux
Building xemacs-21.4.14 from source.
% ./configure --prefix=$HOME
[...]
% make -j -l 1 check
cd ./src && make check
make[1]: Entering directory `/u/avised/inst/xemacs-21.4.14/src'
./xemacs -batch -l /u/avised/inst/xemacs-21.4.14/src/../tests/automated/test-harness.el -f
batch-test-emacs /u/avised/inst/xemacs-21.4.14/src/../tests/automated
make[1]: ./xemacs: Command not found
make[1]: *** [check] Error 127
make[1]: Leaving directory `/u/avised/inst/xemacs-21.4.14/src'
make: *** [check] Error 2