gnutls-cli on windows native

Adrian Aichner adrian at xemacs.org
Sat Feb 7 15:08:54 EST 2009


"Robert Pluim" <rpluim at gmail.com> writes:

> Hi,
>
> I'm trying to get smtpmail and starttls to work in windows native 21.4.19, the
> problem I'm having is that starttls-negotiate-gnutls is trying to send SIGALRM
> to the gnutls-cli subprocess, and of course this is windows, so we only
> support (from process-nt.c):
>
> static void
> validate_signal_number (int signo)
> {
>   if (signo != SIGKILL && signo != SIGTERM
>       && signo != SIGQUIT && signo != SIGINT
>       && signo != SIGHUP)
>     invalid_argument ("Signal number not supported", make_int (signo));
> }
>
> Is running XEmacs-cygwin my only recourse [1]?

Hi Robert!

Looks like you never got a followup on this topic.

I am also trying to send mail via smtp.google.com and stumbled into
this problem as well.

Did you find a solution/workaround for this?

All: Does anyone have a solution to use native windows xp xemacs 21.5
with gnus for sending mail via smtp.google.com?

Adrian
 
>
> Robert

-- 
Adrian Aichner
 mailto:adrian at xemacs.org
 http://www.xemacs.org/



More information about the XEmacs-Beta mailing list