You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the following error while learning execise-3, building libpcap:
$ make --debug
Reading makefiles...
Updating makefiles....
Updating goal targets....
File 'all' does not exist.
File 'libpcap.a' does not exist.
Prerequisite 'grammar.c' is newer than target 'grammar.h'.
Must remake target 'grammar.h'.
Successfully remade target file 'grammar.h'.
File 'bpf_filter.o' does not exist.
File 'bpf_filter.c' does not exist.
File 'bpf/net/bpf_filter.c' does not exist.
Must remake target 'bpf/net/bpf_filter.c'.
make: *** No rule to make target 'bpf/net/bpf_filter.c', needed by 'bpf_filter.c'. Stop.
Since I cloned this repository directly, I went to check the libpcap repository direclty. And I found bpf/net/bpf_filter.c in it, but this repository does not. So I think it may be this file was accidentally deleted.
The text was updated successfully, but these errors were encountered:
I encountered the following error while learning execise-3, building libpcap:
Since I cloned this repository directly, I went to check the libpcap repository direclty. And I found
bpf/net/bpf_filter.c
in it, but this repository does not. So I think it may be this file was accidentally deleted.The text was updated successfully, but these errors were encountered: