Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95DF1902D for ; Thu, 8 Dec 2011 14:48:03 +0000 (UTC) Received: (qmail 22000 invoked by uid 500); 8 Dec 2011 14:48:02 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 21934 invoked by uid 500); 8 Dec 2011 14:48:02 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 21926 invoked by uid 99); 8 Dec 2011 14:48:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 14:48:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of info@apachelounge.com designates 85.223.52.177 as permitted sender) Received: from [85.223.52.177] (HELO land10web.com) (85.223.52.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 14:47:57 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apachelounge.com; h=From:Subject:Date; b=e2CtDvmaN3rwUzu5VrflOSXLc0nLHCcMTidzQzDjfeRYnWMfzHHPqpgaahWjcVnXIhOS91RfBotdHaV9swZxL6zr3Ew6rMcpONHcSWu+8KQSIES4xyrKWZWJw8NpYUdR; X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=85.223.52.177; Received: from Father (unverified [85.223.52.177]) by land10web.com (SurgeMail 5.3i) with ESMTP (TLS) id 175-1382150 for ; Thu, 08 Dec 2011 15:47:18 +0100 Message-ID: From: "Steffen" To: References: <4EE0B259.5090606@apache.org> <39EF57B8F3E04F7C90C738A8AB02736F@Father> In-Reply-To: Subject: Re: : apr-util-1.4.1 failes with Crypto Date: Thu, 8 Dec 2011 15:47:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 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 --