Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 10:59:16 -0500
From:      Robert Beer <r-beer@onu.edu>
To:        Hostmaster <peter@gcsl.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Qpopper3.0 - Problems.
Message-ID:  <l0310286fb2fb2365be94@[140.228.15.35]>
In-Reply-To: <36D56F0D.4FBEB20B@gcsl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 10:41 AM -0500 2/25/1999, Hostmaster wrote:
>Iam trying to install Qpopper 3.0b14 onto ver 2.2.7, but seem to be
>having problems I do the ./configure and to makes the file then I run
>make and it gives me this error.

>In file included from pop_dele.c:11:
>popper.h:157: conflicting types for `sys_errlist'
>/usr/include/stdio.h:245: previous declaration of `sys_errlist'

>Has anyone got any ideas ?

Here is what I did on 3.0b12:
*** /usr/local/src/qpopper3.0/popper/popper.h   Sat Jan 30 10:33:12 1999
--- /usr/local/src/qpopper3.0/popper/popper.h.orig      Fri Jan 29 11:21:32 1999
***************
*** 152,158 ****

  extern int              errno;

! #if !(defined(BSD))
  extern int              sys_nerr;
  extern char         *   sys_errlist[];
  #ifndef __linux__
--- 152,158 ----

  extern int              errno;

! #if !(defined(BSD) && (BSD >= 199306)) && !defined(__USE_BSD)
  extern int              sys_nerr;
  extern char         *   sys_errlist[];
  #ifndef __linux__


---
Bob Beer <r-beer@onu.edu>
Ohio Northern University, Academic Computer Services, Ada, OH  45810




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?l0310286fb2fb2365be94>