|
From: Ethan M. <merritt@u.washington.edu> - 2009-06-07 16:58:41
|
On Sunday 07 June 2009, Ben Abbott wrote: > > On Jun 7, 2009, at 5:18 AM, Ingo Thies wrote: > > > Hi Ben, > > > >> If you don't have a sourceforge account setup, you'll need to do > >> that first. You can setup an account at the link below. > > > > I have already sent sfeam an E-Mail (he is frequently posting in > > that newsgroup). However, I did not really know what to tell him > > since I only know what you just telled my about that lua-tikz issue. > > The info below should e sufficient. Why you see it and I do not, I > don't understand. > > make > cd . && /bin/sh /sw/src/fink.build/gnuplot-4.3.0-99/gnuplot-4.3.0/ > missing --run autoheader > rm -f stamp-h1 > touch config.hin > cd . && /bin/sh ./config.status config.h > config.status: creating config.h > config.status: config.h is unchanged > make all-recursive > Making all in config > make[2]: Nothing to be done for `all'. > Making all in m4 > make[2]: Nothing to be done for `all'. > Making all in term > make[2]: *** No rule to make target `lua/gnuplot-lua-tikz.sty', needed A week ago I moved this file into .../shared/LaTeX/ so that the various latex-related files can be installed via the same Makefile. The error message above suggests that your makefiles are still looking for it in the old directory. So I suspect that you need to re-run the ./prepare script. To make sure you have the revised directory structure, you should first run cvs update -d Ethan (sfeam) |