On Fri, 28 Apr 2017, Clive Nicholas wrote:
Linux Mint 18.1, TeXLive 2016, R 3.4.0,
I'm stumbling on a make error when building my install for gretl-:
sudo apt-get install texlive-latex-extra texlive-fonts-recommended
texlive-fonts-extra git # OK
git clone
git://git.code.sf.net/p/gretl/git gretl-git # OK
cd gretl-git # OK
sudo apt-get build-dep gretl # OK
./configure --prefix=/usr/local --enable-quiet-build --enable-openmp
--enable-build-doc --disable-json # OK
make -j3 # OK in general, but functex error first appears here
make pdfdocs
[...]
** Error: no phrase with key = 'chap:criteria' found.'
I can't reproduce this error, but it may have something to do with the
parallel build: perhaps our Makefiles are missing an explicit
dependency ordering.
Could you try doing:
rm -f doc/commands/functex doc/commands/cmdtex
then "make ; make pdfdocs" (without the -j flag).
Allin