(no subject)

From: Лоренцо Ламас (lorenzo_lamas@mail.ru)
Date: Fri Dec 06 2002 - 09:39:07 MET


Hi.
My g++ is old (2.95) and I have some problems with old ldap.h.
In include/CintLDAP.h two strings are in wrong order:
#include <ldap.h>
#include <lber.h>//for old ...
ldap.h uses name, which will be lately introduced only in lber.h

And, because of old version of ldap.h I 've got problems with const char pointers - I think, you'd better fix it (not using in TLDAPServer.cxx const char * or using const_cast<char *>(pointer))- after some warnings makefile simply stopped his work. I think, there are a lof of people using g++ 2.95. 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:22 MET