sön 2009-09-13 klockan 21:30 +0200 skrev Henrik Nordstrom:
> seems to build fine for me on CentOS 5.2.. but maybe something in the
> test builds are triggering it..
> 
> A full test is running..

Found.. it fails when used in combination with --enable-ssl. This due to
OpenSSL (or actually krb5.h I think, included by openssl) ending up
including com_err.h without the extern "C" wrapper, or if you prefer due
to the com_err.h include not shielding itself from C++ parsing...

Proposed fix: Have src/ssl_support.h include et/com_err.h in an extern
"C" wrapping before OpenSSL includes...

Regards
Henrik

Reply via email to