[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure x xemacs
In [emacs-w3m : No.12498]
On Sun, 27 Sep 2015 17:24:17 -0500, Andres Ramirez wrote:
> I am trying to configure emacs-w3m for xemacs
[...]
> ./configure --with-xemacs --with-packagedir=~/.xemacs/xemacs-packages
> --with-addpath=~/.xemacs/xemacs-packages/lisp/apel:~/.xemacs/xemacs-packages/lisp/flim
I tried a similar recipe using XEmacs 21.5-b32 on Cygwin and had
no problem. I only see is that emacs-w3m you use is a bit old
(it should be that of 2014-06-11 or earlier because configure
doesn't check for the gzip program). So, I tried it again with
the old one downloaded by cvs co -D '2 years ago' , but there
is no problem, either.
> This is my config.log
[...]
> configure:2709: checking where to find the additional elisp libraries
> configure:2720: result:
> ~/.xemacs/xemacs-packages/lisp/apel:~/.xemacs/xemacs-packages/lisp/flim
> configure:2740: error: Process couldn't proceed. See the above messages.
What configure:2740 does is:
retval=`eval ${XEMACSDEBUG}${EMACS}' '${VANILLA_FLAG}' -batch\
-l w3mhack.el '${ADDITIONAL_LOAD_PATH}'\
-f w3mhack-print-status 2>/dev/null | $EGREP -v '\''^$'\'`
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$