xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XBoard-devel] Desktop Effects (Compiz)


From: Arun Persaud
Subject: Re: [XBoard-devel] Desktop Effects (Compiz)
Date: Mon, 13 Jul 2009 21:56:37 -0700

Hi

> What works on my system:
>  removing -lXt
>  placing -lXt after the -lXaw3d or -lXaw library

both should be relatively easy to achieve. The first one is in git at the 
moment, for the second one change one line in Makefile.am to:

AM_LDFLAGS= -lm @XAW_LIBS@ -lXt

an rerun ./autogen.sh and ./configure...

I also don't know if -lXt is needed for any other operating system, since I 
think we always include on kind of Xaw libraries (either the 3d or the 2d 
ones), so it might not be needed... but perhaps it would be safer to include it 
again.

ARUN




reply via email to

[Prev in Thread] Current Thread [Next in Thread]