Open kazuser opened 2 years ago
Please, do NOT use scripts in MSVC/MinGW folders. Please read this https://pchemguy.github.io/SQLite-ICU-MinGW/repo-scripts. I keep MSVC/MinGW repo folders for historical reasons, but the up-to-date scripts are in the folder "Current".
ActiveTCL should be fine. Its bin folder has tclsh. The environment checks you have on the screenshot do not set any environment variables, but only perform the checks. Making any changes here is the same as taking the checks out. You would merely bypass them but would not fix your environment. You need to run those commands from your shell (like where tclsh.exe
) and verify that they can find the tools.
Your TCL bin folder must be in the path or you can set TCL_HOME environment variable to the folder containing the TCL bin folder.
If cl.exe is not in the Path, again something is wrong with how you start your shell.
Ok, I'll try it ASAP, thank you!
Let me know how it goes.
👌
Please set this and restart the console:
From an admin account: [HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor] "EnableExtensions"=dword:00000001 "DelayedExpansion"=dword:00000001
From your account, if different from above [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "EnableExtensions"=dword:00000001 "DelayedExpansion"=dword:00000001
Please clone/download repo again.
Please clone/download repo again.
Ooops, just a moment)
I just got an idea. I get the same errors if I take my Windows Resource Kit folder out. Do you have one installed?
Please run this script from the same shell and attach the logs.
Also, I need this "extra\build\Makefile.msc.ext"
Fixed another bug in the MSVC script, please update.
1:
2: ?
3: hmmm:
4: ok, what if replace some lines: ... by this:
5:
6:
Now I use "ActiveTcl" and I think I need a "normal tclsh.exe" but where I can find it? :)