Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 23:08:57 -0600
From:      Gene Harris <geneh@tetronsoftware.com>
To:        freebsd-java@freebsd.org
Subject:   ShuJit compile problem
Message-ID:  <200302172308.57235.geneh@tetronsoftware.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302172308.57235.geneh>