Hi, I just installed freesurfer and was trying to run tkmedit. At first it couldn't find the correct shared libraries because we have 8.4 of TCL and TK installed, so I made symbollic links to those to satisfy the dependency, and it at least gets through that check. However, now when I try to run it remotely or on the local computer I get first the following: Xlib: connection to ":0.0" refused by server Xlib: No protocol specified
even so a window pops up for several seconds then disappears. The .xdebug_tkmedit file says: Tix_Init returned 1: version conflict for package "Tcl": have 8.4, need 8.3 ERROR: Initializing Tix Error initializing Tix So obviously it's still having a problem with the newer versions of Tcl. Does anyone have an idea of how to fix this without uninstalling the newer Tcl/Tk?
Incidentially tksurfer works fine.
Thanks -Mike
So obviously it's still having a problem with the newer versions of Tcl. Does anyone have an idea of how to fix this without uninstalling the newer Tcl/Tk?
Right now there is no other solution. We're just finishing up a new build that will be tailored to specific Linux distros, so one of these should work for you. Sorry!
What I did was just to install tk8.3 and tcl8.3 in /usr/local and then create symlinks from /usr/lib. It worked fine and I didn't have to uninstall versions 8.4
Xander
On Tue, 2005-03-29 at 15:16, Kevin Teich wrote:
So obviously it's still having a problem with the newer versions of Tcl. Does anyone have an idea of how to fix this without uninstalling the newer Tcl/Tk?
Right now there is no other solution. We're just finishing up a new build that will be tailored to specific Linux distros, so one of these should work for you. Sorry!
freesurfer@nmr.mgh.harvard.edu