Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 29086 invoked from network); 22 Jan 2007 05:35:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2007 05:35:02 -0000 Received: (qmail 20817 invoked by uid 500); 22 Jan 2007 05:35:07 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 20776 invoked by uid 500); 22 Jan 2007 05:35:07 -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 20766 invoked by uid 99); 22 Jan 2007 05:35:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jan 2007 21:35:06 -0800 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 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jan 2007 21:34:58 -0800 Received: by nz-out-0506.google.com with SMTP id j2so822224nzf for ; Sun, 21 Jan 2007 21:34:37 -0800 (PST) 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=TrRT9jQ7BaYbcQ+lsGQZbKh2Gv2VB8KhtXqUyOMPIsOD5ypktzi7Y3zAeI5bTGXSSJt8AHP1BLUbC2/pLLMwbpFdinKGZkkRPWHPmLWL+O96ZoJQDdVAdZsIcYQ0Xihme14lJsKt6DmnHNKNWDh92uvTAoSP22hr74TbqnUcbFQ= Received: by 10.65.154.2 with SMTP id g2mr6788454qbo.1169444077489; Sun, 21 Jan 2007 21:34:37 -0800 (PST) Received: by 10.65.121.17 with HTTP; Sun, 21 Jan 2007 21:34:37 -0800 (PST) Message-ID: Date: Mon, 22 Jan 2007 11:34:37 +0600 From: "Alexey Varlamov" To: dev@harmony.apache.org Subject: Re: Can Intel compiler be used to build Harmony in 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: X-Virus-Checked: Checked by ClamAV on apache.org I recall build hangings on Intel compiler appeared after build migration cpptasks-1.0b3.zip -> cpptasks-1.0b4.zip. Yet the 1.0b3 had troubles with command line length is over maximum... 2007/1/19, chunrong lai : > I am using Intel compiler 9.1. I met errors in vmcore\src\init\vm.cpp, > > [cc] C:\Harmony.0107\drlvm.svn\trunk\vm\vmcore\src\init\vm.cpp(24): > error > #1740: dllexport/dllimport conflict with "VM_Global_State::loader_env" > (declare > d at line 24); dllexport assumed > [cc] Global_Env *VM_Global_State::loader_env = 0; > [cc] ^ > > [cc] C:\Harmony.0107\drlvm.svn\trunk\vm\vmcore\src\init\vm.cpp(27): > error > #1740: dllexport/dllimport conflict with "ManagedObject::_tag_pointer" > (declare > d at line 27); dllexport assumed > [cc] bool ManagedObject::_tag_pointer = false; > > These are easy to be fixed. > The building finally hangs up when generating apr-1.lib, hythr.dll. But if I > kill the icl.exe and xllink.exe manually at that time, the building can > finish and the binary runs OK. > > > thanks and regards, > chunrong > > On 1/19/07, Elena Semukhina wrote: > > > > I tried Intel Compiler 9.0 only. > > > > Thanks, > > Elena > > > > > > On 1/19/07, chunrong lai wrote: > > > > > > Hello: > > > I hope to know if people are using Intel Compiler 9.1 to build > > Harmony > > > in Windows? > > > > > > thanks and regards, > > > chunrong > > > > > > > > > > > >