From: AustinSmall_at_comcast.net
Date: Thu Jul 26 2007 - 16:06:23 CDT

Hi Everyone,

I am installing vmd on an intel Sun X86 machine.

As I am installing the plugins I use the command gmake SOLARISX86. As a result,
I recieve the error message:

 Building Molecule File Reader plugins
"src/largefiles.h", line 31: Warning (Anachronism): Attempt to redefine _LARGEFILE_SOURCE without using #undef.
"src/largefiles.h", line 32: Warning (Anachronism): Attempt to redefine _FILE_OFFSET_BITS without using #undef.
2 Warning(s) detected.
"src/hesstrans_wrap.C", line 298: Error: Could not open include file<tcl.h>.
"src/hesstrans_wrap.C", line 333: Error: ClientData is not defined.
"src/hesstrans_wrap.C", line 334: Error: ClientData is not defined.
"src/hesstrans_wrap.C", line 335: Error: ClientData is not defined.
"src/hesstrans_wrap.C", line 336: Error: ClientData is not defined.
"src/hesstrans_wrap.C", line 360: Error: Type name expected instead of "Tcl_Obj".
"src/hesstrans_wrap.C", line 364: Error: Type name expected instead of "Tcl_Command".
"src/hesstrans_wrap.C", line 421: Error: Tcl_HashTable is not defined.
"src/hesstrans_wrap.C", line 427: Error: Tcl_HashEntry is not defined.
"src/hesstrans_wrap.C", line 427: Error: entryPtr is not defined.
"src/hesstrans_wrap.C", line 430: Error: TCL_ONE_WORD_KEYS is not defined.
"src/hesstrans_wrap.C", line 433: Error: entryPtr is not defined.
"src/hesstrans_wrap.C", line 433: Error: The function "Tcl_CreateHashEntry" must have a prototype.
"src/hesstrans_wrap.C", line 439: Error: Tcl_HashEntry is not defined.
"src/hesstrans_wrap.C", line 439: Error: entryPtr is not defined.
"src/hesstrans_wrap.C", line 441: Error: entryPtr is not defined.
"src/hesstrans_wrap.C", line 441: Error: The function "Tcl_FindHashEntry" must have a prototype.
"src/hesstrans_wrap.C", line 442: Error: entryPtr is not defined.
"src/hesstrans_wrap.C", line 443: Error: entryPtr is not defined.
"src/hesstrans_wrap.C", line 452: Error: The function "Tcl_FindHashEntry" must have a prototype.
"src/hesstrans_wrap.C", line 460: Error: Tcl_Interp is not defined.
"src/hesstrans_wrap.C", line 463: Error: c is not defined.
"src/hesstrans_wrap.C", line 464: Error: ptr is not defined.
"src/hesstrans_wrap.C", line 465: Error: c is not defined.
"src/hesstrans_wrap.C", line 465: Error: TCL_OK is not defined.
Compilation aborted, too many Error messages.
gmake[2]: *** [../compile/lib_SOLARISX86/tcl/hesstrans1.0/hesstrans_wrap.o] Error 1
gmake[1]: *** [dynlibs] Error 1
gmake: *** [SOLARISX86] Error 2

Austin