Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 1999 23:46:12 +0300 (MSK)
From:      oZZ!!! <osa@etrust.ru>
To:        Marcello Mezzanotti <mezzanet@iname.com>
Cc:        ports@FreeBSD.ORG
Subject:   Re: wdm dont compile
Message-ID:  <Pine.BSF.4.05.9902182343170.2791-100000@ozz.etrust.ru>
In-Reply-To: <Pine.LNX.3.96.990218161150.7300C-100000@marte.bbsiga.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <<EOF
-#define DEF_AUTH_DIR "$DMDIR/authdir"
+#define DEF_AUTH_DIR "$DMDIR"
 EOF
 
 
 
---------e-n-d--c-u-t----------------------

patch-ad

---------c-u-t--h-e-r-e--------------------
--- src/TestLogin.c.orig	Thu Feb 18 23:39:31 1999
+++ src/TestLogin.c	Thu Feb 18 23:39:55 1999
@@ -67,7 +67,6 @@
 #include <stdlib.h>
 #include <strings.h>
 #include <signal.h>
-#include <malloc.h>
 
 
 #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




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