http://bugs.winehq.org/show_bug.cgi?id=3895
Summary: Wine not building on Ubuntu Breezy ( 5.10) Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: dnewcomb@triad.rr.com
Wine compilation fails for cvs pull 11/20/2005 9:00 PM EST with the following error using wineinstall tool
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o value.o value.c value.c: In function bv2str: value.c:123: error: dereferencing pointer to incomplete type value.c:128: error: dereferencing pointer to incomplete type make[2]: *** [value.o] Error 1 make[2]: Leaving directory `/home/dnewcomb/wine/dlls/wldap32' make[1]: *** [wldap32] Error 2 make[1]: Leaving directory `/home/dnewcomb/wine/dlls' make: *** [dlls] Error 2
Compilation failed, aborting install.