|
./configure通过
make出错,信息如下,求各位帮忙,谢谢
gcc -g -O2 -Wall -Wstrict-prototypes '-DPPPOE_PATH="/usr/sbin/pppoe"' '-DPPPD_PATH="/usr/sbin/pppd"' '-DPLUGIN_PATH="/etc/ppp/plugins/rp-pppoe.so"' '-DPPPOE_SERVER_OPTIONS="/etc/ppp/pppoe-server-options"' -Ilibevent '-DVERSION="3.10"' -c -o pppoe.o pppoe.c
In file included from pppoe.h:56,
from pppoe.c:19:
/usr/include/linux/if.h:177: 错误:字段‘ifru_map’的类型不完全
make: *** [pppoe.o] 错误 1 |
|