From: Michael <mi...@st...> - 2000-07-04 06:39:45
|
HI! I tried to build ldapmodule-1.9-alpha with recently released OpenLDAP 2.0alpha4 libs since OpenLDAP 2.0 can be build with SSL support. I did not succeed. gcc -fpic -DLDAP_REFERRALS -I/usr/local/openldap2/include -O2 -m486 -I/usr/include/python1.5 -I /usr/include/python1.5 -DHAVE_CONFIG_H -c ./LDAPObject.c ./LDAPObject.c: In function `Tuple_to_LDAPMod': ./LDAPObject.c:207: structure has no member named `mod_next' ./LDAPObject.c: In function `l_ldap_set_rebind_proc': ./LDAPObject.c:592: warning: passing arg 2 of `ldap_set_rebind_proc' from incompatible pointer t ype ./LDAPObject.c: In function `repr': ./LDAPObject.c:1566: dereferencing pointer to incomplete type ./LDAPObject.c:1568: dereferencing pointer to incomplete type ./LDAPObject.c:1569: dereferencing pointer to incomplete type ./LDAPObject.c:1570: dereferencing pointer to incomplete type ./LDAPObject.c:1571: dereferencing pointer to incomplete type ./LDAPObject.c:1574: dereferencing pointer to incomplete type ./LDAPObject.c:1574: dereferencing pointer to incomplete type ./LDAPObject.c:1575: dereferencing pointer to incomplete type ./LDAPObject.c:1575: dereferencing pointer to incomplete type ./LDAPObject.c:1576: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1577: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1578: dereferencing pointer to incomplete type ./LDAPObject.c:1579: dereferencing pointer to incomplete type ./LDAPObject.c:1588: dereferencing pointer to incomplete type ./LDAPObject.c:1593: dereferencing pointer to incomplete type ./LDAPObject.c: In function `getattr': ./LDAPObject.c:1609: dereferencing pointer to incomplete type ./LDAPObject.c:1611: dereferencing pointer to incomplete type ./LDAPObject.c:1613: dereferencing pointer to incomplete type ./LDAPObject.c:1615: dereferencing pointer to incomplete type ./LDAPObject.c:1617: dereferencing pointer to incomplete type ./LDAPObject.c:1619: dereferencing pointer to incomplete type ./LDAPObject.c:1620: dereferencing pointer to incomplete type ./LDAPObject.c:1625: dereferencing pointer to incomplete type ./LDAPObject.c:1626: dereferencing pointer to incomplete type ./LDAPObject.c:1631: dereferencing pointer to incomplete type ./LDAPObject.c:1633: dereferencing pointer to incomplete type ./LDAPObject.c: In function `setattr': ./LDAPObject.c:1675: dereferencing pointer to incomplete type ./LDAPObject.c:1676: dereferencing pointer to incomplete type ./LDAPObject.c:1677: dereferencing pointer to incomplete type ./LDAPObject.c:1678: dereferencing pointer to incomplete type ./LDAPObject.c:1679: dereferencing pointer to incomplete type ./LDAPObject.c:1680: dereferencing pointer to incomplete type make: *** [LDAPObject.o] Error 1 Should I checkout the CVS tree for that? In which state is the CVS tree? Ciao, Michael. |