From owner-freebsd-java@FreeBSD.ORG Fri Jul 25 06:56:31 2003 Return-Path: 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 F2A7737B401 for ; Fri, 25 Jul 2003 06:56:30 -0700 (PDT) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0458443FA3 for ; Fri, 25 Jul 2003 06:56:30 -0700 (PDT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.0.3]) by tydfam.jp (8.12.8p1/8.11.6) with ESMTP id h6PDuRkn034585; Fri, 25 Jul 2003 22:56:28 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Fri, 25 Jul 2003 22:56:21 +0900 (JST) Message-Id: <20030725.225621.730647315.ken@tydfam.jp> To: sheldonh@starjuice.net From: Yamada Ken Takeshi X-Mailer: Mew version 2.2 on XEmacs 21.5-b13 (cauliflower) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Q) jdk1.4.1 compile on -current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 13:56:31 -0000 Thank you for your check. I may need to wait for wise man to correct the bug of GCC 3.3.1 From: Sheldon Hearn > Sorry I'm late. I've just checked my overnight build and it failed in > the way you reported: > > /usr/ports/java/jdk14/work/hotspot/src/share/vm/prims/jni.cpp:1349:56: > pasting "." and "d" does not give a valid preprocessing token > > So it's definitely the gcc-3.3.1 import in -CURRENT that's broken the > build. > > Probably not what you were hoping to hear, but at least now you know > it's not "just you". :-) > > Ciao, > Sheldon. >