Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tclsh #2

Open
kazuser opened this issue Jan 12, 2022 · 11 comments
Open

tclsh #2

kazuser opened this issue Jan 12, 2022 · 11 comments
Assignees

Comments

@kazuser
Copy link

kazuser commented Jan 12, 2022

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? :)

@pchemguy
Copy link
Owner

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.

@kazuser
Copy link
Author

kazuser commented Jan 12, 2022

Ok, I'll try it ASAP, thank you!

@pchemguy
Copy link
Owner

Let me know how it goes.

@kazuser
Copy link
Author

kazuser commented Jan 12, 2022

👌

@kazuser
Copy link
Author

kazuser commented Jan 12, 2022

изображение

stderr.log
stdout.log

@pchemguy
Copy link
Owner

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

@pchemguy
Copy link
Owner

Please clone/download repo again.

@kazuser
Copy link
Author

kazuser commented Jan 13, 2022

1:
изображение

2:
изображение

3: I've re-unpacked the zip > restarted console > and ran again:
изображение

stderr.log
stdout.log

@kazuser
Copy link
Author

kazuser commented Jan 13, 2022

Please clone/download repo again.

Ooops, just a moment)

@kazuser
Copy link
Author

kazuser commented Jan 13, 2022

@pchemguy
Copy link
Owner

pchemguy commented Jan 13, 2022

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.

@pchemguy pchemguy self-assigned this Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants