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 ... 
can u please help me ..... 
thanx in advance .. [EMAIL PROTECTED]


----------------------------------------------------------------
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]'. 

Reply via email to