Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 1996 08:31:08 -0500 (EST)
From:      Eric Chet <ec0@s1.GANet.NET>
To:        Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: XFree86 -port fails to build
Message-ID:  <Pine.SOL.3.91.960322082508.22276A-100000@s1>
In-Reply-To: <9603220426.AA27763@cabri.obs-besancon.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
>  > -------
>  > 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
>  =============================================================================
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.91.960322082508.22276A-100000>