SunStudio compile
Michael Ströder
michael at stroeder.com
Mon Aug 25 13:22:46 CEST 2008
Matej Vela wrote:
> Yup. If you haven't already, try replacing lines 614 and 615
>
> sasl_interact_t *interact = in;
> PyObject *SASLObject = defaults;
>
> with
>
> sasl_interact_t *interact = (sasl_interact_t *) in;
> PyObject *SASLObject = (PyObject *) defaults;
I will commit this change.
Please also examine
http://python-ldap.cvs.sourceforge.net/python-ldap/python-ldap/Modules/LDAPObject.c?r1=1.79&r2=1.80
http://python-ldap.cvs.sourceforge.net/python-ldap/python-ldap/Modules/options.c?r1=1.19&r2=1.20
Ciao, Michael.
More information about the python-ldap
mailing list