You are not logged in.
Pages: 1
After install Google Chrome plus Keepass I want to install xdotool, but a newer version than the one available from Slitaz packages.
During the make of the xdotool-2.20101012.3049 I got the following error msg.
root@slitaz:/home/manuel/Downloads/xdotool-2.20101012.3049# make
cc -pipe -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -std=c99 -c xdotool.c
In file included from /usr/include/errno.h:36:0,
from xdotool.c:24:
/usr/include/bits/errno.h:25:26: fatal error: linux/errno.h: No such file or directory
compilation terminated.
make: *** [xdotool.o] Error 1
Any suggestion to solve the problem, will be apreciated.
Manuel
Offline
tazpkg recharge
Find/install the tazpkg with the file make can't find which is errno.h.
tazpkg search-pkgname /linux/errno.h
linux-module-headers
linux-api-headers
Offline
Thanks mojo.
Done.
I got the following msg during install.
"Running ldconfig to update library cache
ldconfig: /usr/lib/libtalloc.so.2 is not a symbolic link"
Not important, is it?
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]