This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tcl not properly installed?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]