Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 88215 invoked by uid 500); 18 Mar 2000 15:57:19 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 88203 invoked from network); 18 Mar 2000 15:57:19 -0000 From: "William A. Rowe, Jr." To: , Subject: RE: Compilation on Windows Date: Sat, 18 Mar 2000 09:55:54 -0600 Message-ID: <000001bf90f2$a0b49da0$345985d0@corecomm.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-reply-to: <200003180354.WAA05195@k5.localdomain> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm using nmake from the 2000 Platform SDK of 1.62.7022.. it also echos the nmake line with %SHORT% and %LONG%, but as they are shelled they are translated by CMD.EXE. I like your echo test suggestion, although I would try both ECHO %LONG% -and- ECHO "Testing %LONG%" for good measure. > -----Original Message----- > From: Jeff Trawick [mailto:trawickj@bellsouth.net] > Sent: Friday, March 17, 2000 9:54 PM > To: new-httpd@apache.org; brianm@dealnews.com > Subject: Re: Compilation on Windows > > > > Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 > There's the problem (just kidding) > > Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > > > > set SHORT=R > > set LONG=Release > > cd lib\apr > > nmake /nologo CFG="aprlib - Win32 %LONG%" -f aprlib.mak > > Invalid configuration "aprlib - Win32 %LONG%" specified. > + > There's the problem------------------------+ > > The shell isn't expanding %LONG% to Release. I just updated my > cvs shadow on Win98 and did what you did and didn't have a prolem. > I have no idea why %LONG% isn't expanded, but maybe you can play > around with it... > > What happens if you run this cmd? > echo "aprlib - Win32 %LONG%" > > You should get "aprlib - Win32 Release" (including the quotes)... > > --- > Jeff Trawick | trawick@ibm.net | PGP public key at web site: > http://www.geocities.com/SiliconValley/Park/9289/ > Born in Roswell... married an alien... >