Debian has a bug (505421) about OpenLDAP not building with the upcoming gcc 4.4. We may want to take a look at resolving that.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount writes:
Debian has a bug (505421) about OpenLDAP not building with the upcoming gcc 4.4. We may want to take a look at resolving that.
Fixed os-ip.c: ITS#5815.
Reported ldap_pvt_thread.h problem as gcc bug #38161: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38161 We can wait a bit to see what they say. A workaround is to replace the #elif with #else / #if / #endif, but that's less readable.
I wrote:
Reported ldap_pvt_thread.h problem as gcc bug #38161: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38161 We can wait a bit to see what they say. A workaround is to replace the #elif with #else / #if / #endif, but that's less readable.
...fixing. Don't know what gcc will do, and it looks like it will addressed in the next C standard, but that's for later. In the mean time another compiler turned up which does the same, so there may well be more in any case.