|
|
发表于 2006-5-5 17:12:40
|
显示全部楼层
我在OpenBSD3.9中测试
在make时有如下错误提示:
In file included from eap.c:19:
/usr/include/netinet/in.h:136: error: syntax error before "in_addr_t"
/usr/include/netinet/in.h:213: error: syntax error before "u_int8_t"
/usr/include/netinet/in.h:217: error: syntax error before "int8_t"
/usr/include/netinet/in.h:232: error: syntax error before "int8_t"
In file included from /usr/include/netinet/in.h:553,
from eap.c:19:
/usr/include/netinet6/in6.h:118: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:140: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:145: error: syntax error before "u_int32_t"
/usr/include/netinet6/in6.h:663: error: syntax error before "struct"
/usr/include/netinet6/in6.h:667: error: syntax error before '*' token
/usr/include/netinet6/in6.h:669: error: syntax error before '*' token
/usr/include/netinet6/in6.h:670: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:671: error: syntax error before "u_int8_t"
/usr/include/netinet6/in6.h:673: error: syntax error before "inet6_rthdr_space"
In file included from eap.c:19:
/usr/include/netinet/in.h:561: error: syntax error before "int"
eap.c: In function `get_rg_ssid':
eap.c:571: warning: implicit declaration of function `Alog'
*** Error code 1
Stop in /tmp/xsupplicant-1.2.1/src.
*** Error code 1
Stop in /tmp/xsupplicant-1.2.1 (line 229 of Makefile).
请指教 |
|