http://bugs.winehq.org/show_bug.cgi?id=6084
Summary: Wine 0.9.20 dont Build -> Error while compiling iphlpapi!!! Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: stefan_betz@gmx.net
Wine 0.9.20 dont Build on my Debian Sarge System, i configured Wine like this: CPPFLAGS="-I/usr/src/linux/include/" CFLAGS="-O2" CXXFLAGS="-O2" ./configure --enable-win16 --with-opengl --with-x --with-curses --disable-debug CPPFLAGS="-I/usr/src/linux/include/" CFLAGS="-O2" CXXFLAGS="-O2" make depend CPPFLAGS="-I/usr/src/linux/include/" CFLAGS="-O2" CXXFLAGS="-O2" make
/usr/src/linux/include points to the include dir of my Kernel (vanilla 2.6.14.3).
An after some time get this: make[2]: Entering directory `/home/stefan/wine-0.9.20/dlls/iphlpapi' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -I/usr/src/linux/include/ -O2 -o ifenum.o ifenum.c gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -I/usr/src/linux/include/ -O2 -o iphlpapi_main.o iphlpapi_main.c gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -I/usr/src/linux/include/ -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[2]: *** [ipstats.o] Error 1 make[2]: Leaving directory `/home/stefan/wine-0.9.20/dlls/iphlpapi' make[1]: *** [iphlpapi] Error 2 make[1]: Leaving directory `/home/stefan/wine-0.9.20/dlls' make: *** [dlls] Error 2
I hope you can help me :-(
Greetings