when i begin to install groovenet simulator and begin to build the program by
using make, appears the following errors:
WAVEapi.cpp:31:22: error: pcap-int.h: No such file or directory
"although i have pcap-int.h
WAVEapi.cpp:427: error: 'pcap_sendpacket' was not declared in this scope
WAVEapi.cpp:575: error: 'pcap_next_ex' was not declared in this scope
WAVEapi.cpp:1022: error: invalid conversion from 'const char*' to 'char*'
WAVEapi.cpp:1022: error: initializing argument 1 of 'pcap_t*
pcap_open_live(char*, int, int, int, char*)'
make: *** [WAVEapi.o] Error 1
how can i solve this problem