When APU-HAVE-CRYPTO = 0 and build project seperate it generates fine a
apr_crypto_nss-1.dll (dynam)
When APU-HAVE-CRYPTO = 1 and build project seperate it fails with:
------ Build started: Project: apr_crypto_nss, Configuration: Release
Win32 ------
Compiling... apr_crypto_nss.c
.\apr_crypto_nss.c(33) : fatal error C1083: Cannot open include file:
'prerror.h': No such file or directory
-----Original Message-----
From: Graham Leggett
Sent: Thursday, December 08, 2011 3:25 PM Newsgroups:
gmane.comp.apache.devel
To: dev@httpd.apache.org
Subject: Re: : apr-util-1.4.1 failes with Crypto
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
--