I can't compile ratpoison 1.4 beta4 on my Ubuntu 5.10 system. After running ./configure the make command gives the following error:
gcc-3.4 -g -O2 -L/usr/X11R6/lib -o ratpoison actions.o bar.o completions.o communications.o editor.o events.o frame.o getopt.o getopt1.o globals.o group.o history.o hook.o input.o linkedlist.o main.o manage.o number.o sbuf.o screen.o split.o window.o xinerama.o -lXinerama -lXext -lX11 -lhistory actions.o: In function `cmd_ratclick': /home/biker/tmp/ratpoison-1.4.0-beta4/src/actions.c:2965: undefined reference to `XTestFakeButtonEvent' /home/biker/tmp/ratpoison-1.4.0-beta4/src/actions.c:2966: undefined reference to `XTestFakeButtonEvent' actions.o: In function `cmd_rathold': /home/biker/tmp/ratpoison-1.4.0-beta4/src/actions.c:2985: undefined reference to `XTestFakeButtonEvent' collect2: ld returned 1 exit status make[2]: *** [ratpoison] Error 1 make[2]: Leaving directory `/home/biker/tmp/ratpoison-1.4.0-beta4/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/biker/tmp/ratpoison-1.4.0-beta4/src' make: *** [all-recursive] Error 1 [EMAIL PROTECTED]:~/tmp/ratpoison-1.4.0-beta4$ make > test actions.o: In function `cmd_ratclick': /home/biker/tmp/ratpoison-1.4.0-beta4/src/actions.c:2965: undefined reference to `XTestFakeButtonEvent' /home/biker/tmp/ratpoison-1.4.0-beta4/src/actions.c:2966: undefined reference to `XTestFakeButtonEvent' actions.o: In function `cmd_rathold': /home/biker/tmp/ratpoison-1.4.0-beta4/src/actions.c:2985: undefined reference to `XTestFakeButtonEvent' collect2: ld returned 1 exit status make[2]: *** [ratpoison] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 _______________________________________________ Ratpoison-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/ratpoison-devel
