http://bugs.winehq.org/show_bug.cgi?id=3265
Summary: winldap_private.h:289: error: syntax error before 'BerElement' Product: Wine Version: 20050830 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: treeve01@pi.be
compiling with gcc-4.0.1
make[2]: Entering directory `/usr/src/wine-20050830/dlls/wldap32' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_NO_DEBUG_MSGS -DWINE_NO_TRACE_MSGS -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -O -march=pentium4m -mmmx -mfpmath=sse -msse -msse2 -pipe -O3 -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]: Leaving directory `/usr/src/wine-20050830/dlls/wldap32' make[1]: Leaving directory `/usr/src/wine-20050830/dlls' make[2]: *** [add.o] Error 1 make[1]: *** [wldap32] Error 2 make: *** [dlls] Error 2