Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 85376 invoked from network); 21 Sep 2006 02:23:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 02:23:20 -0000 Received: (qmail 42550 invoked by uid 500); 21 Sep 2006 02:23:17 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 42509 invoked by uid 500); 21 Sep 2006 02:23:17 -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 42498 invoked by uid 99); 21 Sep 2006 02:23:17 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 19:23:17 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=vvgorr@gmail.com; domainkeys=good Authentication-Results: idunn.apache.osuosl.org smtp.mail=vvgorr@gmail.com; spf=pass X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_50_60,HTML_MESSAGE,RCVD_BY_IP Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 64.233.166.177 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.166.177] ([64.233.166.177:47681] helo=py-out-1112.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id F3/68-04092-097F1154 for ; Wed, 20 Sep 2006 19:23:12 -0700 Received: by py-out-1112.google.com with SMTP id e30so139617pya for ; Wed, 20 Sep 2006 19:23:10 -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=TPgv59DZ/BWQ5n8JsLIjPO/6NmhBssEikYw1mr+n9D0T4nmg6O5GC+xy6GjteXlSyJI/ciAYASp9vnXtttPsbH9sF259evxzpoBIe3R4SfMHn6HVkvAMJkO4C01H6J1HSlW+iz7fhcd/7rDFdaIJ+kNYSdCOrkZrmUMDTGr1LyA= Received: by 10.35.31.14 with SMTP id i14mr29758090pyj; Wed, 20 Sep 2006 19:13:09 -0700 (PDT) Received: by 10.35.88.14 with HTTP; Wed, 20 Sep 2006 19:13:09 -0700 (PDT) Message-ID: <23951bd90609201913s248f8e71sed73de82a613abbe@mail.gmail.com> Date: Thu, 21 Sep 2006 09:13:09 +0700 From: "Vladimir Gorr" To: harmony-dev@incubator.apache.org Subject: Re: [classlib]build failed on windows In-Reply-To: <7A03F71B-BDB5-47FB-AACD-DDD08D9B6DC6@pobox.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18507_14220203.1158804789775" References: <7DFCA84F-465C-4D37-8C60-7FE6C42BAA1C@pobox.com> <7A03F71B-BDB5-47FB-AACD-DDD08D9B6DC6@pobox.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_18507_14220203.1158804789775 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/21/06, Geir Magnusson Jr. wrote: > > fixed. please verify. Yes, this issue disappeared. Thanks, Vladimir. And apologies... > > geir > > On Sep 20, 2006, at 10:07 PM, Geir Magnusson Jr. wrote: > > > Sorry. My fault. Fixing now. > > > > I need to find settings to make gcc on linux enforce the same... > > > > geir > > > > On Sep 20, 2006, at 9:36 PM, Leo Li wrote: > > > >> Hi, all > >> I found that the classlib build fails on windows today. > >> I have tried to fixed it in File main.c > >> 1. move some declarations of variables to the top part of a > >> function. > >> at line 311: char *dirs[2]; > >> at line 1045: int found = 0; > >> int i=0; > >> at line 1067:int strLen > >> 2. comments out unused variable at line 1019: //UDATA > >> newPathLength; > >> -- > >> Leo Li > >> China Software Development Lab, IBM > > > > > > --------------------------------------------------------------------- > > 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 > > > > > --------------------------------------------------------------------- > 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_18507_14220203.1158804789775--