search for: berelement

Displaying 4 results from an estimated 4 matches for "berelement".

2005 Sep 01
2
Wine 20050830 compilation fails
...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?...
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 1 make[2]: Leaving directory `/usr/src/wine-200508...
2003 Sep 29
0
Samba 3 doesn't compile against SUN directory server 4.16sp1
...bility configure:22022: gcc -c -g -O2 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE _OFFSET_BITS=64 conftest.c >&5 In file included from configure:22050: /usr/include/ldap.h:494: error: field `ldctl_value' has incomplete type /usr/include/ldap.h:1083: error: parse error before "BerElement" /usr/include/ldap.h:1085: error: parse error before "BerElement" /usr/include/ldap.h:1115: error: parse error before "BerElement" When I look at config.h, there I have #define HAVE_LDAP 1, so I think this might be ok. Now I tried to compile samba and it fails in pdb_lda...
2007 Jul 25
1
v1.1 alpha1: can't pop/imap login with LDAP
....c is not handling value properly?? (2) userdb-ldap.c is not allocating memory for userdb_reply?? The modification we made are following: *** src/auth/db-ldap.c.orig Thu Jul 12 10:42:49 2007 --- src/auth/db-ldap.c Tue Jul 24 20:20:31 2007 *************** *** 55,60 **** --- 55,62 ---- BerElement *ber; string_t *var, *debug; + + int value_index; }; #define DEF_STR(name) DEF_STRUCT_STR(name, ldap_settings) *************** *** 764,769 **** --- 766,772 ---- ctx->vals = ldap_get_values(ctx->conn->ld, ctx->entry, ctx-&...