arpd.c: 在函数 ‘arpd_send’ 中:
arpd.c:268: 错误:expected ‘)’ before string constant
arpd.c: 在函数 ‘arpd_lookup’ 中:
arpd.c:285: 错误:expected ‘)’ before string constant
arpd.c:294: 错误:expected ‘)’ before string constant
arpd.c:297: 错误:expected ‘)’ before string constant
arpd.c: 在函数 ‘arpd_recv_cb’ 中:
arpd.c:426: 错误:expected ‘)’ before string constant
make: *** [arpd.o] 错误 1
改一下 arpd.c 內容,加上 :
#define __FUNCTION__ ""
还是编译不成功:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
configure.in:5: /usr/bin/m4: Warning: sub-expression 1 not present
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
make: *** [stamp-h.in] 错误