From owner-freebsd-java@FreeBSD.ORG Wed Jun 15 20:48:05 2005 Return-Path: X-Original-To: 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 42C0316A41C for ; Wed, 15 Jun 2005 20:48:05 +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 24C8543D1F for ; Wed, 15 Jun 2005 20:48:04 +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 7D29BF1BA4 for ; Wed, 15 Jun 2005 13:48:04 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47904-03 for ; Wed, 15 Jun 2005 13:48:03 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 6099EF1800 for ; Wed, 15 Jun 2005 13:48:03 -0700 (PDT) From: Sean McNeil To: java@freebsd.org Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Wed, 15 Jun 2005 13:48:03 -0700 Message-Id: <1118868483.48434.11.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: eclipse-devel and gtk theme problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 20:48:05 -0000 I'd like to figure out why this is happening, but I'm not sure where to begin. On an amd64/-STABLE I have a lot of output like the following: ** (:48450): WARNING **: Pixbuf theme: Cannot load pixmap file /usr/X11R6/share/themes/MardiGras/gtk-2.0/trough.png: Failed to load image '/usr/X11R6/share/themes/MardiGras/gtk-2.0/trough.png': Fatal error in PNG image file: zlib version error ** (:48450): WARNING **: Invalid borders specified for theme pixmap: /usr/X11R6/share/themes/MardiGras/gtk-2.0/trough.png, borders don't fit within the image ** (:48450): WARNING **: Pixbuf theme: Cannot load pixmap file /usr/X11R6/share/themes/MardiGras/gtk-2.0/scroll2.png: Failed to load image '/usr/X11R6/share/themes/MardiGras/gtk-2.0/scroll2.png': Fatal error in PNG image file: zlib version error ** (:48450): WARNING **: Invalid borders specified for theme pixmap: /usr/X11R6/share/themes/MardiGras/gtk-2.0/scroll2.png, borders don't fit within the image and lots more like this. It would appear that there is a version of zlib that conflicts with the one that is built for gtk. I don't see any zlib within eclipse, though. I'm probably missing something. Any ideas/solutions? Cheers, Sean