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