From owner-freebsd-java@FreeBSD.ORG Thu May 14 21:10:29 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 618C11065690 for ; Thu, 14 May 2009 21:10:27 +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 0F0F48FC2B for ; Thu, 14 May 2009 21:10:26 +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 n4EKxi3m026273; Thu, 14 May 2009 16:59:46 -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 n4EKxhcR012913; Thu, 14 May 2009 16:59:43 -0400 (EDT) Received: (from truk@localhost) by seraph.intricatesoftware.com (8.14.3/8.14.3/Submit) id n4EKxhD7013596; Thu, 14 May 2009 16:59:43 -0400 (EDT) X-Authentication-Warning: seraph.intricatesoftware.com: truk set sender to kurt@intricatesoftware.com using -f From: Kurt Miller To: freebsd-java@freebsd.org Date: Thu, 14 May 2009 16:59:42 -0400 User-Agent: KMail/1.9.10 References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE408.2080404@gmail.com> In-Reply-To: <4A0BE408.2080404@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905141659.43012.kurt@intricatesoftware.com> 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,AWL,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: ArtemGr 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:10:30 -0000 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. -Kurt