Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <28A2E0D6A920954ABBF13AF712CEBDB6051D8966@exchange05.bnl.gov> From: "Ku, Wei" To: "'cygwin AT cygwin DOT com'" Subject: tcl not properly installed? Date: Wed, 28 Jan 2004 17:58:51 -0500 MIME-Version: 1.0 Content-Type: text/plain X-BNL-MailScanner: Found to be clean Hello, all: In attempting to build XCrySDen (a scientific 3D rendering utility) with the tcl/tk/GL/GLU built into the current distribution, the following error message occurs. (I only found /usr/share/tcl8.4, but not /share/tcl8.4). I tried to work around this problem by making a symbolic link of /usr/share to /share, which appears to solve the problem, except that the resulting code does not work properly. Any help/suggestion is very much appreciated. --------- error message ---------------------------- cd Tcl; XCRYSDEN_TOPDIR=/home/weiku/build/XCrySDen0.9.3; \ export XCRYSDEN_TOPDIR; /home/weiku/build/XCrySDen0.9.3/util/aindex application-specific initialization failed: Can't find a usable init.tcl in the following directories: C:/cygwin/share/tcl8.4 C:/cygwin/home/weiku/build/XCrySDen0.9.3/share/tcl8.4 C:/cygwin/home/weiku/build/XCrySDen0.9.3/usr/share/tcl8.4 C:/cygwin/home/weiku/build/share/tcl8.4 C:/cygwin/home/weiku/build/XCrySDen0.9.3/library C:/cygwin/home/weiku/build/library C:/cygwin/home/weiku/build/../tcl8.4.1/library C:/cygwin/home/weiku/../tcl8.4.1/library This probably means that Tcl wasn't installed properly. invalid command name "auto_mkindex" while executing "auto_mkindex [pwd] *.tcl" invoked from within "if { [glob -nocomplain -- *.tcl] != {} } { auto_mkindex [pwd] *.tcl }" (file "/home/weiku/build/XCrySDen0.9.3/util/aindex" line 7) make: *** [src-Tcl] Error 1 --------- end of error message ---------------------------- Regards, Wei -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/