Subject: Re: pkg/12452: "kdeutils2" package can't be built
To: Mario Kemper <magick@bundy.lip.owl.de>
From: gabriel rosenkoetter <gr@eclipsed.net>
List: netbsd-bugs
Date: 03/22/2001 15:38:54
On Thu, Mar 22, 2001 at 07:24:14PM +0100, Mario Kemper wrote:
> There is a prototype for the class member with:
> DiskEntry::sysCallError(class DiskEntry *, int errno);
> 
> Just as a hint.  For some reason the compiler interprets errno as a function prototype.
> 
> I fixed it by renaming errno to errn.

Perhaps this file is both trying to #include <errno.h> and have
local variables named errno?

Bad KDE.

       ~ g r @ eclipsed.net