Re: How to disable docs when building Git from sources
From: Jeff King <hidden>
Date: 2019-03-25 14:52:07
From: Jeff King <hidden>
Date: 2019-03-25 14:52:07
On Mon, Mar 25, 2019 at 10:37:24AM -0400, Jeffrey Walton wrote:
I used 'make -j 4 NO_GETTEXT=Yes' and I think that fixed the command
line components. Or at least I did not see the error where I was
previously seeing it.
I am seeing a similar issue now for the GUI components (assuming
po2msg.sh is doing similar):
make -C git-gui gitexecdir='/usr/local/libexec/git-core' all
make[1]: Entering directory '/home/jwalton/Build-Scripts/git-2.21.0/git-gui'
GITGUI_VERSION = 0.21.GITGUI
* new locations or Tcl/Tk interpreter
tclsh po/po2msg.sh --statistics --tcl -l hu -d po/ po/hu.po
tclsh po/po2msg.sh --statistics --tcl -l pt_pt -d po/ po/pt_pt.po
make[1]: tclsh: Command not found
make[1]: tclsh: Command not foundIt looks like you don't have tcl at all. Try NO_TCLTK=Nope ? -Peff