From owner-freebsd-ports Fri Mar 22 05:32:50 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA05761 for ports-outgoing; Fri, 22 Mar 1996 05:32:50 -0800 (PST) Received: from s1.GANet.NET (s1.GANet.NET [199.18.201.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA05755 for ; Fri, 22 Mar 1996 05:32:48 -0800 (PST) Received: (from ec0@localhost) by s1.GANet.NET (8.6.11/8.6.11) id IAA22454; Fri, 22 Mar 1996 08:31:09 -0500 Date: Fri, 22 Mar 1996 08:31:08 -0500 (EST) From: Eric Chet To: Jean-Marc Zucconi cc: freebsd-ports@freebsd.org Subject: Re: XFree86 -port fails to build In-Reply-To: <9603220426.AA27763@cabri.obs-besancon.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > ------- > > extern __const char *__const sys_errlist[]; > > This is correct > > > imake.c:515 > > ----------- > > void > > LogFatal(x0,x1) > > char *x0, *x1; > > { > > #ifndef WIN32 > > extern char *sys_errlist[]; > > #endif > > You have a wrong version of the X11 sources: > 524 void > 525 LogFatal(x0,x1) > 526 char *x0, *x1; > 527 { > 528 #if !defined(WIN32) && !defined(USE_STRERROR) > 529 extern char *sys_errlist[]; > 530 #endif > Hello Jean-Marc That is really interesting, because when I typed make the system fetched them for me. I will clean out the distfiles and try again. The md5 checksum did not fail ... Hummm B > Are you sure to have the latest version of the port? Check the > makefile: the rcs id should be > # $Id: Makefile,v 1.17 1996/02/15 00:53:15 jmz Exp $ My ports are totally up to date. I will give it another try and let you know what happens. > > Jean-Marc > _____________________________________________________________________________ > Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex > PGP Key: finger jmz@cabri.obs-besancon.fr > ============================================================================= >