pan-devel
[Top][All Lists]
Advanced

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

Re: [Pan-devel] Cannot compile without GNU_TLS


From: Duncan
Subject: Re: [Pan-devel] Cannot compile without GNU_TLS
Date: Tue, 5 Jun 2012 21:10:18 +0000 (UTC)
User-agent: Pan/0.138 (Der Gerat; GIT 1969d17 /usr/src/portage/src/egit-src/pan2)

Martijn Lievaart posted on Mon, 04 Jun 2012 23:35:05 +0200 as excerpted:

> I needed to change:
> 
> diff --git a/pan/gui/gui.h b/pan/gui/gui.h index bde4822..b9d7ff5 100644
> --- a/pan/gui/gui.h +++ b/pan/gui/gui.h @@ -77,7 +77,11 @@ namespace pan
>           std::string cert_name;
>           int nr;
>           GUI* gui;
> -        void deinit_cert() { gnutls_x509_crt_deinit(cert); }
> +        void deinit_cert() {
> +#ifdef HAVE_GNUTLS +          gnutls_x509_crt_deinit(cert);
> +#endif +        }
>         };
> 
>       public: // ActionManager
> 
> to compile.

That was fixed in this morning's pull, so you should be fine, now.


OT note:  I think the non-ascii char in header bug was affecting this 
list too, with pan thru gmane, only unlike the btrfs list, this one 
didn't bounce the message, so all I saw was posts I made getting silently 
dropped.  I had several dropped for SOME reason or other!

But I manually patched the problem char out, locally, so this post should 
make it.  If it does, we have more evidence of the issue.  If it doesn't 
you won't see this, but it's apparently a different issue.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman




reply via email to

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