bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#8825: 24.0.50; Problem with builtin gnutls on Windows


From: Juanma Barranquero
Subject: bug#8825: 24.0.50; Problem with builtin gnutls on Windows
Date: Thu, 9 Jun 2011 01:39:57 +0200

> I tried the simple test specified in `gnutls.el':
>
> (require 'gnutls)
> (open-gnutls-stream "tls" "tls-buffer" "imap.aim.com" "imaps")
>
> Debugger entered--Lisp error: (void-function gnutls-boot)
>  gnutls-boot(#<process tls> gnutls-x509pki (:priority "NORMAL" :hostname 
> "imap.aim.com" :loglevel 0 :trustfiles nil :crlfiles nil :keylist nil 
> :verify-flags nil :verify-error nil :verify-hostname-error nil :callbacks 
> nil))
[...etc...]

That's weird. I have a build from the trunk, and evaling the lines
above gets me a message

gnutls.c: [1] (Emacs) GnuTLS library loaded: libgnutls-26.dll

and a tls-buffer buffer with

* OK IMAP4 ready

In your case, does (require 'gnutls) generate the "library loaded" message?

    Juanma





reply via email to

[Prev in Thread] Current Thread [Next in Thread]