bug-xnee
[Top][All Lists]
Advanced

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

[Bug-xnee] Re: [Xnee-devel] cnee fail to record , need help


From: Henrik Sandklef
Subject: [Bug-xnee] Re: [Xnee-devel] cnee fail to record , need help
Date: Sun, 23 Jan 2011 00:21:26 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 01/22/2011 01:43 PM, William Bader wrote:
Hi,
I built xnee-cvs-tarball-20110122 on Fedora 14.
I have attached patches that I made to get it to compile and link.
libxnee/src/Makefile ended up with some "dnl" lines.

The changes you make in the Makefile (for me in Makefile.am):

-dnl noinst_LIBRARIES = libxnee.a
+noinst_LIBRARIES = libxnee.a

-dnl noinst_LTLIBRARIES = $(WANTED_LIBXNEE)
+noinst_LTLIBRARIES = $(WANTED_LIBXNEE)

Given the history of this problem I know finally understand they are needed to build on Fedroa.

They cause compilation on my Debian and Ubuntu to fail ...



libxnee/src/xnee_xinput.c was missing a server_time parameter in

:(

xnee_handle_xinput_event_human().
pnee/src/Makefile.in did not add the X11 library to the link line for pnee.

It does here.... How does the variable pnee_LDADD look in your Makefile.in?

Mine looks like:

pnee_LDADD = -L../../ -L../../libxnee/src $(INTLLIBS) $(PANEL_LD_FLAGS) -lxnee -lXtst $(LIBSEMA) $(libgnomeui_LIBS) $(gtk_L\
IBS)  $(X11_LIBS) $(LIBDL)


When I run
./cnee --record --mouse --keyboard --data-to-record 10
I get text that ends with

delivered-event-range 0-0
device-event-range 78-83
error-range 0-0
Workaround: Creating context on data display instead of control
You can ignore this message

and it does not capture mouse or keyboard events.

arrrggggg



I really must setup some virtual machines ....



reply via email to

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