From owner-freebsd-java@FreeBSD.ORG Tue Mar 29 00:07:34 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 A48E816A4CE for ; Tue, 29 Mar 2005 00:07:34 +0000 (GMT) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5246543D41 for ; Tue, 29 Mar 2005 00:07:34 +0000 (GMT) (envelope-from alex@varju.ca) Received: from pd4mr7so.prod.shaw.ca (pd4mr7so-qfe3.prod.shaw.ca [10.0.141.84])2004))freebsd-java@freebsd.org; Mon, 28 Mar 2005 17:05:40 -0700 (MST) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd4mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IE300BG86XGA660@pd4mr7so.prod.shaw.ca> for freebsd-java@freebsd.org; Mon, 28 Mar 2005 17:05:40 -0700 (MST) Received: from alex.varju.ca (S010600095beeacbb.vc.shawcable.net [24.83.197.241]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IE30040W6XGPR@l-daemon> for freebsd-java@freebsd.org; Mon, 28 Mar 2005 17:05:40 -0700 (MST) Received: from localhost ([127.0.0.1]) by alex.varju.ca with esmtp freebsd-java@freebsd.org; Mon, 28 Mar 2005 16:05:38 -0800 Date: Mon, 28 Mar 2005 16:05:38 -0800 From: Alex Varju In-reply-to: <4248801D.7070405@webct.com> To: java Message-id: <42489BD2.40504@varju.ca> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <424490CD.9080203@chuckr.org> <4246D3C5.5060303@ebs.gr> <4246FE33.2090608@webct.com> <4248801D.7070405@webct.com> User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050325) 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 00:07:34 -0000 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.