|
From: sfeam <sf...@us...> - 2014-11-15 03:24:10
|
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, Since term/lua/gnuplot-tikz.help is a constructed file that is created by the build process, it should not be necessary to keep a copy in the repository. Nevertheless there was one there and it was out of date. So I removed it. It is supposed to be recreated if the configure script finds lua. Do you not have lua on your machine? Did ./configure not find it? I am not sure if the best solution is to put a copy of gnuplot-tikz.help back in the repository, or to skip inclusion of the terminal help in the manual if the terminal itself is not built. Right now the manual contains help text for all terminals, not just the ones that have been configured in. Ethan > 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 > > Earlier, ./configure gave: > > ** Configuration summary for gnuplot 5.1: > > [...] > cairo-based pdf and png terminals: yes > lua/TikZ terminal: no > wxt terminal: yes > [...] > > No lua/TikZ terminal is fine by me. > > |