My XEmacs 21.2 (no gtk, no gnome, but mule) says this on startup:
WARNING:
Couldn't find obvious defaults for:
doc-directory
exec-directory
mule-lisp-directory
lisp-directory
Perhaps some directories don't exist, or the XEmacs executable,
/usr/local/bin/xemacs
is in a strange place?
and it seems pretty broken, M-x rmail RET in "xemacs -q" says:
Signaling: (file-error "Cannot open load file" "alist")
signal(file-error ("Cannot open load file" "alist"))
load("alist" nil t nil)
si:require(alist nil)
require(alist)
load-internal("tl-list" nil t nil binary)
load("tl-list" nil t nil)
si:require(tl-list nil)
require(tl-list)
byte-code("..." [require emu tl-list] 2)
load-internal("tl-str" nil t nil binary)
load("tl-str" nil t nil)
require(tl-str)
byte-code(...
load-internal("tm-view" nil t nil binary)
load("tm-view" nil t nil)
require(tm-view)
byte-code("..." [rmail-show-mime-method rmail-show-mime rmail-support-mime
current-load-list require tm-view t boundp rmail-show-mime-message] 2)
load-internal("rmail" nil nil nil binary)
load("rmail" nil nil nil)
command-execute(rmail t)
execute-extended-command(nil)
call-interactively(execute-extended-command)
CVS updated a few minutes ago. Any ideas? Thanks.
uname -a: Linux sjosefsson-lap 2.2.17-14 #1 Mon Feb 5 16:02:20 EST 2001 i686 unknown
./configure '--with-mule'
XEmacs 21.2-b46 "Urania" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /home/jas/src/xemacs-21.2
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Compiling in support for dynamic shared object modules.
Compiling in support for extra debugging code.
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: ---------------------------------------------------------