[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RP] Compile error RP 1.4 beta 4
From: |
Edwin Overmeer |
Subject: |
[RP] Compile error RP 1.4 beta 4 |
Date: |
Wed, 28 Dec 2005 00:20:42 +0100 |
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
address@hidden:~/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
- [RP] Compile error RP 1.4 beta 4,
Edwin Overmeer <=