From owner-freebsd-java@FreeBSD.ORG Fri Nov 18 15:50:40 2005 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 EBB9E16A433 for ; Fri, 18 Nov 2005 15:50:40 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id A685743D49 for ; Fri, 18 Nov 2005 15:50:40 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 27F48F25BD; Fri, 18 Nov 2005 07:50:40 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95351-01; Fri, 18 Nov 2005 07:50:35 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 519B2F2596; Fri, 18 Nov 2005 07:50:34 -0800 (PST) From: Sean McNeil To: gwk@rahn-koltermann.de In-Reply-To: <5865852.456221132328743522.JavaMail.servlet@kundenserver> References: <5865852.456221132328743522.JavaMail.servlet@kundenserver> Content-Type: text/plain Date: Fri, 18 Nov 2005 07:50:33 -0800 Message-Id: <1132329033.95503.0.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: freebsd-java@freebsd.org Subject: Re: Eclipse 3.1.1 on FreeBSD 6.0: weird window sizes, empty dialog 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: Fri, 18 Nov 2005 15:50:41 -0000 On Fri, 2005-11-18 at 16:45 +0100, gwk@rahn-koltermann.de wrote: > Hi, > > I just installed FreeBSD 6.0-R and tried compiling Eclipse 3.1.1 from ports (i.e. > I used the HEAD version of the Eclipse port on top of an installed 6.0-R). I used > jdk15. > > I had to build WITHOUT_CAIRO (no big deal). > > The resulting Eclipse does work, but some status windows come up much too large. > E.g. the progress bar during Eclipse startup is about 1000x800, maybe, when it > should only be rather narrow, say 600x200. There seems to be a general problem; > the dialog for filtering build problems is also rather large ==>*and completely empty*. That's true, the dialog is empty and I cannot enter anything :-( > > Has anyone of you seen this before? Would it likely be caused by running > the HEAD version on an older GTK (6.0-R has gnome 2.10, head expects 2.12)? > Or would it likely be caused by running Eclipse with jdk15? I didn't compile > jdk142 yet, it'll take some time... Yes, this has been reported before. I believe the solution was to delete your ~/.eclipse. Sean