emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] GnuTLS support on Woe32


From: Juanma Barranquero
Subject: Re: [PATCH] GnuTLS support on Woe32
Date: Wed, 4 May 2011 05:25:07 +0200

2011/5/4 Ted Zlatanov <address@hidden>:

> Could you push it into the :dll property of that symbol (always a list)?
> Then just loop on all the names when logging later.

What I've done is to add a property :loaded-from to the library-id
(the symbol identifying the library). So in case the loading fails, I
just log that it failed, but not the filenames that were tried,
because they are exactly (cdr (assq 'gnutls dynamic-library-alist)).
If the loading is successfull, I log the filename too.

> You could just say GNUTLS_LOG2 (1, 1, "loading the GnuTLS DLL: ",
> filename) so it's unconditional (not the end of the world)

I've opted for the easiest option, so GNUTLS_LOG2 (1, 1, ...). Feel
free to change it once installed.

Attached is the third version of the patch.

    Juanma

Attachment: gnutls3.patch
Description: Binary data


reply via email to

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