Re: Build problem: LDAP_CALL undefined!
Peter Van der Beken <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Jean-Francois Ducarroz wrote: > The build chokes while compiling nsLDAPProtocolModule.cpp because > LDAP_CALL used in the included file ldappr.h is not defined! LDAP_CALL > seems to be defined in various files but only for windows!!! What file only defines it for Windows? All files that define LDAP_CALL define it for all platforms afaict. Did you move the include of ldappr.h? Was the ldap-standard.h file correctly generated from ldap-standard-tmpl.h? Peter