From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 11:24:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4209A37B401 for ; Fri, 27 Jun 2003 11:24:44 -0700 (PDT) Received: from mail.rdstm.ro (mail.rdstm.ro [193.231.233.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB6B43FE9 for ; Fri, 27 Jun 2003 11:24:43 -0700 (PDT) (envelope-from aanton@reversedhell.net) Received: from reversedhell.net (casa_auto [81.196.32.25]) by mail.rdstm.ro (8.12.9/8.12.1) with ESMTP id h5RIOfwr022955 for ; Fri, 27 Jun 2003 21:24:42 +0300 Message-ID: <3EFA9299.5020502@reversedhell.net> Date: Thu, 26 Jun 2003 09:28:41 +0300 From: Alin-Adrian Anton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030606 X-Accept-Language: en-us, en, ro MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: native jdk compilation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 18:24:44 -0000 Hi, I am trying to compile native java support for freebsd. All checksums for files are okay, and after a long time of compiling, it stops with this error: /usr/ports/java/jdk14/work/hotspot/src/share/vm/prims/jni.h: In method `jboolean JNIEnv_::GetBooleanField(_jobject *, _jfieldID *)': /usr/ports/java/jdk14/work/hotspot/src/share/vm/prims/jni.h:1269: syntax error b efore `return' gmake[3]: *** [cInterpreter.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/h otspot-i586/tmp/bsd_i486_compiler2/product' gmake[2]: *** [the_vm] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/h otspot-i586/tmp/bsd_i486_compiler2/product' gmake[1]: *** [product] Error # Please help me get around this. I will appreciate any advice. (/usr/ports/java/jdk14). I am using a FreeBSD 4.8-STABLE machine, using the ports from the CURRENT tree. Best regards, Alin.