[Bug 4743] New: Compile fails because of errors on dlls/iphlpapi/ipstat.c

Wine Bugs wine-bugs at winehq.org
Sun Mar 5 18:59:27 CST 2006


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 at winehq.org
        ReportedBy: kuitang at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list