Re: weird @include problem under Cygwin

2015-01-23 Thread Per Bothner
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/

Re: weird @include problem under Cygwin

2015-01-23 Thread Karl Berry
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

Re: weird @include problem under Cygwin

2015-01-23 Thread Per Bothner
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

Re: weird @include problem under Cygwin

2015-01-21 Thread Ken Brown
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:

weird @include problem under Cygwin

2015-01-20 Thread Per Bothner
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