-
Notifications
You must be signed in to change notification settings - Fork 2
script/setup does not find ActiveTcl when guessing macros #2
Comments
Hello, thank you very much for the report and I'm sorry for the problems. I will look at it tomorrow. Main problem is that I didn't tested yet Tashy against ActiveState Tcl (only MagicSplat) |
Ok, some investigations are done:
And write here its output? |
Found the problem. It's not you, it's me ;-) Until now I've only been working with Tcl using Hg and Powershell, which correctly uses the ActiveTcl distro found in my PATH (C:\ActiveTcl). Starting the setup script from the Powershell instance correctly points out the ActiveState distro. All good. For whatever reason I had installed Git for Windows together with its "common tools", located under Git/mingw. Among the common tools are (to my surprise) tclsh and wish. Git Bash puts those tools on path, and so starting scripts/setup from a Git Bash instance finds the Git/mingw wish instance. So as far as the setup script goes I'd say it does what it's supposed to. Unix fields hidden on windows sounds like a good idea from a usability perspective. |
Okies, then in this issue only this hiding will be done. Good to know that I can sometimes write a piece of code without bugs (of course, these from other issues don't count) :D |
This one also should be now fixed (from usability perspective). And that same as with previous issue: thank you for the report and if you think that it is not over, feel free to reopen this issue or create a new. |
I don't think this is over, and would like to reopen the issue ;-) On hitting save there is an application error:
Looks simple enough. Think I can fix it myself. Will open PR in a moment. Please don't hog the (presumably) simple stuff. |
…for starting setup through tclsh
Running script/setup I get these "reasonable" values for the macros:
I have an ActiveTcl distribution install at the default location (C:\ActiveTcl). Several fields are missing, and the paths pointing into Git (for Windows) are wrong.
I'd like setup to check for an ActiveTcl distribution at default location and use that if available.
The text was updated successfully, but these errors were encountered: