Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 28265 invoked from network); 10 Aug 2007 10:52:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 10:52:18 -0000 Received: (qmail 11256 invoked by uid 500); 10 Aug 2007 10:52:10 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 11170 invoked by uid 500); 10 Aug 2007 10:52:10 -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 11147 invoked by uid 99); 10 Aug 2007 10:52:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 03:52:10 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorge.schrauwen@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 10:52:08 +0000 Received: by nf-out-0910.google.com with SMTP id c10so228261nfd for ; Fri, 10 Aug 2007 03:51:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=STFSPo2wzhYerV5eBHMMeZuE9Z65PwZJNoJaTzK9jcvvWe+pPc3ObBSTHyLwVIunq4+FVxTAOUXrRSrQaY3lFyHtSBhC5NoyHO53KEyEZn6WgW8a8Jtoa7r2GCKgpeqxTZpaOJ97aXhLhynPjcbvRRfsY4hO7FwQXioW9jul65g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=f9pQDXS+xPh/ux3IhrlUoiUMgH5vkCSSZTDbVBMgaRBs+qX2SRC8vPpAhHkUWgHgXu/fBzVkRM1CQjJ4OG4WRMN4zUU5GtQHHpqFCJmGAfK4iIpuHAtOHHyw9FcINCnLrIiet6M9z4B2QQKfIu8078qNgVJu0ykXBWSqxTThbq4= Received: by 10.78.172.20 with SMTP id u20mr847742hue.1186743105928; Fri, 10 Aug 2007 03:51:45 -0700 (PDT) Received: by 10.78.195.12 with HTTP; Fri, 10 Aug 2007 03:51:45 -0700 (PDT) Message-ID: <43e40e000708100351h34ed5100td022d951b3e75b19@mail.gmail.com> Date: Fri, 10 Aug 2007 12:51:45 +0200 From: "Jorge Schrauwen" To: dev@httpd.apache.org Subject: Re: Building with Visual Studio 2005 In-Reply-To: <1B32FF956ABF414C9BCE5E487A1497E74F520B@ukmail02.planit.group> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_140561_25729573.1186743105902" References: <1B32FF956ABF414C9BCE5E487A1497E74F520B@ukmail02.planit.group> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_140561_25729573.1186743105902 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline It is a know problem... I'm not 100% but I though wrowe fixed it for 2.2.5... so wait after the T&R (which should be this weekend from what I gather) and give it another go On 8/10/07, Steve Hay wrote: > > Does anyone have a set of makefiles for building apache httpd 2.2.4 with > Visual Studio 2005 on Win32? > > I just tried running > > nmake /f Makefile.win INSTDIR=C:\apache2.2 installr > > out of the box and I find that it all builds OK but the binaries didn't > get the manifest files embedded in them, so when I run, e.g. "httpd -h" > I get the (all too-familiar) popup error about the CRT DLL not being > found: > > "This application has failed to start because MSVCR80.dll was not found. > Re-installing the application may fix this problem." > > There is support in the libapr and libaprutil makefiles for embedding > manifest files, but not in any others. Is it too late to get changes to > the other makefiles into 2.2.5? > -- ~Jorge ------=_Part_140561_25729573.1186743105902 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline It is a know problem...

I'm not 100% but I though wrowe fixed it for 2.2.5... so wait after the T&R (which should be this weekend from what I gather) and give it another go

On 8/10/07, Steve Hay <SteveHay@planit.com> wrote:
Does anyone have a set of makefiles for building apache httpd 2.2.4 with
Visual Studio 2005 on Win32?

I just tried running

nmake /f Makefile.win INSTDIR=C:\apache2.2 installr

out of the box and I find that it all builds OK but the binaries didn't
get the manifest files embedded in them, so when I run, e.g. "httpd -h"
I get the (all too-familiar) popup error about the CRT DLL not being
found:

"This application has failed to start because MSVCR80.dll was not found.
Re-installing the application may fix this problem."

There is support in the libapr and libaprutil makefiles for embedding
manifest files, but not in any others. Is it too late to get changes to
the other makefiles into 2.2.5?



--
~Jorge ------=_Part_140561_25729573.1186743105902--