[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: configure x xemacs



Hi Katsumi San.
> 
> I suspect that your XEmacs 21.5-b33 has something bad for printing
> a string to stdout (w3mhack-print-status does it).  Could you try
> the following command line form for bash (or sh) in the emacs-w3m
> source directory?
> 
> XEMACSDEBUG='(setq log-warning-minimum-level (quote error))' xemacs -vanilla -batch -l w3mhack.el '.' -f w3mhack-print-status
> 
> I got:
> 
> bash-4.1$ XEMACSDEBUG='(setq log-warning-minimum-level (quote error))' xemacs -vanilla -batch -l w3mhack.el '.' -f w3mhack-print-status
> OK
> bash-4.1$

This is what I got:

[aramirez@wari emacs-w3m-master]$XEMACSDEBUG='(setq log-warning-minimum-level (quote error))' xemacs -vanilla -batch -l w3mhack.el '.' -f w3mhack-print-status
--8<---------------cut here---------------start------------->8---
Error: You have to install APEL before building emacs-w3m, see manuals.
 If you have already installed APEL in the non-standard Lisp directory,
 use the `--with-addpath=' configure option with that path name (or

xemacs exiting.
 colon separated those path names) and run configure again.
 --8<---------------cut here---------------end--------------->8---

then I did:

XEMACSDEBUG='(setq log-warning-minimum-level (quote error))' xemacs
-vanilla -batch -eval '(push (expand-file-name
"~/.xemacs/xemacs-packages/lisp/apel") load-path)' -l w3mhack.el '.' -f
w3mhack-print-status

and I got:

--8<---------------cut here---------------start------------->8---
Error: APEL package seems to have been compiled for non-MULE XEmacs,
 even though you are using XEmacs with MULE to build emacs-w3m.  APEL
 modules are installed in:

  /home/aramirez/.xemacs/xemacs-packages/lisp/apel/

 If you are using the official APEL XEmacs package (or possibly SUMO),
 look for the new one (version 1.32 and later) and install it in your
 system, or send a bug report to the maintainers using
 `M-x report-xemacs-bug'.  Otherwise, you may rebuild APEL from the
 source distribution, see manuals where you could get it from.


xemacs exiting.
--8<---------------cut here---------------end--------------->8---

Talking about apel:
I have downloaded the latest version, configured and compiled for xemacs,
and I cp it to the "~/.xemacs/xemacs-packages/lisp" directory. The
configure script has noticed my apel was not installed with the xemacs
pkg manager.

I could install apel-1.36-pkg.tar.gz from mule. But there is no mule
package for flim. How should I proceed?

Regards