It worked under Fedora 13. I applied the attached patches to libxnee/src/xnee_utils.c "xdpyinfo | head -5" returns name of display: :0.0 version number: 11.0 vendor string: Fedora Project vendor release number: 10802000 maximum request size: 16777212 bytes
I also had link errors. I edited every Makefile and changed
LIBDL =
X11_LIBS = -lX11 -lXtst
to
LIBDL = -ldl
X11_LIBS = -lX11 -lXtst -lXi
I had to add a .xns extension to test-xi in the replay command.
./cnee/src/cnee --replay -f test-xi.xns
Regards,
William
xnee-3.06.96.pat
Description: Binary data
_______________________________________________ Bug-xnee mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-xnee
