On 01/23/2015 03:02 PM, Karl Berry wrote:
So if the problem happens again, you could put debugging stuff in that
function to see why it was failing. Else I see nothing to do ...
Thanks. I agree.
--
--Per Bothner
p...@bothner.com http://per.bothner.com/
As far as I can see, both the command line opening (parse_texi_file in
Texinfo/Parser.pm) and include file opening ($command eq 'include' case
in _end_line, also in Parser.pm) just call Perl's open. No differing
(or special) arguments.
The main difference is that the include file opening has to f
On 1/20/2015 1:06 PM, Per Bothner wrote:
I'm testing building Kawa (including kawa.info) using Cygwin, and
ran into this puzzling problem:
$ makeinfo -I . -o kawa.info kawa.texi
kawa.texi:123: @include: could not find version.texi
kawa.texi:130: warning: undefined flag: UPDATED
...
It looks li
On 1/20/2015 1:06 PM, Per Bothner wrote:
I'm testing building Kawa (including kawa.info) using Cygwin, and
ran into this puzzling problem:
$ makeinfo -I . -o kawa.info kawa.texi
kawa.texi:123: @include: could not find version.texi
kawa.texi:130: warning: undefined flag: UPDATED
...
Line 123 is:
I'm testing building Kawa (including kawa.info) using Cygwin, and
ran into this puzzling problem:
$ makeinfo -I . -o kawa.info kawa.texi
kawa.texi:123: @include: could not find version.texi
kawa.texi:130: warning: undefined flag: UPDATED
...
Line 123 is:
@include version.texi
Makeinfo can read