Date: Sat, 20 Feb 1999 11:21:47 +0000 From: Tim Preece <tim@scratch.demon.co.uk> To: ports@freebsd.org Subject: Re: wdm dont compile Message-ID: <19990220112147.A48311@franklin.matlink>
next in thread | raw e-mail | index | archive | help
Possible that the problem is not wholly withe wdm, I had the same problem, so I got the later Windowmaker package and installed that, then when I tried wdm again it found the librarys, but still a problem. It seems that the function names in the WINGs.h file may have changed or something similar, will try it with these new patches though. Good Luck Tim On Fri, 19 Feb 1999 04:11:17 me wrote: > "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 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?19990220112147.A48311>