DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39137>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39137 Summary: Compiling error of httpd 2.2.0 win32 source Product: Apache httpd-2 Version: 2.2.0 Platform: PC OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I got the following error when compile httpd-2.2.0-win32-src-rev2.zip with MSVC 6.0. ./include\apr_ldap.h(96) : fatal error C1189: #error : Support for LDAP v2.0 to olkits has been removed from apr-util. Please use an LDAP v3.0 toolkit. One of the differences between the new apr_ldap.h and old one from 2.0.x is New #if LDAP_VERSION_MAX <= 2 #error Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit. #endif Old #if LDAP_VERSION_MAX <= 2 #define const_cast(x) ((char *)(x)) #else #define const_cast(x) (x) #endif -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
