Date: Fri, 15 Dec 2000 12:52:31 +0100 (CET) From: Zsolt Kuti <kuti@kuti.cetelem.hu> To: freebsd-java@freebsd.org Subject: OpenJIT, scene II Message-ID: <200012151152.MAA00847@kuti.cetelem.hu>
next in thread | raw e-mail | index | archive | help
Hello! The hints helped somewhat. I updated my jdk1.2.2/lib/tools.jar with a FreeBSD_i386.properties (empty) file from the work/src/share/classes/com/sun/tools/javah/resources. Then OpenJIT gmake continued, now producing an error expected. I had the files in CClassHeaders and changed according to the guide (line 178 in 1.1.15). But now other problem occurs: gmake ./libOpenJIT_g.so VARIANT=DBG gmake[1]: Entering directory `/usr/home/kuti/OpenJIT-1.1.15' gcc -g -Wall -Wno-unknown-pragmas -DDEBUG -DJCOV -DHAVE_ALIGNED_DOUBLES -DHAVE_ALIGNED_LONGLONGS -I/usr/local/jdk1.2.2/include-old -I/usr/local/jdk1.2.2/include-old/freebsd -I./CClassHeaders -DARCH=\"X86\" -DJDK_VERSION_STRING=\"1.2.2\" -c -o obj_g/api.o api.c In file included from /usr/local/jdk1.2.2/include-old/oobj.h:25, from OpenJIT.h:56, from api.c:52: /usr/local/jdk1.2.2/include-old/typedefs.h:18: typedefs_md.h: No such file or directory In file included from /usr/local/jdk1.2.2/include-old/oobj.h:29, from OpenJIT.h:56, from api.c:52: /usr/local/jdk1.2.2/include-old/util.h:20: miscdefs_md.h: No such file or directory In file included from /usr/local/jdk1.2.2/include-old/interpreter.h:24, from OpenJIT.h:57, [..cut..] /usr/local/jdk1.2.2/include-old/typecodes.h:15: miscdefs_md.h: No such file or directory In file included from OpenJIT.h:63, from api.c:52: /usr/local/jdk1.2.2/include-old/jmath.h:24: jmath_md.h: No such file or directory gmake[1]: *** [obj_g/api.o] Error 1 gmake[1]: Leaving directory `/usr/home/kuti/OpenJIT-1.1.15' gmake: *** [debug] Error 2 So, header files in include-old refers in some cases to non-existent ones. Any idea how to proceed? Thanks Zsolt ----------- Zsolt Kuti 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?200012151152.MAA00847>