Open DanielKirshner opened 1 year ago
Makefile cannot compile with g++ on mac os because the binaries we are including in
packet_sniffer.h
are different between linux with gnu compilers and mac os with darwin g++ compilers.
For now I just use ubuntu dockers on my macbook to test the packet sniffer, works great.
Makefile cannot compile with g++ on mac os because the binaries we are including in
packet_sniffer.h
are different between linux with gnu compilers and mac os with darwin g++ compilers.