http://bugs.winehq.org/show_bug.cgi?id=20714
Jase Whipp jason.whipp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jason.whipp@gmail.com
--- Comment #4 from Jase Whipp jason.whipp@gmail.com 2010-03-12 12:10:38 --- Just tested with 1.1.40, still happening.
ifenum.c: In function `getInterfacePhysicalByName': ifenum.c:322: error: structure has no member named `ifr_hwaddr' ifenum.c:367: error: structure has no member named `ifr_hwaddr' ifenum.c:367: error: structure has no member named `ifr_hwaddr' ifenum.c:376: error: structure has no member named `ifr_hwaddr' make[1]: *** [ifenum.o] Error 1 make[1]: Leaving directory `/home/jwhipp/wine-1.1.40/dlls/iphlpapi' make: *** [dlls/iphlpapi] Error 2
Applied the patch described in comment #2 which fixed the problem.