...with the following error (FreeBSD 5.4):
/usr/bin/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" gmake: *** [add.o] Error 1 nibal[50]:/sw/test/wine/dlls/wldap32%
Due to CVS being down I cannot update my Linux build hosts nor investigate the history in detail, but this seems pretty recent (as in the last 24 to 48 hours).
Any ideas?
Gerald
Gerald Pfeifer wrote:
/usr/bin/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" gmake: *** [add.o] Error 1 nibal[50]:/sw/test/wine/dlls/wldap32%
Installing the openldap headers fixes this error.
Ivan.