From owner-freebsd-java@FreeBSD.ORG Thu May 14 23:58:32 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 E68961065670 for ; Thu, 14 May 2009 23:58:32 +0000 (UTC) (envelope-from kurt@intricatesoftware.com) Received: from mail1.intricatesoftware.com (mail1.intricatesoftware.com [96.56.4.132]) by mx1.freebsd.org (Postfix) with ESMTP id 9967A8FC0A for ; Thu, 14 May 2009 23:58:30 +0000 (UTC) (envelope-from kurt@intricatesoftware.com) Received: from seraph.intricatesoftware.com (relay@localhost.intricatesoftware.com [IPv6:::1]) by mail1.intricatesoftware.com (8.14.1/8.13.4) with ESMTP id n4ENwQ26019950; Thu, 14 May 2009 19:58:27 -0400 (EDT) Received: from seraph.intricatesoftware.com (truk@localhost.intricatesoftware.com [127.0.0.1]) by seraph.intricatesoftware.com (8.14.3/8.14.3) with ESMTP id n4ENwQdZ004688; Thu, 14 May 2009 19:58:26 -0400 (EDT) Message-ID: <4A0CB021.2050003@intricatesoftware.com> Date: Thu, 14 May 2009 19:58:25 -0400 From: Kurt Miller User-Agent: Thunderbird 2.0.0.21 (X11/20090430) MIME-Version: 1.0 To: Vlad GALU , freebsd-java@freebsd.org References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE408.2080404@gmail.com> <200905141659.43012.kurt@intricatesoftware.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SMTP-Vilter-Version: 1.3.6 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean X-Spamd-Symbols: ALL_TRUSTED,BAYES_00 X-SMTP-Vilter-Spam-Backend: spamd X-Spam-Score: -4.4 X-Spam-Threshold: 5.0 X-Spam-Probability: -0.9 X-SMTP-Vilter-Unwanted-Backend: attachment X-SMTP-Vilter-attachment-Unwanted-Status: clean Cc: 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 23:58:33 -0000 Vlad GALU wrote: > 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 [FreeBSD] >>> >>>> Most likely the following change is all that is needed for this >>>> warning: >>>> >>>> -static char *flagnames[] = { >>>> +static const char *flagnames[] = { >>>> >>> 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). Hi Vlad, Sorry no, but you could experiment with installing various fonts from ports and see if they help. If you identify one that corrects they way they look, be sure to let the list know. -Kurt