Date: Tue, 23 Mar 2004 14:14:00 -0600 From: Jeremy Messenger <mezz7@cox.net> To: Simon Barner <barner@in.tum.de> Cc: FreeBSD GNOME Users <gnome@freebsd.org> Subject: Re: xscreensaver-gnome & threads Message-ID: <opr5bztmfp8ckrg5@smtp.central.cox.net> In-Reply-To: <20040323150135.GA805@zi025.glhnet.mhn.de> References: <20040323150135.GA805@zi025.glhnet.mhn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
------------0cRg1I0jJhS4I46SRTSacN Content-Type: text/plain; format=flowed; charset=iso-8859-1 Content-Transfer-Encoding: 8bit As what Stephen Hilton has said, I have the same problem and I have to apply this patch at the everytime when it needs to rebuild or upgrade xscreensaver-gnome. Are all of you using the Nvidia driver? Cheers, Mezz On Tue, 23 Mar 2004 16:01:35 +0100, Simon Barner <barner@in.tum.de> wrote: > Hi, > > xscreensaver-gnome did not work on my 5.2.1-p1 system (it mumbled > something like "Could not write ${HOME}/.xscreensaver: Bad file > descriptor)". > > I recompiled it with thread support, and it works like a charm now. > > Simon -- bsdforums.org 's moderator, mezz. ------------0cRg1I0jJhS4I46SRTSacN Content-Disposition: attachment; filename=xscreensaver-gnome.diff Content-Type: text/plain; name=xscreensaver-gnome.diff Content-Transfer-Encoding: 8bit diff -ur xscreensaver-gnome.orig/Makefile xscreensaver-gnome/Makefile --- xscreensaver-gnome.orig/Makefile Tue Mar 2 14:10:15 2004 +++ xscreensaver-gnome/Makefile Tue Mar 23 13:21:13 2004 @@ -31,7 +31,7 @@ --with-jpeg=${LOCALBASE} --without-motif \ --without-kerberos CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" OPTIONS= PAM "Pluggable Authentication Module support" off \ ALL_FORTUNES "Enable support for all fortunes" off ------------0cRg1I0jJhS4I46SRTSacN--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr5bztmfp8ckrg5>