Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 7589 invoked from network); 29 Mar 2008 16:37:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2008 16:37:50 -0000 Received: (qmail 7201 invoked by uid 500); 29 Mar 2008 16:37:48 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 7172 invoked by uid 500); 29 Mar 2008 16:37:47 -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 7163 invoked by uid 99); 29 Mar 2008 16:37:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 09:37:47 -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 (athena.apache.org: domain of mccloud35@gmail.com designates 209.85.198.186 as permitted sender) Received: from [209.85.198.186] (HELO rv-out-0910.google.com) (209.85.198.186) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 16:37:07 +0000 Received: by rv-out-0910.google.com with SMTP id k20so498652rvb.0 for ; Sat, 29 Mar 2008 09:37:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=qRHVDa2xibXkjQ9V++rSgHnoc7BANwFR9Lhikd+9e1s=; b=RFQ2gwekan50A69s47/9A281g803y82TsPpwcqOhsVMNNg+TRJ/swn2E21dfGUOt3tCAGeBLDtKoQgyNYP6cXstYFrltbc+a3VCzLEtLQjPHJvD/HNNQhl7HYMA4ILMJUIa2AXbMtaLm+inf3BYU0gKoodCYMJ4R+NZVtZrNOY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Kq/fFlQZWxTZ3VF54Cq5MnenyGfrHce8uLjcY0iuO/K3b7naQRdnhrQPSsXFTGT/JRJF6gXiVtZT53Px4kpRfsxuvPASlLhs/p+lz6mVE8q0zb7d9H9ZNCd9jXosPjqX64KOjh3IqycpRbWZybS4Pg9/KERDIkBbQV6jInaVcXw= Received: by 10.140.134.15 with SMTP id h15mr2278785rvd.48.1206808639429; Sat, 29 Mar 2008 09:37:19 -0700 (PDT) Received: by 10.141.34.15 with HTTP; Sat, 29 Mar 2008 09:37:19 -0700 (PDT) Message-ID: <61d2e9b20803290937re66b2a0jcfeacf1298e0d382@mail.gmail.com> Date: Sat, 29 Mar 2008 22:07:19 +0530 From: "Tharindu Mathew" To: dev@harmony.apache.org Subject: Re: Building Harmony on Ubuntu 7.10 In-Reply-To: <8812c4670803290916l8fad3dfw1ed0ccc58e48ada0@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14000_26364460.1206808639423" References: <8812c4670803290616w4ba5ce78q5a605b62b319ec7a@mail.gmail.com> <47EE623A.1060805@gmail.com> <8812c4670803290845o2cabfd86t670bbee93e42ccfa@mail.gmail.com> <8812c4670803290916l8fad3dfw1ed0ccc58e48ada0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14000_26364460.1206808639423 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline These are the same thing I went through when building harmony. GOod to see that a configuration guide was created. On Sat, Mar 29, 2008 at 9:46 PM, Senaka Fernando wrote: > Hi all, > > http://wiki.apache.org/harmony/DevConfiguration_Ubuntu7-10 > > contains a guideline on installing Harmony on Ubuntu 7.10. > > 1. Xerces distribution at given download target is faulty > 2. Need to separately checkout log4cxx > > Are required to be corrected from the Harmony side I believe, as this > doesn't seem to be some OS specific requirement. > > Regards, > Senaka > > On Sat, Mar 29, 2008 at 9:15 PM, Senaka Fernando > wrote: > > > > > > > On Sat, Mar 29, 2008 at 9:07 PM, Tim Ellison > > wrote: > > > > > Senaka Fernando wrote: > > > > Thanks to the valuable discussions on this list I was able to > > > successfully > > > > build Harmony on Ubuntu 7.10 in less than a day. Below are some of > my > > > > experiences. > > > > > > > > 1. Requirement of ant-optional > > > > 2. Requirement of setting ANT_OPTS even on Ubuntu > > > > 3. Xerces distribution at given download target is faulty > > > > 4. Need to separately checkout log4cxx > > > > 5. Need to install package libxtst-dev > > > > > > > > Also, some methods discussed on the list weren't required (ex:- soft > > > links > > > > for libXtst). In addition to that I noticed a number of warnings > when > > > > building C/C++ source. > > > > > > Good job Senaka. > > > > > > Perhaps you could update/enhance the wiki [1] with your experiences. > > > > > > +1. working on that now > > > > Regards, > > Senaka > > > > > > > > > > > [1] http://wiki.apache.org/harmony/DevConfiguration_Ubuntu6 > > > > > > Thanks, > > > Tim > > > > > > > > -- Regards, Tharindu ------=_Part_14000_26364460.1206808639423--