Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id OAA24509; Tue, 17 Jun 1997 14:59:19 -0700 (PDT) Received: from gate-isdn.ukweb.com (gate-isdn.ukweb.com [194.152.65.149]) by hyperreal.com (8.8.5/8.8.5) with SMTP id OAA24421 for ; Tue, 17 Jun 1997 14:59:02 -0700 (PDT) Received: from aardvark.ukweb.com [192.168.2.4] by gate-isdn.ukweb.com with smtp (Exim 1.61 #1) id 0we6JM-00020z-00; Tue, 17 Jun 1997 23:01:12 +0100 Date: Tue, 17 Jun 1997 22:58:40 +0100 (BST) From: Paul Sutton To: new-httpd@apache.org Subject: Re: Compiling with MSVC++ 5.0? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Tue, 17 Jun 1997, Rasmus Lerdorf wrote: > It doesn't look like the project and make files included in the current > CVS tree is compatible with VC++ 5.0 and DevStudio '97. Has anybody > managed to compile Apache with this newer compiler? I don't know enough > about VC to see what is wrong, but I have been able to use VC 4.2 project > files in VC 5.0 before. The only problem I've had is if the .mak file has Unix line endings - VC refuses to recognise it. Swap to DOS endings and it should work fine. Once you've done this you have to be careful not to commit the updated *.mak files (unless we decide to move to using VC5 only). I find it easier to compile straight from the command line. Or you might be able to setup VC5 to use the *.mak files as external makefiles which should prevent it mucking around with them. //pcs