The first thing you could try is to add the --without-jikes
option and see if that fixes the build. I am not sure what
version of jikes is getting included in RedHat 6.1, so that
might be the problem. I have used the most recent jikes 1.0
series and they seem to work just fine.
Do you get this error with both Jacl and Tcl Blend? The
problem might be related to the src/empty/empty.jar file.
See if it was corrupted somehow by running the
following command to print the contents of the file.
jar -tvf src/empty/empty.jar
It should print this:
% jar -tvf src/empty/empty.jar
727 Mon Aug 09 08:15:08 GMT 1999 META-INF/MANIFEST.MF
0 Mon Aug 09 08:14:42 GMT 1999 tcl/
0 Mon Aug 09 08:14:58 GMT 1999 tcl/lang/
3286 Mon Aug 09 08:14:58 GMT 1999 tcl/lang/Interp.class
1109 Mon Aug 09 08:14:58 GMT 1999 tcl/lang/TclList.class
691 Mon Aug 09 08:14:58 GMT 1999 tcl/lang/CObject.class
819 Mon Aug 09 08:14:58 GMT 1999 tcl/lang/Notifier.class
817 Mon Aug 09 08:14:58 GMT 1999 tcl/lang/Util.class
I hope that helps
Mo DeJong
On Fri, 26 Nov 1999, Subhrajyoti Moitra wrote:
> hi,
> i downloaded the unix version of Jacl/TclBlend1.2.5 source...
> i gotta problem with it ....:
> i untar it in my home directory...
> go into tclBlend1.2.5/unix/ and the "configure--with-tcl=/opt/tcl8.2.2"..
> this runs fine and a make file is made in the directory ..
> then...
>
> #bash# make
>
>
> this is what i get ....:
> ***************************************************************
> rm -rf /home/subhra/download/jacl1.2.5/unix/tcljava
> rm -f tcljava.jar
> #
> # Making tcljava.build
> #
> mkdir -p /home/subhra/download/jacl1.2.5/unix/tcljava
> cd /home/subhra/download/jacl1.2.5/unix/../src/tcljava ;\
>
>CLASSPATH=/home/subhra/download/jacl1.2.5/unix/tcljava:/home/subhra/download/jacl1.2.5/unix/../src/empty/empty.jar:/jdk1.2/jre/lib/rt.jar
> \
> /usr/bin/jikes -g \
> -d /home/subhra/download/jacl1.2.5/unix/tcljava \
> tcl/lang/reflect/*.java
> cd /home/subhra/download/jacl1.2.5/unix/../src/tcljava ;\
>
>CLASSPATH=/home/subhra/download/jacl1.2.5/unix/tcljava:/home/subhra/download/jacl1.2.5/unix/../src/empty/empty.jar:/jdk1.2/jre/lib/rt.jar
> \
> /usr/bin/jikes -g \
> -d /home/subhra/download/jacl1.2.5/unix/tcljava \
> tcl/lang/*.java
> Found 1 semantic error compiling "tcl/lang/AdaptorClassLoader.java":
> 84. Interp interp, // Current interpreter.
> <---->
> *** Error: Type tcl/lang/Interp was not found.
> Found 2 semantic errors compiling "tcl/lang/EventAdaptor.java":
> 285. TclList.append(null, list, TclString.newInstance(
> <----->
> *** Error: "TclList" is either a misplaced package name or a non-existent
> entity.
> ...........
> ............
> ..........
> ******************************************************************************
>
> and lots of other similar errors ... all concerning the TclList and
> Interp... thing ....
> i have checked the path and other specifics .....
> i am using RH6.1 tcl8.2.2 ... jdk1.2... jikes ...
----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.