[Cmake] Question about CMake, Dart, and tcl...

Brad King brad.king at kitware.com
Fri Jun 18 11:02:34 EDT 2004


David Cleaver wrote:
> Hello all,
> 
> I wasn't sure where else to write so I was hoping someone here could help
> answer my question.  I've looked through the archives (by thread title)
> back to December 2002 and haven't found anything that answers my question,
> so I thought I'd write and ask.
> 
> OK, I did find one post that was close to my question, but his post was a
> question and nobody (on-list) answered him.  His question is here:
> http://public.kitware.com/pipermail/cmake/2004-April/004913.html
> I'm having the same problem.  I recently downloaded the CMake binary and
> the CMake source.  I was able to cmake the source and then 'make' and 'make
> install' just fine.  However, when I ran 'make Experimental' it gave me an
> error like:
> 
> Building Utility Experimental...
> <snip>
>         Build command #1
> couldn't execute "C:\cygwin\bin\tclsh": no such file or directory
> couldn't execute "C:\cygwin\bin\tclsh": no such file or directory
>     while executing
> "open "| $mkCommand |& [list $Dart(TclshCommand)] \"[file join
> $Dart(DartRoot) Source Client Cat.tcl]\"""
>     (procedure "Build" line 118)
>     invoked from within
> "$Command $Model $BuildStampDir"
> Test Experimental
>         Finding Tests
>         Found 36 Tests
> <snip>
> 
> Then it runs the 36 tests and all 36 pass.  However, it doesn't do anything
> else.  I'm running cygwin on a WinXP machine.  When I browse to
> C:\cygwin\bin\ there is a tclsh.exe and a tclsh84.exe.  Does anyone know
> what my problem might be and how I might resolve it?  Thank you in advance
> for any help you can give.

Check the CMakeCache.txt file to see the value of TCL_TCLSH.  If it does 
not end in .exe, add it and try again.  Please let me know if this works 
so I can fix it upstream.

Thanks,
-Brad


More information about the Cmake mailing list