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

Re: Which base64?



Dick Knowles <knowles@averstar.com> writes:

> I just tried to build nnimap 0.121 and got this error:
> 
>   emacs -batch -q -no-site-file -no-init-file -eval '(if (not (string-match "" "")) (setq load-path (cons "" load-path)))' -l base64 -f batch-byte-compile ssl.el
>   Cannot open load file: base64
>   gnu-make: *** [ssl.elc] Error 255
> 
> I see the 1999-06-24 note that base64.el was removed.  Where is it
> supposed to be found now in order to build nnimap?

Try something along

$ make GNUSDIR=~/elisp/pgnus-0.91/lisp

to make nnimap find the base64 library.