
DanielNP
(usa Debian)
Enviado em 13/02/2006 - 17:44h
estou tentando compilar a bilbioteca readline 5.1 no kurumin 5.1 e apresenta a seguinte mensagem de Erro:
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -g -O readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -g -O vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -g -O funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -g -O keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -g -O parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -g -O search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -g -O rltty.c
In file included from /usr/include/signal.h:333,
from rltty.c:30:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: Arquivo ou diretório não encontrado
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from rltty.c:31:
/usr/include/linux/errno.h:4:23: asm/errno.h: Arquivo ou diretório não encontrado
rltty.c: In function `_get_tty_settings':
rltty.c:496: error: `EINTR' undeclared (first use in this function)
rltty.c:496: error: (Each undeclared identifier is reported only once
rltty.c:496: error: for each function it appears in.)
rltty.c: In function `_set_tty_settings':
rltty.c:542: error: `EINTR' undeclared (first use in this function)
rltty.c: In function `rl_prep_terminal':
rltty.c:674: error: `ENOTTY' undeclared (first use in this function)
rltty.c:674: error: `EOPNOTSUPP' undeclared (first use in this function)
make: ** [rltty.o] Erro 1
já tentei de tudo , alguem poderia me ajudar ?