|
From: Allin C. <cot...@wf...> - 2011-02-27 01:31:47
|
I just did the following in my gnuplot source tree: cvs update -d -P sh prepare configure --prefix=/opt/gnuplot make <no errors reported> make install And got this on the install: Making install in share make[1]: Entering directory `/usr/src/gnuplot-cvs/share' Making install in LaTeX make[2]: Entering directory `/usr/src/gnuplot-cvs/share/LaTeX' test -z "" || lua ../../term/lua/gnuplot-tikz.lua style test -z "" || lua ../../term/lua/gnuplot-tikz.lua style test -z "" || lua ../../term/lua/gnuplot-tikz.lua style test -z "" || lua ../../term/lua/gnuplot-tikz.lua style make[3]: Entering directory `/usr/src/gnuplot-cvs/share/LaTeX' make[3]: Nothing to be done for `install-exec-am'. test -z "" || lua ../../term/lua/gnuplot-tikz.lua style test -z "" || lua ../../term/lua/gnuplot-tikz.lua style test -z "" || lua ../../term/lua/gnuplot-tikz.lua style test -z "" || lua ../../term/lua/gnuplot-tikz.lua style test -z "/opt/gnuplot/share/texmf/tex/latex/gnuplot" || /bin/mkdir -p "/opt/gnuplot/share/texmf/tex/latex/gnuplot" /usr/bin/install -c -m 644 gnuplot.cfg ./gnuplot-lua-tikz.sty ./gnuplot-lua-tikz-common.tex ./gnuplot-lua-tikz.tex ./t-gnuplot-lua-tikz.tex '/opt/gnuplot/share/texmf/tex/latex/gnuplot' /usr/bin/install: cannot stat `./gnuplot-lua-tikz.sty': No such file or directory /usr/bin/install: cannot stat `./gnuplot-lua-tikz-common.tex': No such file or directory /usr/bin/install: cannot stat `./gnuplot-lua-tikz.tex': No such file or directory /usr/bin/install: cannot stat `./t-gnuplot-lua-tikz.tex': No such file or directory make[3]: *** [install-texDATA] Error 1 My last "make install," with CVS as of 2011-01-17, went OK. The configure script said it couldn't find lua, which is quite correct, the lua libraries are not installed: configure:14103: result: cairo-based pdf and png terminals: yes configure:14114: result: lua/TikZ terminal: no configure:14122: result: Qt terminal: no (requires C++, Qt >= 4.5) -- Allin Cottrell Department of Economics Wake Forest University |