From owner-freebsd-java@FreeBSD.ORG Tue Mar 29 07:53:11 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA3716A4CE for ; Tue, 29 Mar 2005 07:53:11 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5805943D1D for ; Tue, 29 Mar 2005 07:53:08 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j2T7r3Tf018122; Tue, 29 Mar 2005 10:53:03 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j2T7qoRF060982; Tue, 29 Mar 2005 10:52:54 +0300 (EEST) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.8.4]); Tue, 29 Mar 2005 10:52:45 +0300 Message-ID: <4249094D.3010808@ebs.gr> Date: Tue, 29 Mar 2005 10:52:45 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Varju References: <424490CD.9080203@chuckr.org> <4246D3C5.5060303@ebs.gr> <4246FE33.2090608@webct.com> <4248801D.7070405@webct.com> <42489BD2.40504@varju.ca> In-Reply-To: <42489BD2.40504@varju.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java Subject: Re: eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 07:53:12 -0000 Alex Varju wrote: > Alex Varju wrote: > >> I haven't managed to get a successful build running, but I've put >> together some notes of the progress I've made so far. If anybody is >> interested, they are here: >> >> http://www.varju.ca/alex/freebsd/eclipse_amd64.html > > > It turns out that one of my customised build files was being overwritten > by another, and a required flag (-DSWT_PTR_SIZE_64) was not being passed > through. I've rebuilt with this flag, and now have a working version of > Eclipse on my AMD64 machine. > > If anybody is interested, a tarred up copy of my port directory is > available here: > > http://www.varju.ca/alex/freebsd/eclipse-devel-3.1m5a-2.tgz > > This is still pretty messy, and won't likely build on anything except > AMD64, but it's a start. > > Alex. Excellent! Thanks for doing this. Cheers, Panagiotis