xscreensaver-gnome 4.15 crashed..

Jeremy Messenger mezz7 at cox.net
Fri Mar 5 11:27:06 PST 2004


On Fri, 05 Mar 2004 14:12:42 -0500, Joe Marcus Clarke 
<marcus at marcuscom.com> wrote:

> On Fri, 2004-03-05 at 13:41, Jeremy Messenger wrote:
>> On Fri, 05 Mar 2004 13:35:21 -0500, Joe Marcus Clarke
>> <marcus at marcuscom.com> wrote:
>>
>> <snip>
>> >> Strange, I don't see anything wrong with ldd. It's weird that the
>> >> screensaver, itself does work fine but I just can't run that
>> >> xscreensaver-demo.
>> >
>> > This could be an issue with the nVidia drivers.  I'm using ATI cards 
>> in
>> > all my machines.
>>
>> Possible, all other OpenGL apps and games work fine. At least, can you
>> tell me what's another way to disable the screensaver instead go to CLI 
>> to
>> kill it by manual? I just need to get in xscreensaver-demo to disable 
>> the
>> screensaver. :-)
>
> xscreensaver-command -exit
>
> You may also try adding ${PTHREAD_LIBS} to xscreensaver-gnome's
> CONFIGURE_ENV, and see if that fixes things.

Yep, that did it! Thanks! Here's an attach of it.

Cheers,
Mezz

> Joe
>
>>
>> Cheers,
>> Mezz
>>
>> > Joe


-- 
bsdforums.org 's moderator, mezz.
-------------- next part --------------
diff -ur xscreensaver-gnome.orig/Makefile xscreensaver-gnome/Makefile
--- xscreensaver-gnome.orig/Makefile	Wed Mar  3 17:05:21 2004
+++ xscreensaver-gnome/Makefile	Fri Mar  5 13:17:13 2004
@@ -30,8 +30,8 @@
 		--with-configdir=${PREFIX}/share/xscreensaver/config \
 		--with-jpeg=${LOCALBASE} --without-motif \
 		--without-kerberos
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
 OPTIONS=	PAM "Pluggable Authentication Module support" off \
 		ALL_FORTUNES "Enable support for all fortunes" off


More information about the freebsd-gnome mailing list