Hello all. The latest version of wine (both CVS and tarball) doesn't compile on my machine (2.6.13 kernel, gcc 3.3.4). I get an error in 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: parse error before "BerElement" winldap_private.h:290: error: parse error before "BerElement" winldap_private.h:322: error: parse error before "BerElement" winldap_private.h:323: error: parse error before "BerElement" Previous versions of wine always compiled without problem. Is there a fix? Thanks. -- Fabrice DELENTE
--- Fabrice DELENTE <fabrice.delente@free.fr> wrote:> Hello all. > > The latest version of wine (both CVS and tarball) > doesn't compile on my > machine (2.6.13 kernel, gcc 3.3.4). > > I get an error in 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: parse error before > "BerElement" > winldap_private.h:290: error: parse error before > "BerElement" > winldap_private.h:322: error: parse error before > "BerElement" > winldap_private.h:323: error: parse error before > "BerElement" > > Previous versions of wine always compiled without > problem. > > Is there a fix?I think you need to install the openldap-devel packages. I think... Hiji __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
You need to have openldap headers or use this patch: http://bugs.winehq.org/show_bug.cgi?id=3265 Le jeudi 01 septembre 2005 ? 21:57 +0200, Fabrice DELENTE a ?crit :> Hello all. > > The latest version of wine (both CVS and tarball) doesn't compile on my > machine (2.6.13 kernel, gcc 3.3.4). > > I get an error in 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: parse error before "BerElement" > winldap_private.h:290: error: parse error before "BerElement" > winldap_private.h:322: error: parse error before "BerElement" > winldap_private.h:323: error: parse error before "BerElement" > > Previous versions of wine always compiled without problem. > > Is there a fix? > > Thanks. >