From xemacs-m  Tue Jun 10 18:59:36 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id SAA04987
	for <xemacs-beta@xemacs.org>; Tue, 10 Jun 1997 18:59:36 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id RAA16623; Tue, 10 Jun 1997 17:19:05 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id QAA21418; Tue, 10 Jun 1997 16:58:05 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA20332; Tue, 10 Jun 1997 16:58:01 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA15371; Tue, 10 Jun 1997 16:57:59 -0700
Date: Tue, 10 Jun 1997 16:57:59 -0700
Message-Id: <199706102357.QAA15371@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Andreas Kaempf <akaempf@bbnplanet.com>
Cc: xemacs-beta@xemacs.org
Subject: compiling XEmacs-20.3b5 with pop broken
In-Reply-To: <7441-Tue10Jun1997083155-0400-akaempf@bbnplanet.com>
References: <7441-Tue10Jun1997083155-0400-akaempf@bbnplanet.com>
X-Mailer: VM 6.32 under 20.3 XEmacs Lucid (beta4)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "AK" == Andreas Kaempf <akaempf@bbnplanet.com> writes:

AK> while compiling XEmacs-20.3b5 with the "--with-pop" option on linux
AK> 2.0.30 i get the following error:

AK> /usr/home/akaempf/srcs/xemacs-20.3-b5/lib-src/pop.c:54: pop.h: No such file or directory

Try this patch (we will probably find a few more <> != "" bugs):

--- lib-src/pop.c.old
+++ lib-src/pop.c
@@ -51,7 +51,7 @@
 #define SEND(s,buf,len,flags) write(s,buf,len)
 #define CLOSESOCKET(s) close(s)
 #endif
-#include <pop.h>
+#include "pop.h"
 
 #ifdef sun
 #include <malloc.h>



