|
From: sfeam <sf...@us...> - 2014-11-15 07:16:08
|
On Friday, 14 November 2014 08:00:26 PM Allin Cottrell wrote: > Any ideas what's wrong here? After doing, in a directory containing > the gnuplot CVS sources, > > make clean > cvs update -d -P > ./prepare > ./configure --prefix=opt/gnuplot > make > > I'm getting: > > make[2]: Entering directory `/home/allin/cfiles/gpcvs/gnuplot/docs' > Building allterm.h > [...] > In file included from doc2x.h:70:0, > from doc2tex.c:63: > allterm.h:2265:33: fatal error: lua/gnuplot-tikz.help: No such file > or directory Fixed in CVS (for some value of "fixed"). Now if lua is not present or if you ./configure --without-lua then it will not include the help section for tikz in the docs. This is imperfect, because if you change your mind later and do ./configure --with-lua it won't go back and rebuild the help file. Ethan |