bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Development git: make failed in pop3.cc


From: Jean Louis
Subject: Re: [bug-mailutils] Development git: make failed in pop3.cc
Date: Wed, 4 Jan 2017 20:29:52 +0300

Thank you, sure I see what is experimental. I have just hoped that you
included some new utilities, which are useful.

I will skip the patch, and simply git pull from time to time.

Jean

On Wed, Jan 04, 2017 at 02:50:48PM +0200, Sergey Poznyakoff wrote:
> Hi Jean,
> 
> > ./configure --prefix=/package/mail/mailutils --enable-experimental
> 
> I'd suggest you not enabling experimental features.  They are, well ...
> experimental, and as such not guaranteed to work :)
> 
> That being said, the following simple patch should help:
> 
> diff --git a/libmu_cpp/pop3.cc b/libmu_cpp/pop3.cc
> index 25dee7c..49fe7dc 100644
> --- a/libmu_cpp/pop3.cc
> +++ b/libmu_cpp/pop3.cc
> @@ -205,7 +205,7 @@ Pop3 :: rset ()
>  }
> 
>  void
> -Pop3 :: stat (unsigned int* count, mu_off_t* octets)
> +Pop3 :: stat (size_t* count, mu_off_t* octets)
>  {
>    int status = mu_pop3_stat (pop3, count, octets);
>    if (status)
> 
> Regards,
> Sergey
> 



reply via email to

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