http://bugs.winehq.org/show_bug.cgi?id=4743
Summary: Compile fails because of errors on dlls/iphlpapi/ipstat.c Product: Wine Version: 0.9.9. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: kuitang@gmail.com
When compiling on Slackware 10.2 with GCC 3.4.5 I get the following warning complaining of undeclared identifiers RTF_UP and RTF_GATEWAY in file ipstat.c. ./configure && make depend && make were executed from the top level of the source tree.
Below is output from the compiler:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o ipstats.o ipstats.c ipstats.c: In function `getRouteTable': ipstats.c:620: error: `RTF_UP' undeclared (first use in this function) ipstats.c:620: error: (Each undeclared identifier is reported only once ipstats.c:620: error: for each function it appears in.) ipstats.c:623: error: `RTF_GATEWAY' undeclared (first use in this function) make: *** [ipstats.o] Error 1