We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I came across issue #16 since I was trying to build git on Windows WSL2 and having the same error.
The solution is either install TCL/TK or configure git with ./configure --without-tcltk.
./configure --without-tcltk
The text was updated successfully, but these errors were encountered:
... and that happens with latest gettext-tiny from git master ?
Sorry, something went wrong.
I would not know how to reproduce this. I am building git 2.43.2.
i am asking which version of gettext-tiny you're using.
No branches or pull requests
I came across issue #16 since I was trying to build git on Windows WSL2 and having the same error.
The solution is either install TCL/TK or configure git with
./configure --without-tcltk
.The text was updated successfully, but these errors were encountered: