Hi Elmar,

I did not build the ASF binaries but;

apr_ldap.h(136) : fatal error C1189: #Fehler :  Support for LDAP v2.0
toolkits has been removed from apr-util. Please use an LDAP v3.0
toolkit.


If I remember correctly, this goes away if you use Windows Server 2003 R2 SDK. In VC6, move these folders to the top of the list in Options -> VC++ Directories.

Further it seems, that there are header files missing:

C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(52): Datei "strings.h" nicht gefunden. C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(118): Datei "arpa/inet.h" nicht gefunden. C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(52): Datei "strings.h" nicht gefunden. C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(118): Datei "arpa/inet.h" nicht gefunden.

Yes, it will say this at the start of every single project but it does not stop the compile.

Gregg



Reply via email to