From owner-freebsd-ports Thu Feb 18 12:49:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ozz.etrust.ru (ozz.etrust.ru [195.2.84.116]) by hub.freebsd.org (Postfix) with ESMTP id 14879116C1 for ; Thu, 18 Feb 1999 12:49:02 -0800 (PST) (envelope-from osa@etrust.ru) Received: from localhost (localhost [127.0.0.1]) by ozz.etrust.ru (8.9.3/8.9.1) with ESMTP id XAA21239; Thu, 18 Feb 1999 23:46:13 +0300 (MSK) (envelope-from osa@etrust.ru) Date: Thu, 18 Feb 1999 23:46:12 +0300 (MSK) From: oZZ!!! To: Marcello Mezzanotti Cc: ports@FreeBSD.ORG Subject: Re: wdm dont compile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Feb 1999, Marcello Mezzanotti wrote: > when i type make this happens > i have windowmaker 0.51 and proplist instaled via ports > and i have all ports updated via cvsup, and i cvsuped everithing 1 minute > before > > checking for gzread in -lz... no > checking for jpeg_destroy_compress in -ljpeg... no > checking for EGifOpenFileName in -lungif... no > checking for DGifOpenFileName in -lgif... no > checking for TIFFGetVersion in -ltiff... no > checking for TIFFGetVersion in -ltiff34... no > checking for WINGs... using standard versions > checking for RCreateImage in -lwraster... no > checking for RCreateImage in -lwraster... (cached) no > configure: error: WINGs and wraster libs required and not found > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > su-2.02# > Try to use following patches... file patch-aa ----------c-u-t--h-e-r-e-------------------------- --- configure.orig Sun Sep 13 19:41:26 1998 +++ configure Thu Feb 18 23:34:38 1999 @@ -2784,7 +2784,7 @@ XLFLAGS="$X_LIBS" -XLIBS="$X_EXTRA_LIBS -lXext -lXt -lX11 -lm" +XLIBS="$X_PRE_LIBS $X_EXTRA_LIBS -lXext -lXt -lX11 -lm" XDM_EXTRA_LIBS="-lXmu -lXau -lXdmcp" @@ -3273,7 +3273,7 @@ -WINGsOK=no +WINGsOK=yes WINGsDEBUG=no echo $ac_n "checking for WINGs""... $ac_c" 1>&6 echo "configure:3280: checking for WINGs" >&5 @@ -3587,7 +3587,7 @@ EOF cat >> confdefs.h < #include #include -#include #define forever 1 --------e-n-d--c-u-t------------------------- Rgdz, Sergey A. Osokin osa@freebsd.org.ru http://www.freebsd.org.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message