Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 61305 invoked from network); 27 Jun 2006 05:15:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 05:15:11 -0000 Received: (qmail 83484 invoked by uid 500); 27 Jun 2006 05:15:08 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 83448 invoked by uid 500); 27 Jun 2006 05:15:08 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 83437 invoked by uid 99); 27 Jun 2006 05:15:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 22:15:07 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rdasgupt@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 22:15:07 -0700 Received: by ug-out-1314.google.com with SMTP id q2so1759300uge for ; Mon, 26 Jun 2006 22:14:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=nTV4lu8cl3DFNVz9Dc4ZYz8vsrr1tkxWdW9lwOtJoSWaaiYtpAmBndhD70y6ZyRpp38zPEf5QDa9hw8SCVWFWuODYvKU2/cddGB7JBeT5HZIhH62uMi/Abtl3zgENmFhpVwGJAvEiy2dJ+gII818+kXzeGuufC5y3qwZKofesUU= Received: by 10.78.151.15 with SMTP id y15mr2376041hud; Mon, 26 Jun 2006 22:14:45 -0700 (PDT) Received: by 10.78.133.10 with HTTP; Mon, 26 Jun 2006 22:14:45 -0700 (PDT) Message-ID: <51d555c70606262214n536536aey812e8f047848ec84@mail.gmail.com> Date: Mon, 26 Jun 2006 22:14:45 -0700 From: "Rana Dasgupta" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] build fails on Windows os In-Reply-To: <4dd1f3f00606262111w7fff120ex3b9327a5108efcee@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32062_22762486.1151385285338" References: <9605648e0606260900jb126398yeed61875816f461d@mail.gmail.com> <4dd1f3f00606262111w7fff120ex3b9327a5108efcee@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_32062_22762486.1151385285338 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Weldon, These headers live in classlib\deploy\include. Could it be that your external.dep.CLASSLIB property in make/build.xml is not set correctly? Also CLASSLIB_HOME in make/win.properties needs setting. Thanks, Rana On 6/26/06, Weldon Washburn wrote: > > On 6/26/06, Marina Goldburt wrote: > > > > Jira issue with the suggested fix : > > http://issues.apache.org/jira/browse/HARMONY-669 > > > > > > Marina > > I applied the 669 patch and it fixed the ...xml linking problems. > Thanks this helps a bunch! > > Now build.native.cpp is failing when I enter the command, "build > -DBUILD_CFG=debug -DCXX=msvc". My local build tree is at revision > 417327. See the error messages below. I looked everywhere for > hyvmls.h and zipsup.h but can't find them. Any suggestions? > > build.native.cpp: > [cc] 2 total files to be compiled. > [cc] cl : Command line warning D4025 : overriding '/Ox' with '/Od' > [cc] j9vmls.cpp > [cc] C:\temp4\drlvm\trunk\vm\vmi\src\j9vmls.cpp(20) : fatal error > C1083: > Cannot open include file: 'hyvmls.h': No such file or directory > [cc] vmi.cpp > [cc] C:\temp4\drlvm\trunk\vm\vmi\src\vmi.cpp(25) : fatal error > C1083: Can > not open include file: 'zipsup.h': No such file or directory > [cc] Generating Code... > > BUILD FAILED > > Weldon Washburn > Intel Middleware Products Division > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > ------=_Part_32062_22762486.1151385285338--