From owner-freebsd-java@FreeBSD.ORG Thu May 14 21:51:53 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44BDA10656E5 for ; Thu, 14 May 2009 21:51:53 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id CF9B28FC1E for ; Thu, 14 May 2009 21:51:52 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by bwz9 with SMTP id 9so1559637bwz.43 for ; Thu, 14 May 2009 14:51:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.126.1 with SMTP id a1mr2023503fas.78.1242336137109; Thu, 14 May 2009 14:22:17 -0700 (PDT) In-Reply-To: <200905141659.43012.kurt@intricatesoftware.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE408.2080404@gmail.com> <200905141659.43012.kurt@intricatesoftware.com> From: Vlad GALU Date: Fri, 15 May 2009 00:21:57 +0300 Message-ID: To: Kurt Miller Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ArtemGr , freebsd-java@freebsd.org Subject: Re: Can't compile openjdk6 b16 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: Thu, 14 May 2009 21:51:53 -0000 On Thu, May 14, 2009 at 11:59 PM, Kurt Miller wrote: > On Thursday 14 May 2009 5:27:36 am ArtemGr wrote: >> Kurt Miller wrote: >> > I see this is a debug build on amd64, but what version of FreeBSD and = what compiler version? >> > >> >> 7.0-RELEASE-p5 >> gcc version 4.2.1 20070719 =A0[FreeBSD] >> >> > Most likely the following change is all that is needed for this >> > warning: >> > >> > -static char *flagnames[] =3D { >> > +static const char *flagnames[] =3D { >> > >> >> Yeah, but there are other such places: > > Ok no problem. I'll fix these in the next update that I'm working on. Hi Kurt. Chiming in to ask whether you have any clue why fonts show up in weird ways (different from diablo-jdk, for one) in Swing apps (Netbeans, my case). Thanks, Vlad