Hi,
I tried to compile XEmacs 21.5.9 for Sun Solaris 2.7 (SPARC) and had error in compile
stage. There are messages below:
--------------------------------------------------------------------------------
Loading /usr2/romanp/tmp/xemacs/xemacs-21.5.9/lisp/loaddefs.elc...
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
unexec(): dldump(/usr2/romanp/tmp/xemacs/xemacs-21.5.9/src/xemacs): ld.so.1: ./temacs:
fatal: /usr2/romanp/tmp/xemacs/xemacs-21.5.9/src/xemacs: unknown dynamic entry: 1879048176
make[1]: *** [xemacs] Error 1
make[1]: Leaving directory `/usr2/romanp/tmp/xemacs/xemacs-21.5.9/src'
make: *** [src] Error 2
--------------------------------------------------------------------------------
I ran produced XEmacs and it loaded but wrote the message:
--------------------------------------------------------------------------------
(1) (initialization/error) An error has occurred while loading /home/romanp/.emacs:
Symbol's function definition is void: display-time
Backtrace follows:
(display-time)
# bind (current-load-list)
# (unwind-protect ...)
# bind (load-file-name)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
load-internal("/home/romanp/.emacs" t t t raw-text)
# bind (path handler filename nosuffix nomessage noerror file)
load("/home/romanp/.emacs" t t t)
load-user-init-file()
#<compiled-function nil "...(10)" [init-file-had-error
load-user-init-file-p load-user-init-file nil] 2>()
# (unwind-protect ...)
call-with-condition-handler(#<compiled-function (__load_init_file_arg__)
"...(26)" [init-file-had-error user-init-file __load_init_file_arg__ errstr
error-message-string message "Error in init file: %s" lwarn initialization error
"An error has occurred while loading %s:\n\n%s\n\nBacktrace follows:\n\n%s\n\nTo
ensure normal operation, you should investigate the cause of the error\nin your
initialization file and remove it. Use the `-debug-init' option\nto XEmacs to enter
the debugger when the error occurs and investigate the\nexact problem."
backtrace-in-condition-handler-eliminating-handler t] 8> #<compiled-function nil
"...(10)" [init-file-had-error load-user-init-file-p load-user-init-file nil]
2>)
# (condition-case ... . ((error)))
# bind (debug-on-error debug-on-error-from-init-file debug-on-error-should-be-set
debug-on-error-initial)
load-init-file()
# bind (command-line-args-left)
command-line()
# (condition-case ... . ((t (byte-code " б" [error-data data nil] 1))))
# bind (error-data)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
To ensure normal operation, you should investigate the cause of the error
in your initialization file and remove it. Use the `-debug-init' option
to XEmacs to enter the debugger when the error occurs and investigate the
exact problem.
--------------------------------------------------------------------------------
I ran:
./configure --prefix=/usr2/romanp/mapp --with-gtk
Please help me!
Thanks,
Roman