Domen Vrankar
2007-03-20 11:30:11 UTC
Hi,
I am building a program in Cygwin and I get the folowing errors
error: structure has no member named `ifr_ifindex'
error: `PF_PACKET' undeclared (first use in this function)
error: `ETH_P_ALL' undeclared (first use in this function)
error: `SIOCGIFINDEX' undeclared (first use in this function)
error: `AF_PACKET' undeclared (first use in this function)
I think that it has something to do with Linux ethernet settings.
Do I need a new package for this to work under Cygwin? Is this
supported in Cygwin?
r. Domen
I am building a program in Cygwin and I get the folowing errors
error: structure has no member named `ifr_ifindex'
error: `PF_PACKET' undeclared (first use in this function)
error: `ETH_P_ALL' undeclared (first use in this function)
error: `SIOCGIFINDEX' undeclared (first use in this function)
error: `AF_PACKET' undeclared (first use in this function)
I think that it has something to do with Linux ethernet settings.
Do I need a new package for this to work under Cygwin? Is this
supported in Cygwin?
r. Domen