From dev-return-21916-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Jun 24 18:40:09 2009 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 32037 invoked from network); 24 Jun 2009 18:40:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jun 2009 18:40:08 -0000 Received: (qmail 43374 invoked by uid 500); 24 Jun 2009 18:40:19 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 43269 invoked by uid 500); 24 Jun 2009 18:40:18 -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 43261 invoked by uid 99); 24 Jun 2009 18:40:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 18:40:18 +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 (athena.apache.org: domain of rcdailey@gmail.com designates 74.125.92.24 as permitted sender) Received: from [74.125.92.24] (HELO qw-out-2122.google.com) (74.125.92.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 18:40:10 +0000 Received: by qw-out-2122.google.com with SMTP id 9so266016qwb.55 for ; Wed, 24 Jun 2009 11:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=559Kkxr+uFTyjyoHpnggSV46Y4gAtXLQ/H/W6ue0HQk=; b=iLTWLZMp40infSZnPGLMOEG64pGq8tm6ZdcUaTJF4IpTumQQf44aa2L5T4R7u+Z4Zc 2ik2w6S378D5M+Pnktjq4X0BX3sWWl+tLlIOBjFntxiyKcy6M+f+l5bAbw0uSGYoJk9o 48dfGQysO+jihCPkImPLTrLg7elfjIogUi+Ak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EsHeyZeLsVQ4OR0R5Y6L/0HfQoo0OixjhGnSC2DJbYBhczxrEFNdwjqjl9cY358tbN iRRrwrakeRAEq2AaHgBIsAyUUc7BisHImOx8k411CCM6uaYkUS7OiNrmPG01Xt9HwFxk EMRakKBr6GXVuunvAo3r4Yu8VVWP5N30hveMU= MIME-Version: 1.0 Received: by 10.220.75.9 with SMTP id w9mr1819893vcj.82.1245868789835; Wed, 24 Jun 2009 11:39:49 -0700 (PDT) In-Reply-To: <496954360906221957w2c4b2e15t254c45aa4ad57e55@mail.gmail.com> References: <496954360906221957w2c4b2e15t254c45aa4ad57e55@mail.gmail.com> Date: Wed, 24 Jun 2009 13:39:49 -0500 Message-ID: <496954360906241139h32a3ccbbhc357823cb0ec153c@mail.gmail.com> Subject: Re: Problem building using nmake on Windows From: Robert Dailey To: dev@apr.apache.org Content-Type: multipart/alternative; boundary=0016e6475f72a7a8f0046d1c6e9b X-Virus-Checked: Checked by ClamAV on apache.org --0016e6475f72a7a8f0046d1c6e9b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Never mind, I wrote some CMake scripts for APR, APR-UTIL, and APR-ICONV. On Mon, Jun 22, 2009 at 9:57 PM, Robert Dailey wrote: > 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? > --0016e6475f72a7a8f0046d1c6e9b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Never mind, I wrote some CMake scripts for APR, APR-UTIL, and APR-ICONV.
On Mon, Jun 22, 2009 at 9:57 PM, Robert Dai= ley <rcdailey@gm= ail.com> wrote:
Hi,

Currently I have the= following versions:

apr: 0.9.18
apr-ico= nv: 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:
<= 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&quo= t;
=A0=A0 = =A0 =A0 =A0cl.exe @C:\Users\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 &= quot;.."
=A0=A0 =A0 =A0 =A0cd ".\..\apr"
=A0=A0 =A0 =A0 =A0&quo= t;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&q= uot;

= Microsoft (R) Program Maint= enance Utility Version 9.00.30729.01
Copyright (C) Microsof= t Corporation. =A0All rights reserved.

=A0=A0 = =A0 =A0 =A0cd "..\apr-util"
=A0=A0 =A0 =A0 =A0if not exist ".\LibD/&qu= ot; mkdir ".\LibD"
=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
=A0=A0 =A0 =A0 =A0temp= file.bat
N= MAKE : 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?

--0016e6475f72a7a8f0046d1c6e9b--