|
From: Daniel J S. <dan...@ie...> - 2007-01-09 21:28:46
|
For the latest CVS, documentation is failing to compile with the following error: Wrote /usr/local/src/gnuplot-junk/gnuplot/docs/gnuplot.texi /bin/sh /usr/local/src/gnuplot-junk/gnuplot/missing --run makeinfo -I. ./gnuplot.texi --no-split --output=gnuplot.info ./gnuplot.texi:10534: Cross reference to nonexistent node `origin' (perhaps incorrect sectioning?). [snip] ./gnuplot.texi:3082: Cross reference to nonexistent node `origin' (perhaps incorrect sectioning?). makeinfo: Removing output file `gnuplot.info' due to errors; use --force to preserve. The solution is a strange one. Placing a white-space character *after* "6 origin": Daniel J Sebald wrote: > Ethan Merritt wrote: >> Such an underscore appears after many keywords in the file. >> At a guess, this serves to differentiate entry >> 3 origin >> ? set origin >> from entry >> 6 origin >> ? binary general keywords origin > > > The change on 12/10 is that a white space character was removed from > *after* the "6 origin ". > > I'm compiling... Anyone have an idea why that might be? If no one wants to investigate, attached is probably the shortest patch I have and will ever have written. Dan |