From: AustinSmall_at_comcast.net
Date: Sun Aug 12 2007 - 18:08:17 CDT

Hi,

I am running a Solaris 10 X86 machine and I am installing the plugin source code.
I got TCL and TK installalled on my computer.

When I run gmake TCLINC=$/export/home/tcl8.4.15/unix TCLLIB=$/export/home/tcl8.4.15/library SOLARISX86 I am getting:

# gmake TCLINC=$/export/home/tcl8.4.15/unix TCLLIB=$/export/home/tcl8.4.15/library SOLARISX86
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/webpdbplugin.c", line 18: cannot find include file: <tcl.h>
"src/webpdbplugin.c", line 165: undefined symbol: Tcl_Interp
"src/webpdbplugin.c", line 165: undefined symbol: interp
"src/webpdbplugin.c", line 175: warning: implicit function declaration: Tcl_CreateInterp
"src/webpdbplugin.c", line 180: warning: implicit function declaration: Tcl_Init
"src/webpdbplugin.c", line 180: undefined symbol: TCL_OK
"src/webpdbplugin.c", line 183: warning: implicit function declaration: Tcl_PkgRequire
"src/webpdbplugin.c", line 185: warning: implicit function declaration: Tcl_DeleteInterp
"src/webpdbplugin.c", line 204: warning: implicit function declaration: Tcl_Eval
"src/webpdbplugin.c", line 204: undefined symbol: TCL_OK
"src/webpdbplugin.c", line 205: undefined struct/union member: result
"src/webpdbplugin.c", line 205: left operand of "->" must be pointer to struct/union
"src/webpdbplugin.c", line 212: warning: implicit function declaration: Tcl_GetVar2
"src/webpdbplugin.c", line 212: undefined symbol: TCL_GLOBAL_ONLY
"src/webpdbplugin.c", line 212: warning: improper pointer/integer combination: op "="
"src/webpdbplugin.c", line 214: undefined struct/union member: result
"src/webpdbplugin.c", line 214: left operand of "->" must be pointer to struct/union
cc: acomp failed for src/webpdbplugin.c
gmake[2]: *** [../compile/lib_SOLARISX86/molfile/webpdbplugin.o] Error 2
gmake[1]: *** [dynlibs] Error 1
gmake: *** [SOLARISX86] Error 2

I am not sure if the makefile cannot find tcl and tcl libraries.

Thanks