Hello,

there is an error in the Interp.java file as you get it
when you applied the patch at 
  http://ME.IN-Berlin.de/~v12/krischan/Interp/other-files.patch

You should make the following change to get the correct version:

--- Interp.java.org     Wed Aug 16 18:21:46 2000
+++ Interp.java Wed Aug 16 06:45:36 2000
@@ -3425,7 +3425,7 @@
     // (that the user is not trying to do an expose and a rename
     //  (to another namespace) at the same time)
 
-    if (hiddenCmdToken.indexOf("::") >= 0) {
+    if (cmdName.indexOf("::") >= 0) {
         throw new TclException(this, "can not expose to a namespace "
                      + "(use expose to toplevel, then rename)");
     }                                                                          

Greetings, Krischan
-- 
Christian Krone, SQL Datenbanksysteme GmbH
Mail mailto:[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]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to