From: Paul Darwen (darwen_at_protagonist.com.au)
Date: Tue Mar 25 2003 - 21:36:27 CST

Hi y'all

I'm compiling the VMD CVS source code, and am getting a bunch
of errors of the form:

   invalid conversion from `const char*' to `char*'

... for things related to procedures from tcl.h. For example,
line 370 in TclTextInterp.C looks like:
  
  Tcl_Channel inchannel = Tcl_OpenFileChannel(interp, fname, "r", 0644);

... and this is one of many that give the same error.

I presume that the version of Tcl that I'm using (8.3.3-21)
is different from the version used in the CVS source code.

Any suggestions? Should I be using a different version of
Tcl or what?

- Paul
__________________________________________________________________

Paul Darwen www.protagonist.com.au/darwen
Protagonist Pty Ltd darwen_at_protagonist.com.au
11 Lang Parade Phone: +61-7-3377-0304
Brisbane 4064 Australia Fax: +61-7-3377-0333
__________________________________________________________________