On 8/4/24 7:53 PM, Jeff King wrote:
If we don't have msgfmt, I think git-gui invokes a custom script via
tclsh. If you also don't have that, it will fail. Running with "make
V=1" makes this more obvious, since it shows the fallback command name
instead of "MSGFMT".
If you don't need git-gui at all, the simplest thing is to just run
"make NO_GETTEXT=1 NO_TCLTK=1". That's what I do, and I have neither
msgfmt nor gettext on my system.
That did it. Thanks!
Would it be possible to modify the configure script so that it checks
for this stuff?
--
Kim Scarborough