Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 15917 invoked from network); 26 Apr 2007 08:48:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 08:48:58 -0000 Received: (qmail 26536 invoked by uid 500); 26 Apr 2007 08:49:02 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 26431 invoked by uid 500); 26 Apr 2007 08:49:02 -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 26418 invoked by uid 99); 26 Apr 2007 08:49:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 01:49:02 -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 alexey.v.varlamov@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 01:48:54 -0700 Received: by an-out-0708.google.com with SMTP id b2so156547ana for ; Thu, 26 Apr 2007 01:48:34 -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=n7SEhMiH0Ch+5a9DsbuDDkyUYvEkiU9MBeZEHhYhcyZZC1d2NJ+4raBwYhuGQd27mu93whHGH985LMVXuhi4ayTMBylvb16U4rgUAEbe4GPRwNf1T94fcJ+EEoTno4H7Y+wj9PziNrbfcyCDM0qOAmziTw8TuJk2skBYPsYU1HA= 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=ZfFyW4DsuCKEuwXkXtRxEiqv2CU410sFr0PbnzAbR1jupcauVVvMa3gcWGf6siUliseTnrPlrL9eM95nMIAbHgq744WUrZnM+P6x1TkWpnrsDg8PE50aTgmuMmiyRabfJQqso+d3LDf8bNide0qSM23g0QBMReEXUrzODST5C9U= Received: by 10.100.205.9 with SMTP id c9mr904255ang.1177577313142; Thu, 26 Apr 2007 01:48:33 -0700 (PDT) Received: by 10.100.45.16 with HTTP; Thu, 26 Apr 2007 01:48:33 -0700 (PDT) Message-ID: Date: Thu, 26 Apr 2007 15:48:33 +0700 From: "Alexey Varlamov" To: dev@harmony.apache.org Subject: Re: [build] need help building harmony on windows In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0BB761F0-0538-4128-A62D-053FC24DE3D5@uiuc.edu> <7273946b0704252037k65124a78ye52a638d1bd1641a@mail.gmail.com> <24250AD0-1203-487A-876C-D82A1AF4B48C@uiuc.edu> <469bff730704252254g31dda7c2ob1b26fc7e061b107@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Just in case, did you try release build? 2007/4/26, Naveen Neelakantam : > I rebuilt using r532300 and did a "build clean" first (both classlib > and vm), but I am seeing the same error. It occurs even when I just > try -showversion: > > D:\neelakan\trunk\working_vm\build\win_ia32_msvc_debug\deploy\jdk\jre > \bin>java -showversion > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache > Software Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r532300, (Apr 26 2007), Windows/ia32/msvc 1310, debug build > http://incubator.apache.org/harmony > Failure to open JIT dll D:\neelakan\trunk\working_vm\build > \win_ia32_msvc_debug\deploy\jdk\jre\bin/default/\jitrino.dll -1073021795 > apr code: Unknown error > EM: JIT library loading error:'D:\neelakan\trunk\working_vm\build > \win_ia32_msvc_debug\deploy\jdk\jre\bin/default/\jitrino.dll' > > And the following abort message pops up (screen grab): > http://freya.cs.uiuc.edu/~neelakan/abort_message.tiff > > On Apr 26, 2007, at 12:54 AM, Pavel Ozhdikhin wrote: > > > Naveen, > > > > That's how I build on Windows (actual host names and ports are > > removed): > > > > # Set environment > > set PATH=c:\jrockit-jdk1.5.0\bin;c:\utils\apache-ant-1.6.5\bin;%PATH% > > set JAVA_HOME=c:\jrockit-jdk1.5.0 > > set ANT_HOME=c:\utils\apache-ant-1.6.5 > > set ANT_OPTS=-Dhttp.proxyHost=proxy_host -Dhttp.proxyPort=proxy_port > > > > # Checkout > > svn co https://svn.apache.org/repos/asf/harmony/enhanced/trunk > > cd trunk > > ant populate_source > > > > # Build classlib > > cd working_classlib > > ant fetch-depends > > ant > > > > # Build DRLVM > > set CXX=msvc > > set BUILD_CFG=debug > > build.bat update > > build.bat > > > > Quite the same as on Linux and it worked fine for me. Please make sure > > your do 'build clean' after doing 'svn update' - in many cases partial > > rebuild did not work for me. > > > > Thanks, > > Pavel > > > > On 4/26/07, Naveen Neelakantam wrote: > >> I'll try rolling back and see what happens. > >> > >> On Apr 25, 2007, at 10:37 PM, Vladimir Ivanov wrote: > >> > >> > You can use r532300 for tests (r532301 was updated to show this > >> > message as 'usage help'). > >> > That is for jitrino question I never saw it. I think, we should > >> wait > >> > our jit guys... > >> > > >> > thanks, Vladimir > >> > > >> > > >> > On 4/26/07, Naveen Neelakantam wrote: > >> >> I forgot to mention that I followed the directions on http:// > >> >> harmony.apache.org/quickhelp_contributors.html > >> >> > >> >> On Apr 25, 2007, at 10:09 PM, Naveen Neelakantam wrote: > >> >> > >> >> > I am trying to get a windows development environment setup to > >> track > >> >> > down a bug (HARMONY-1788), but I'm having trouble. > >> >> > > >> >> > I managed to build the classlib and drlvm on Windows 2003 using > >> >> > Visual Studio .NET 2003 and the eclipse JDK, but whenever I > >> try to > >> >> > run the vm, I see the following: > >> >> > > >> >> > D:\neelakan\trunk\working_vm\build\win_ia32_msvc_debug\deploy > >> \jdk > >> >> > \jre\bin>java > >> >> > Harmony Java launcher > >> >> > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache > >> >> > Software Foundation or its licensors, as applicable. > >> >> > java [-vm:vmdll -vmdir:dir -D... [-X...]] [args] > >> >> > > >> >> > Help? I'm totally clueless on Windows... > >> >> > > >> >> > Naveen > >> >> > >> >> > >> > >> > >