我正在尝试编译一个名为 ngrep 的程序,当我运行 configure 时,事情似乎进展顺利,但是当我运行 make 时,我得到:
ngrep.c: In function ‘process’:
ngrep.c:544: error: ‘struct udphdr’ has no member named ‘source’
ngrep.c:545: error: ‘struct udphdr’ has no member named ‘dest’
make: *** [ngrep.o] Error 1
这是什么意思,我该如何解决?没有早期的警告或错误提示问题的根源。