From owner-freebsd-java@FreeBSD.ORG Fri Nov 18 22:20:47 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 4277F16A41F for ; Fri, 18 Nov 2005 22:20:47 +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 C51F243D45 for ; Fri, 18 Nov 2005 22:20:46 +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 74444F2416; Fri, 18 Nov 2005 14:20:46 -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 95501-06; Fri, 18 Nov 2005 14:20:46 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id E0898F1890; Fri, 18 Nov 2005 14:20:45 -0800 (PST) From: Sean McNeil To: "Georg-W. Koltermann" In-Reply-To: <1132351410.5875.7.camel@localhost.eu.mscsoftware.com> References: <5865852.456221132328743522.JavaMail.servlet@kundenserver> <1132329033.95503.0.camel@triton.mcneil.com> <1132351410.5875.7.camel@localhost.eu.mscsoftware.com> Content-Type: text/plain Date: Fri, 18 Nov 2005 14:20:45 -0800 Message-Id: <1132352445.35588.4.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: [SOLVED] 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 22:20:47 -0000 On Fri, 2005-11-18 at 23:03 +0100, Georg-W. Koltermann wrote: > Am Freitag, den 18.11.2005, 07:50 -0800 schrieb Sean McNeil: > > > 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 :-( > > > > > I solved it by reverting the port back to the version dated 11/05 06:00 > (cvs update -D), i.e. before the cairo 1.0 patches. So it must have > something to do with cairo. Specifying WITHOUT_CAIRO doesn't seem > sufficient. It could be that you did not use the update script to move to gnome 2.12. I am using eclipse + jdk15 + gnome 2.12 on amd64 6-stable and I do not have the problem you describe. You compiled eclipse with make WITHOUT_CAIRO=y or did you place it in /etc/make.conf? I built with the command line. Note there are patches to eclipse for compiling on i386 with the latest cairo, but (IMHO) they are wrong. They are incomplete and provide a broken interface, so it is useless. Cheers, Sean