Dr. Volker Zell wrote:
"Harold" == Harold L Hunt, <Harold> writes:
Harold> Volker, Harold> Okay, I got it, but it fails to build still (I thought my first Harold> download was incomplete):
Harold> Making all in tutorial Harold> make[2]: Entering directory Harold> `/home/harold/x-devel/4.3/ports/gnuplot/gnuplot-3.8j.0/.build/tutorial' Harold> gnuplot: not found Harold> make[2]: *** [eg1.tex] Error 127 Harold> make[2]: Leaving directory Harold> `/home/harold/x-devel/4.3/ports/gnuplot/gnuplot-3.8j.0/.build/tutorial' Harold> make[1]: *** [all-recursive] Error 1 Harold> make[1]: Leaving directory Harold> `/home/harold/x-devel/4.3/ports/gnuplot/gnuplot-3.8j.0/.build' Harold> make: *** [all] Error 2
Harold> Looks like it is a doing a test for "gnuplot" when the file is Harold> actually called "gnuplot.exe" ?
The problem was it's doing the test in the source directory and not in the build directory. Also in my case it worked because if it cannot find gnuplot in that directory it just calls gnuplot along the path and I already had gnuplot installed under /usr/local/bin. Maybe it's a good idea when building packages to not include /usr/local/bin and friends in the path.
Please fetch new versions as usual.
Okay, I am trying again now. I just noticed that your readme says to change texmf.cnf/pool_size from 125,000 to 250,000, but texmf.cnf/pool_size seems to be 1,250,000 by default. I assume you lost a zero on both of those? Please advise and fix if needed.
Harold
