Newsgroups: comp.parallel.pvm
From: Yufeng Luo <luo@ece.utexas.edu>
Subject: XPVM
Organization: Univ of Texas - Austin
Date: Thu, 04 Jan 1996 14:58:00 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=gb2312
Content-Transfer-Encoding: 7bit
Message-ID: <30EC3F58.594B@ece.utexas.edu>

We just upgraded our tcl/tk to tcl 7.5 and tk 4.1. I tried to recompile
our XPVM with option -DUSE_TCL74_TK40. First, it said (in xpvm.c)
tcl_RcFileName undefined. I then change the tcl_RcFileName=...
to Tcl_SetVar(interp, "tcl_rcFileName", "...") to get rid of this 
problem, and it complied.

Another problem is when I run the XPVM, it failed in xpvm.c, function
window_init(). Tcl_EvalFile(interp, xpvm.tcl). interp->result is:
invalid command name "elseif".

Any one can tell me what's going on? I think XPVM is supposed to support
tk 4.x.

Thank you for your attention.

