http://bugs.winehq.org/show_bug.cgi?id=3380
Summary: Wine does not compile on my box Product: Wine Version: 20050830 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: joshudson@gmail.com
The relevant portion of MAKE output is this: make[2]: Entering directory `/home/joshua/winecfg/wine-20050830/dlls/wldap32' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o add.o add.c In file included from add.c:39: winldap_private.h:289: error: syntax error before "BerElement" winldap_private.h:290: error: syntax error before "BerElement" winldap_private.h:322: error: syntax error before "BerElement" winldap_private.h:323: error: syntax error before "BerElement" make[2]: *** [add.o] Error 1 make[2]: Leaving directory `/home/joshua/winecfg/wine-20050830/dlls/wldap32' make[1]: *** [wldap32] Error 2 make[1]: Leaving directory `/home/joshua/winecfg/wine-20050830/dlls' make: *** [dlls] Error 2
gcc --version: gcc (GCC) 3.3.6
Made one change before starting: modified tools/wineinstall. Changed prefix from /usr/local to /opt/wine.