Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 69704 invoked from network); 23 Apr 2007 14:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 14:40:55 -0000 Received: (qmail 77824 invoked by uid 500); 23 Apr 2007 14:40:59 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 77800 invoked by uid 500); 23 Apr 2007 14:40:58 -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 77791 invoked by uid 99); 23 Apr 2007 14:40:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 07:40:58 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of liyilei1979@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 07:40:51 -0700 Received: by ug-out-1314.google.com with SMTP id z36so1125377uge for ; Mon, 23 Apr 2007 07:40:29 -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:references; b=odei/pAUTMUXC7RP14x/cBSBL24kUFblA4AGmpunHX8GHZVIrBsXEiuvpw3Q5EaUIAJeXhVEFCXlBroT7/joqllej3I0coqyXouUTKBNmcVG8epHTm5xJGUtDSAK4UMlQh5lqYTcf1M0D7cA2yQIrpKbIpXN2ADnR0WVlzP1nYU= 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:references; b=tRJ+Yk4DNMulrjpJO0vK2QcRws0lzaI/fGfAW1MSpq7vgNdpGu25I4ZFoqe9hM2vKAbwZuYndGGld7XyvLQu2s7Q4d9isoDlIrAWQD9pbDMbp00Hs7hp4q1+JA3KWjeOJhv4EgpyW5YPiQKTbBmwf+IBlCCOIezJHe/nM/GVoGg= Received: by 10.82.158.12 with SMTP id g12mr9212953bue.1177339229202; Mon, 23 Apr 2007 07:40:29 -0700 (PDT) Received: by 10.82.183.4 with HTTP; Mon, 23 Apr 2007 07:40:28 -0700 (PDT) Message-ID: Date: Mon, 23 Apr 2007 22:40:28 +0800 From: "Leo Li" To: dev@harmony.apache.org Subject: Re: [classlib] Build failed In-Reply-To: <3D8E84095C6A524A985B787423094E40E6831A@mssmsx411> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_112061_28539680.1177339228005" References: <3D8E84095C6A524A985B787423094E40E6831A@mssmsx411> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_112061_28539680.1177339228005 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have encountered the same problem building with visual studio 2003. One choice is to set WARNING_LEVEL=W0 also on win32 platform in depends\build\defines.mak as a workround. Maybe the patch owner will look at it tomorrow.:) On 4/23/07, Zakharov, Vasily M wrote: > > Hi, all, > > I'm trying to build (after clean) the recent classlib on WinXP and > repeatedly get the following fail: > > [exec] cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo > -FIsehmap.h -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WIN95 > -D_WIN32_WINDOWS=0x0400 /D_WIN32_DCOM -D_WIN32_IE=0x0500 -DWINVER=0x0400 > -Zi -Od -WX -GF -Gs -MD -Zm400 -D_DLL -D_MT -D_WINSOCKAPI_ > /IC:\HarmonyTrunk\working_classlib\deploy\include > /IC:\HarmonyTrunk\working_classlib\deploy\jdk\include /I. > -DHYPORT_LIBRARY_DEFINE /I..\shared\ -Fo..\shared\hystr.obj > ..\shared\hystr.c > [exec] hystr.c > [exec] ..\shared\hystr.c(665) : error C2220: warning treated as > error - no object file generated > [exec] ..\shared\hystr.c(665) : warning C4018: '>' : > signed/unsigned mismatch > [exec] ..\shared\hystr.c(681) : warning C4018: '>' : > signed/unsigned mismatch > [exec] ..\shared\hystr.c(698) : warning C4018: '>' : > signed/unsigned mismatch > [exec] NMAKE : fatal error U1077: 'cl' : return code '0x2' > [exec] Stop. > > Yesterday I had no problems. Am I doing something wrong or the build is > broken? > > Vasily Zakharov > Intel ESSD > -- Leo Li China Software Development Lab, IBM ------=_Part_112061_28539680.1177339228005--