From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 23:20:22 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 1880616A494; Sat, 4 Nov 2006 23:20:22 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF15543D72; Sat, 4 Nov 2006 23:20:16 +0000 (GMT) (envelope-from dsledge@appriss.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Sat, 4 Nov 2006 18:16:19 -0500 Message-ID: <768690DD58883C4FAA0C089A534F94DF20552D@intexch02.int.appriss.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Eclipse 3.2 port (java/eclipse32) Thread-Index: AccAR8WGVBQryUx0QJe11Fw8jqMiRAAG/3xRAADeO/A= References: <20061018.220822.74673558.ken@tydfam.jp><768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com><20061103122425.3146dadc@localhost><20061103.120801.97298272.ken@tydfam.jp><454AC581.2080503@appriss.com><20061103211431.5a2af48b@kan.dnsalias.net><20061104143059.3c2e2763@kan.dnsalias.net> <768690DD58883C4FAA0C089A534F94DF205529@intexch02.int.appriss.com> From: "David Sledge" To: "David Sledge" , "Alexander Kabaev" , "Thomas Gellekum" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-java@freebsd.org, freebsd-eclipse@freebsd.org Subject: RE: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 23:20:22 -0000 > -----Original Message----- > From: owner-freebsd-eclipse@freebsd.org on behalf of David Sledge > Sent: Sat 11/4/2006 6:02 PM > To: Alexander Kabaev; Thomas Gellekum > Cc: freebsd-eclipse@freebsd.org; freebsd-java@freebsd.org > Subject: RE: Eclipse 3.2 port (java/eclipse32) =20 > -----Original Message----- > From: Alexander Kabaev [mailto:kabaev@gmail.com] > Sent: Sat 11/4/2006 2:30 PM > To: Thomas Gellekum > Cc: freebsd-java@freebsd.org; freebsd-eclipse@freebsd.org; David = Sledge > Subject: Re: Eclipse 3.2 port (java/eclipse32) =20 > > On 04 Nov 2006 16:34:24 +0100 > > Thomas Gellekum wrote> : > >> I'm using WITH_MOZILLA=3Dfirefox, WITH_GECKO=3Dfirefox. > >>=20 > > Hmm, I think eclipse port hardcodes $(LOCALBASE)/include/mozilla = into > > Makefiles and is unable to find mozilla headers. Install mozilla > > package and everything should build. Arguably, this is a port > > shortcoming. > > --=20 > > Alexander Kabaev > Ok, I just fixed the static mozilla references in the = post-patch-plugins-swt-gtk-make_freebsd.mak patch > file. I will upload the new shar file to the server Monday morning. I = don't have access to the server right > now. Eclipse still does not run properly when compiled against firefox = (1.5.0_07). It will compile with > > WITH_MOZILLA=3Dfirefox but eclipse = will crash during runtime when it trys to display the JavaDoc when a > keyword like String is hovered over in the editor. Maybe this is fixed = with the new version of firefox > (2.0_1). I am upgrading to it now and will test against it as soon as = its ready. > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to = "freebsd-eclipse-unsubscribe@freebsd.org" Oh yeah, forgot it was checked in. I will submit the patch instead when = its ready.