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

Re: Problem compiling nnimap-0.93



Simon,

   thanks for the info.  I actually tried your suggestion already and
received this error:

*******************************************************************************
emacs -batch -q -no-site-file -eval '(if (not (string-match
"/home/dmocek/files/emacs/elisp/pgnus-0.80/lisp" ""))  (setq load-path
(cons "/home/dmocek/files/emacs/elisp/pgnus-0.80/lisp" load-path)))' -l
base64.elc -l md5.elc -l rfc2104.elc -l imap.elc -f batch-byte-compile
nnimap.el
While compiling toplevel forms in file
/home/dmocek/files/emacs/elisp/nnimap-0.93/nnimap.el:
  ** reference to free variable nnimap-authinfo-file
  ** reference to free variable :type
  !! Symbol's value as variable is void ((:link))
Done
*******************************************************************************

Any ideas on this one?

-d


On 16 Mar 1999, Simon Josefsson wrote:

> darryl <dmocek@sitelinks.com> writes:
> 
> > I'm running:
> > emacs v19.34.3
> > pgnus v0.80 (with the gnus-remove-from-range patch).
> > nnimap v0.93
> > 
> > I've tried putting the pgnus directory into GNUS= in the Makefile (like
> > this:  GNUS=/home/dmocek/files/emacs/elisp/pgnus-0.80.  I still get this
> > error.  All other files have been compiled successfully.  Any ideas?
> 
> Try `make GNUSDIR=/home/dmocek/files/emacs/elisp/pgnus-0.80/lisp'. The
> last "/lisp" is important. It must be a single path, not several paths
> `:':ed together. The makeinfo error can be ignored if you don't care
> about getting a Info-manual (there is a manual on the web pages).
> 
> Also, please note that neither pgnus nor nnimap works with Emacs 19,
> you need at least Emacs 20.3 or XEmacs 20.0.
>