Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 24609 invoked from network); 23 Jun 2009 02:57:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jun 2009 02:57:51 -0000 Received: (qmail 94299 invoked by uid 500); 23 Jun 2009 02:58:02 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 94203 invoked by uid 500); 23 Jun 2009 02:58:01 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 94195 invoked by uid 99); 23 Jun 2009 02:58:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2009 02:58:01 +0000 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rcdailey@gmail.com designates 74.125.92.25 as permitted sender) Received: from [74.125.92.25] (HELO qw-out-2122.google.com) (74.125.92.25) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2009 02:57:52 +0000 Received: by qw-out-2122.google.com with SMTP id 5so1835331qwd.55 for ; Mon, 22 Jun 2009 19:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=i9cLlSnFjw6miApr4xfGuJqSfTFtBQMhQ2ujXXoSbL0=; b=YnDE95VbLGnh15lT7PublueL6I393sYYoxrXSVRc/bU0FVQiB2kHx1N6uGqGe+cgf3 VSB81IvvssDUFXoU1/LtqzIY5mApZJr08Wlog06hgn+YNvr/Xb/Zbp4wSNmH/IwsN3Uz 2v1/pW9Jx1eWdoZuk1Dxn+VsUIXTq+iyIh7XA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Atu4bR5BPHwkhkTpiiUFQPb5NhiKbIBc1Rm+iXnFeySLF1Y6wscwCprblTDWcvdKjR 09aQc/MzS9g7opinBtMPRh9xuJed8ol1qTz7NDzjPnlwBmyxUSG1zf99q9nc1c5lU2v6 DbkN6RMrh7BWfHKgRH/2p0WoowGo561AyldcA= MIME-Version: 1.0 Received: by 10.220.71.10 with SMTP id f10mr4764067vcj.13.1245725851441; Mon, 22 Jun 2009 19:57:31 -0700 (PDT) Date: Mon, 22 Jun 2009 21:57:31 -0500 Message-ID: <496954360906221957w2c4b2e15t254c45aa4ad57e55@mail.gmail.com> Subject: Problem building using nmake on Windows From: Robert Dailey To: dev@apr.apache.org Content-Type: multipart/alternative; boundary=0016e64f466cdcd94e046cfb269e X-Virus-Checked: Checked by ClamAV on apache.org --0016e64f466cdcd94e046cfb269e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, Currently I have the following versions: apr: 0.9.18 apr-iconv: 0.9.7 apr-util: 0.9.17 I've renamed all of them to their respective names in the same directory as the build instructions require. I go to the apr-util directory and execute: nmake /f aprutil.mak It looks like things build normally until I see this (Note that this is just a snippet from the very bottom of all the output, there is far more above but I have left it out): if not exist ".\Debug/" mkdir ".\Debug" cl.exe @C:\Users\VOID~1.POI\AppData\Local\Temp\nm46D1.tmp gen_uri_delims.c link.exe @C:\Users\VOID~1.POI\AppData\Local\Temp\nm46F1.tmp cd ".." cd ".\..\apr" "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" / /F .\apr.mak CFG="apr - Win32 Debug" Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. cd "..\apr-util" if not exist ".\LibD/" mkdir ".\LibD" tempfile.bat tempfile.bat tempfile.bat tempfile.bat tempfile.bat tempfile.bat NMAKE : fatal error U1073: don't know how to make '"apr.h"' Stop. Notice the error at the bottom of the snippet above. Why is this happening? --0016e64f466cdcd94e046cfb269e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

Currently I have the following versions:
<= br>
apr: 0.9.18
apr-iconv: 0.9.7
apr-util: 0.= 9.17

I've renamed all of them to their respect= ive names in the same directory as the build instructions require.

I go to the apr-util directory and execute:
<= br>
nmake /f aprutil.mak

It looks like t= hings build normally until I see this (Note that this is just a snippet fro= m the very bottom of all the output, there is far more above but I have lef= t it out):

=A0=A0 =A0 =A0 =A0if not exist ".\Debug/"= ; mkdir ".\Debug"
=A0=A0 =A0 =A0 =A0cl.exe @C:\U= sers\VOID~1.POI\AppData\Local\Temp\nm46D1.tmp
gen_uri_delims.c
=A0=A0 =A0 =A0 =A0link.exe @C:\Users= \VOID~1.POI\AppData\Local\Temp\nm46F1.tmp
=A0=A0 =A0 =A0 =A0cd ".."
=A0=A0 =A0 =A0 = =A0cd ".\..\apr"
=A0=A0 =A0 =A0 =A0"C:\Program Files (x86)\Microsoft Visual Studio= 9.0\VC\BIN\nmake.exe" /
=A0=A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0/F .\apr.mak CFG=3D"apr - Win32 Debug"

Microsoft (R) Program Maintenance Utility Versio= n 9.00.30729.01
Copyright (C) Microsoft Corporation. =A0All rights reserved.

=A0=A0 =A0 =A0 =A0cd "..\apr-util"
=
=A0=A0 =A0 =A0 =A0if not exist ".\LibD/" mkdir ".\LibD&= quot;
=A0=A0 =A0 =A0 =A0tempfile.bat
=A0=A0 =A0 =A0 =A0temp= file.bat
= =A0=A0 =A0 =A0 =A0tempfile.bat
=A0=A0 =A0 =A0 =A0tempfile.= bat
=A0=A0 =A0 =A0 =A0tempfile.bat
=A0=A0 =A0 =A0 =A0tempfile.bat
NMAKE : fatal error U1= 073: don't know how to make '"apr.h"'
Stop.

Notice the error at the bottom o= f the snippet above. Why is this happening?
--0016e64f466cdcd94e046cfb269e--