Date: Tue, 23 Mar 2004 19:58:30 -0500 From: Brian Gruber <lists@bgruber.isa-geek.com> To: Jeremy Messenger <mezz7@cox.net> Cc: FreeBSD GNOME Users <gnome@freebsd.org> Subject: Re: xscreensaver-gnome & threads Message-ID: <20040324005830.GA2728@bgruber.isa-geek.com> In-Reply-To: <opr5bztmfp8ckrg5@smtp.central.cox.net> References: <20040323150135.GA805@zi025.glhnet.mhn.de> <opr5bztmfp8ckrg5@smtp.central.cox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 23, 2004 at 02:14:00PM -0600, Jeremy Messenger wrote: > 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? I had the exact same issue (and the same fix worked) when I upgraded to gnome 2.5, but i'm not using an nvidia card of any kind. it's an ati, radeon 7000 i think. i do have dri enabled. i didn't try turning off dri. brian > > 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. > 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 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040324005830.GA2728>