bug-mailutils
[Top][All Lists]
Advanced

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

RE: [bug-mailutils] Error still persists after more than a year.


From: Alain Magloire
Subject: RE: [bug-mailutils] Error still persists after more than a year.
Date: Fri, 14 Oct 2005 11:20:46 -0400


> 
> 
> This make error which was described on [Thu, 04 Mar 2004 07:05:13 +0200]
> still occurs.  Can't someone find an appropriate and permenant fix for
> this.
> 
> I have essentially the same set up as mentioned, but some newer required
> tools.  The problem is the same.
> 
> pop3_apop.c:98: error: `ECANCELED' undeclared (first use in this function)
> 
> Ref: http://lists.gnu.org/archive/html/bug-mailutils/2004-03/msg00000.html
> 
> Someone on the list wrote:
> "ECANCELED is not declared in errno.h. I'd like to see the entire
> contents of this header, this could help me find the proper replacement
> for the macro."
> 
> Was this ever done?
> 

I believe ECANCELED is an error number define by POSIX and accepted on
almost all systems.  The only problematic platform I remember was Cygwin,
maybe the configure script should try and reset that number to something
else

#define ECANCELED EINTR
#define ECANCELED EACESS
#define ECANCELED 100000






reply via email to

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