Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 1999 20:11:17 -0800
From:      me <onemo@jps.net>
To:        "oZZ!!!" <osa@etrust.ru>
Cc:        Marcello Mezzanotti <mezzanet@iname.com>, ports@FreeBSD.ORG
Subject:   Re: wdm dont compile
Message-ID:  <36CCE465.6C35515C@jps.net>
References:  <Pine.BSF.4.05.9902182343170.2791-100000@ozz.etrust.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
"oZZ!!!" wrote:

> 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-------------------------
>

Gave it a shot and it still doesn't find the wraster libs. I submitted a PR on
this a few weeks ago, which was just closed with a simple patch to the
.../wdm/Makefile. I Don't understand autoconf well enough to figure out why it
can't find the lib, it's in /usr/X11R6/lib.

Any other suggestions? I'd really like to try this app out.

MO!



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?36CCE465.6C35515C>