http://bugs.winehq.org/show_bug.cgi?id=3275
Summary: sources compilation failed Product: Wine Version: 20050830 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: jerome.bouat@wanadoo.fr
by using the tools/wineinstall script : --- make[2]: Entering directory `/home/j/tmp/wine-20050830/dlls/wintrust' make[2]: Rien à faire pour « all ». make[2]: Leaving directory `/home/j/tmp/wine-20050830/dlls/wintrust' make[2]: Entering directory `/home/j/tmp/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] Erreur 1 make[2]: Leaving directory `/home/j/tmp/wine-20050830/dlls/wldap32' make[1]: *** [wldap32] Erreur 2 make[1]: Leaving directory `/home/j/tmp/wine-20050830/dlls' make: *** [dlls] Erreur 2
Compilation failed, aborting install. ---