bug-gsrc
[Top][All Lists]
Advanced

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

Re: [bug-gsrc] Xnee fails on GNU Source Release (missing deps)


From: Brian Gough
Subject: Re: [bug-gsrc] Xnee fails on GNU Source Release (missing deps)
Date: Thu, 21 Oct 2010 15:49:08 +0100
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO)

At Thu, 21 Oct 2010 08:57:47 +0200,
Henrik Sandklef wrote:
> 
> The development packages for the following extensions are needed:
>    RECORD
>    XTest
>    ... on Debian do: apt-get install libxtst-dev
> 
> 
> Furthermore, Xnee has two guis that depends on various gtk libraries. 
> However, building of these can be disabled. Can I provide some arguments 
> to the configure script?

Hi Henrik

Yes, in gnu/xnee/Makefile add a line

  CONFIGURE_OPTS = ... whatever options you need

before 

  include ../../gar.lib/auto.mk

you can get it from

  bzr checkout http://bzr.savannah.gnu.org/r/gsrc/trunk/ gsrc

You can send a patch or I can add you to the savannah group to commit
it (this would be easier).

I'm building on the compile farm machine gcc10.  I notice that it
*does* have XTestFakeMotionEvent in libXtst although configure does
not find it.  Maybe a path problem?

$ strings /usr/lib64/libXtst.so.6 | grep Fake
XTestFakeRelativeMotionEvent
XTestFakeMotionEvent
XTestFakeButtonEvent
XTestFakeKeyEvent
XTestFakeDeviceMotionEvent
XTestFakeProximityEvent
XTestFakeDeviceButtonEvent
XTestFakeDeviceKeyEvent



-- 
Brian Gough




reply via email to

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