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.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.When I run./cnee --record --mouse --keyboard 
--data-to-record 10I 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.
William
                                          
--- xnee-cvs-tarball-20110122/libxnee/src/Makefile-     2011-01-22 
13:01:57.924062454 +0100
+++ xnee-cvs-tarball-20110122/libxnee/src/Makefile      2011-01-22 
13:04:15.692808810 +0100
@@ -682,11 +682,11 @@
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
 
-dnl libxnee_la_SOURCES = $(LIB_XNEE_SOURCE_FILES)
+libxnee_la_SOURCES = $(LIB_XNEE_SOURCE_FILES)
 
-dnl noinst_LIBRARIES = libxnee.a 
+noinst_LIBRARIES = libxnee.a 
 
-dnl noinst_LTLIBRARIES = $(WANTED_LIBXNEE)
+noinst_LTLIBRARIES = $(WANTED_LIBXNEE)
 
 install-exec-local:
        echo " ... not installing libs"
--- xnee-cvs-tarball-20110122/libxnee/src/xnee_xinput.c-        2010-10-26 
23:36:44.000000000 +0200
+++ xnee-cvs-tarball-20110122/libxnee/src/xnee_xinput.c 2011-01-22 
13:23:23.004242414 +0100
@@ -324,7 +324,8 @@
 int 
 xnee_handle_xinput_event_human(xnee_data * xd, 
                               int event_type, 
-                              XRecordDatum *xrec_data)
+                              XRecordDatum *xrec_data,
+                              Time server_time)
 {
   static saved_xinput_event sxe;
   FILE *out ;
--- xnee-cvs-tarball-20110122/pnee/src/Makefile.in-     2011-01-22 
13:01:48.001990786 +0100
+++ xnee-cvs-tarball-20110122/pnee/src/Makefile.in      2011-01-22 
13:26:30.838989430 +0100
@@ -241,7 +241,7 @@
        callbacks.c callbacks.h \
        pnee_impl.c pnee_impl.h pnee_types.h 
 
-pnee_LDADD = -L../../ -L../../libxnee/src $(INTLLIBS) $(PANEL_LD_FLAGS) -lxnee 
-lXtst $(LIBSEMA)   $(libgnomeui_LIBS) $(gtk_LIBS)  
+pnee_LDADD = -L../../ -L../../libxnee/src $(INTLLIBS) $(PANEL_LD_FLAGS) -lxnee 
-lXtst $(LIBSEMA)   $(libgnomeui_LIBS) $(gtk_LIBS)  $(X11_LIBS) $(LIBDL)
 @BUILD_STATIC_FALSE@STATIC_FLAGS = 
 @BUILD_STATIC_TRUE@STATIC_FLAGS = -static
 pnee_LDFLAGS = $(STATIC_FLAGS)
_______________________________________________
Bug-xnee mailing list
Bug-xnee@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-xnee

Reply via email to