Displaying 3 results from an estimated 3 matches for "winldap_private".
2005 Sep 01
2
Wine 20050830 compilation fails
...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...
2005 Sep 17
1
Build Error
I just downloaded the Wine source (20050830) and I get the following
error when running "make depend && make":
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"
make[2]: *** [add.o] Error...
2008 Dec 05
0
Wine release 1.1.10
...on registry key for CLSID_IMsiServerMessage.
Maarten Lankhorst (20):
includes: Add win64 calling convention.
winebuild: Use ms-abi for delayed load stubs.
ntdll: Make 64-bits wine only able to load amd64 binaries.
msvcrt: Add CDECL to all cdecl functions.
wldap32: Fix winldap_private header compatibility with 64-bit.
tools: Add calling conventions for win64 to winegcc.
qmgrprxy: Fix building on wine64.
kernel32: Fix 64-bits error in profile.
ole32: Add Co*InitializeSpy functions.
winmm: Some 64-bit pointer fixes.
msacm: Fix pointer truncation...