Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 31790 invoked from network); 13 May 2007 08:01:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2007 08:01:44 -0000 Received: (qmail 59746 invoked by uid 500); 13 May 2007 08:01:44 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 59712 invoked by uid 500); 13 May 2007 08:01:44 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 59695 invoked by uid 99); 13 May 2007 08:01:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2007 01:01:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alex.blewitt@gmail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2007 01:01:36 -0700 Received: by wx-out-0506.google.com with SMTP id i26so1322559wxd for ; Sun, 13 May 2007 01:01:16 -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:content-transfer-encoding:content-disposition:references; b=hqgwY184j8w3ghEuS6c9M1HillfHq5FyTYqhndfh+n8A1P6iHoTiVcssxBMIajL59P0azj8F1gtxf6fCdA0JAQXtNqiD+R5fk/taWHY0cA/alRUgpsrm63ZJtwTCtpnHv9JorSGyhTU4L+SRNkaQMuqw9KJAzatPTbhDtX3we3k= 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:content-transfer-encoding:content-disposition:references; b=o9llCLoyRsECi6e3ogBi5DfY9y229GyGwsuQ/r/WZi4LKmxsZYsNA6obJehj1LjLiuAnOpeiCrv2v4QgO+TYcO/TrClbwR4/p/rJ8uWB1xTmYk5eOunjFePJUOBeqZlJ6f+wW9N5/QKRHyWgV7ZdJlqyc6M1HEBDMYmhCMESIHo= Received: by 10.70.80.14 with SMTP id d14mr7892556wxb.1179043276034; Sun, 13 May 2007 01:01:16 -0700 (PDT) Received: by 10.70.77.7 with HTTP; Sun, 13 May 2007 01:01:15 -0700 (PDT) Message-ID: <636fd28e0705130101s73aefb20o74004060b3e3edc7@mail.gmail.com> Date: Sun, 13 May 2007 09:01:15 +0100 From: "Alex Blewitt" To: dev@harmony.apache.org Subject: Re: [classlib][build] win64 build can not find vmi.h when compiling libglob.c In-Reply-To: <4dd1f3f00705121712s2207933fp7dd1648e9a6bc0a1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4dd1f3f00705121712s2207933fp7dd1648e9a6bc0a1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org This seems typical of a build in which the space in "C:\Documents and Settings" is being treated as separate files, rather than a full filename. If you build it in a path without spaces (e.g. c:\temp\trunk) it will probably work. You could also try doing "cd c:\Docume~1\weldon\trunk" which would force the shell to emulate the old 8.3 file names for that directory. (I don't know if this would cause any other problems.) There may be a better answer (does the FAQ have anything to offer?) for building on Windows; however, I don't have access to a Windows box so can't offer a better suggestion. Alex. On 13/05/07, Weldon Washburn wrote: > Does anyone else see the following build problem? I see vmi.h in > ...working_classlib/deploy/include. It seems cl.exe is ignoring the > "/IC:Documents..." command line argument!? Maybe I am missing some > environment variable? > > Some specifics on my build environment: > > I am using cywin and the startup bat file looks like: > call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" > amd64 > > D: > > chdir D:\cygwin\bin > > bash --login -i > ant -version shows: > Apache Ant version 1.6.5 compiled on June 2 2005 > > ----------------------------------- A cut/paste from the cygwin build window > on the win64 box ----------------------- > > -build-native: > [exec] cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS - > FIsehmap.h > -D_AMD64_=1 -DWIN64 -D_WIN64 -DWIN32 -D_WIN32 /FIPRE64PRA.H -Wp64 -W4 > -D_WIN95 > -D_WIN32_WINDOWS=0x0400 /D_WIN32_DCOM -D_WIN32_IE=0x0500 -DWINVER=0x0400 -Zi > -Od > -W0 -GF -Gs -MD -Zm400 -D_DLL -D_MT -D_WINSOCKAPI_ -DHYX86_64 > /IC:\Documents > and Settings\weldon\trunk\working_classlib\deploy\include /IC:\Documents and > Set > tings\weldon\trunk\working_classlib\deploy\jdk\include /I. /I..\shared\ > -Fo..\sh > ared\libglob.obj ..\shared\libglob.c > [exec] cl : Command line warning D9025 : overriding '/W4' with '/W0' > [exec] cl : Command line warning D9024 : unrecognized source file type > 'and > ', object file assumed > [exec] cl : Command line warning D9027 : source file 'and' ignored > [exec] cl : Command line warning D9024 : unrecognized source file type > 'Set > tings\weldon\trunk\working_classlib\deploy\include', object file assumed > [exec] libglob.c > [exec] cl : Command line warning D9027 : source file > 'Settings\weldon\trunk > \working_classlib\deploy\include' ignored > [exec] cl : Command line warning D9024 : unrecognized source file type > 'and > ', object file assumed > [exec] cl : Command line warning D9027 : source file 'and' ignored > [exec] cl : Command line warning D9024 : unrecognized source file type > 'Set > tings\weldon\trunk\working_classlib\deploy\jdk\include', object file assumed > [exec] cl : Command line warning D9027 : source file > 'Settings\weldon\trunk > \working_classlib\deploy\jdk\include' ignored > [exec] ..\shared\libglob.c(25) : fatal error C1083: Cannot open include > fil > e: 'vmi.h': No such file or directory > [exec] NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft > Visual > Studio 8\VC\BIN\amd64\cl.EXE"' : return code '0x2' > [exec] Stop. > > BUILD FAILED > > > -- > Weldon Washburn >