From owner-freebsd-java Mon Feb 17 21: 9: 0 2003 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 545EE37B406 for ; Mon, 17 Feb 2003 21:08:59 -0800 (PST) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [65.67.249.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C90643F3F for ; Mon, 17 Feb 2003 21:08:58 -0800 (PST) (envelope-from geneh@tetronsoftware.com) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [65.67.249.85]) by ns1.tetronsoftware.com (8.12.7/8.12.5) with ESMTP id h1I58vHI066965 for ; Mon, 17 Feb 2003 23:08:57 -0600 (CST) (envelope-from geneh@tetronsoftware.com) From: Gene Harris Organization: Gene Harris, LLC To: freebsd-java@freebsd.org Subject: ShuJit compile problem Date: Mon, 17 Feb 2003 23:08:57 -0600 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302172308.57235.geneh@tetronsoftware.com> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Here is the last few lines of my attempt to compile ShuJit. I modified the Makefile to use jdk1.3.1 instead of jdk1.1.8. uname-a: FreeBSD ns1.tetronsoftware.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Feb 15 22:29:24 CST 2003 Make error: creating config.h ===> Building for shujit-0.7.12 gmake libshujit.so VARIANT=OPT gmake[1]: Entering directory `/usr/ports/java/shujit/work/shujit' /usr/bin/cc -fno-omit-frame-pointer -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/code.o code.c In file included from code.c:24: compiler.h:66: redefinition of `uint16_t' /usr/include/sys/inttypes.h:17: `uint16_t' previously declared here compiler.h:72: redefinition of `int16_t' /usr/include/sys/inttypes.h:12: `int16_t' previously declared here gmake[1]: *** [obj/code.o] Error 1 gmake[1]: Leaving directory `/usr/ports/java/shujit/work/shujit' gmake: *** [optimized] Error 2 *** Error code 2 Stop in /usr/ports/java/shujit. Any advice would be appreciated. Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message