al intentar compilar hostapd me sale esto:
wifislax hostapd # make
In file included from ../src/utils/includes.h:19:0,
from main.c:9:
/usr/include/stdlib.h:351:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:352:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:353:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:357:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:361:8: error: nombre de tipo ‘int32_t’ desconocido
In file included from ../src/utils/includes.h:19:0,
from config_file.c:9:
/usr/include/stdlib.h:351:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:352:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:353:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:357:5: error: nombre de tipo ‘int32_t’ desconocido
/usr/include/stdlib.h:361:8: error: nombre de tipo ‘int32_t’ desconocido
In file included from ../src/utils/includes.h:41:0,
from config_file.c:9:
/usr/include/netinet/in.h:227:5: error: expected specifier-qualifier-list before ‘__SOCKADDR_COMMON’
/usr/include/netinet/in.h:241:5: error: expected specifier-qualifier-list before ‘__SOCKADDR_COMMON’
/usr/include/netinet/in.h:293:29: error: el campo ‘gr_group’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:302:29: error: el campo ‘gsr_group’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:305:29: error: el campo ‘gsr_source’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:337:29: error: el campo ‘gf_group’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:345:29: error: el tipo matriz tiene tipo de elemento incompleto
In file included from ../src/utils/includes.h:41:0,
from main.c:9:
/usr/include/netinet/in.h:227:5: error: expected specifier-qualifier-list before ‘__SOCKADDR_COMMON’
/usr/include/netinet/in.h:241:5: error: expected specifier-qualifier-list before ‘__SOCKADDR_COMMON’
/usr/include/netinet/in.h:293:29: error: el campo ‘gr_group’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:302:29: error: el campo ‘gsr_group’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:305:29: error: el campo ‘gsr_source’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:337:29: error: el campo ‘gf_group’ tiene tipo de dato incompleto
/usr/include/netinet/in.h:345:29: error: el tipo matriz tiene tipo de elemento incompleto
In file included from main.c:22:0:
../src/ap/hostapd.h:114:2: error: nombre de tipo ‘time_t’ desconocido
main.c: En la función ‘hostapd_logger_cb’:
main.c:125:15: error: ‘LOG_DEBUG’ no se declaró aquí (primer uso en esta función)
main.c:125:15: nota: cada identificador sin declarar se reporta sólo una vez para cada función en el que aparece
main.c:128:15: error: ‘LOG_INFO’ no se declaró aquí (primer uso en esta función)
main.c:131:15: error: ‘LOG_NOTICE’ no se declaró aquí (primer uso en esta función)
main.c:134:15: error: ‘LOG_WARNING’ no se declaró aquí (primer uso en esta función)
main.c:140:3: aviso: declaración implícita de la función ‘syslog’ [-Wimplicit-function-declaration]
main.c: En la función ‘hostapd_global_init’:
main.c:385:2: aviso: declaración implícita de la función ‘openlog’ [-Wimplicit-function-declaration]
main.c:385:24: error: ‘LOG_DAEMON’ no se declaró aquí (primer uso en esta función)
main.c: En la función ‘hostapd_global_deinit’:
main.c:423:2: aviso: declaración implícita de la función ‘closelog’ [-Wimplicit-function-declaration]
make: *** [main.o] Error 1
make: *** Se espera a que terminen otras tareas....
make: *** [config_file.o] Error 1
que leches pasa??