On 08 Dec 2011, at 4:13 PM, Steffen wrote: > Building HTTPD, thanks for the link, rather I build it by myself for Win32 > and Win64 with VC9. > > Have made the libs, build with nss-3.12.7/nspr-4.8.6 > > Building HTTPD with apr-util 1.4.1 > with #define APU-HAVE-CRYPTO = 1 then failed with: > > \crypto\apr_crypto.c(113) : error C2065: 'params' : undeclared identifier > .\crypto\apr_crypto.c(113) : warning C4047: 'function' : 'const char *' > differs in levels of indirection from 'int' > .\crypto\apr_crypto.c(113) : warning C4024: 'function through pointer' : > different types for formal and actual parameter 2 > .\crypto\apr_crypto.c(113) : error C2198: 'function through pointer' : too > few arguments for call
What happens when you try and build it dynamically? Regards, Graham --
