Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: Paul Foley <mycroft@actrix.gen.nz>
Subject: Re: errors during compilation of fresh oort.
Date: Mon, 14 Apr 2003 15:45:24 +0200	[thread overview]
Message-ID: <ilubrz942h7.fsf@latte.josefsson.org> (raw)
In-Reply-To: <hhk7dyrzur.fsf@blah.pl> (Maciej Matysiak's message of "Sun, 13 Apr 2003 20:55:56 +0200")

Maciej Matysiak <phoner.ding@blah.pl> writes:

> On the 12th of April 2003 at 21:57, Lars Magne Ingebrigtsen <larsi#gnus.org> wrote:
>
>>> i've just updated my oort. i get these errors during compilation:
>>> [...]
>>>     replace-dehighlight, replace-highlight
>> Etc.  I've tried compiling with XEmacs 21.2, but I get none of these
>> warnings...
>
> yupp, some of the warnings are gone, but i still can see:
>
> Compiling /home/phoner/Elisp/current-gnus/lisp/hashcash.el...
> While compiling the end of the data in file /home/phoner/Elisp/current-gnus/lisp/hashcash.el:
>   ** The following functions are not known to be defined:
>     hashcash-point-at-bol, hashcash-point-at-eol
> Wrote /home/phoner/Elisp/current-gnus/lisp/hashcash.elc
>
> Compiling /home/phoner/Elisp/current-gnus/lisp/ssl.el...
> While compiling open-ssl-stream in file /home/phoner/Elisp/current-gnus/lisp/ssl.el:
>   ** function open-ssl-stream used to take 0+ arguments, now takes 4
> Wrote /home/phoner/Elisp/current-gnus/lisp/ssl.elc
>
> (cvs updated few minutes ago).

Neither hashcash.el nor ssl.el is part of Gnus, so the bug report
should probably go to the respective maintainer.  For hashcash.el,
maybe the following fixes the warning, I've CC'd Paul on this message.

Index: hashcash.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/contrib/hashcash.el,v
retrieving revision 1.10
diff -u -p -u -w -r1.10 hashcash.el
--- hashcash.el	11 Mar 2003 21:20:06 -0000	1.10
+++ hashcash.el	14 Apr 2003 13:44:13 -0000
@@ -60,6 +60,7 @@ is used instead.")
 
 (require 'mail-utils)
 
+(eval-and-compile
 (defalias 'hashcash-point-at-bol
     (if (fboundp 'point-at-bol)
 	'point-at-bol
@@ -68,7 +69,7 @@ is used instead.")
 (defalias 'hashcash-point-at-eol
     (if (fboundp 'point-at-eol)
 	'point-at-eol
-	'line-end-position))
+      'line-end-position)))
 
 (defun hashcash-strip-quoted-names (addr)
   (setq addr (mail-strip-quoted-names addr))




      parent reply	other threads:[~2003-04-14 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <hhadfandnm.fsf@blah.pl>
2003-04-12 19:57 ` Lars Magne Ingebrigtsen
     [not found]   ` <hhk7dyrzur.fsf@blah.pl>
2003-04-14 13:45     ` Simon Josefsson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ilubrz942h7.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --cc=mycroft@actrix.gen.nz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).