[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
weird @include problem under Cygwin
From: |
Per Bothner |
Subject: |
weird @include problem under Cygwin |
Date: |
Tue, 20 Jan 2015 10:06:49 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
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 version.texi directly:
$ makeinfo -o dummy.info version.texi
version.texi: warning: document without nodes
I've tried replacing the '-I .' with an explicit path - both Windows-style
(-I 'C:\Users\Per\Kawa\doc') and Cygwin-style (-I /cygdrive/c/Users/Per/doc).
I've also tried unix2dos and dos2unix to see if CRLF vs LF is a factor.
makeinfo --version reports 5.2.
Does this ring a bell with anyone? Does anyone have experience with
running the new makeinfo under Cygwin on a file with @include?
--
--Per Bothner
address@hidden http://per.bothner.com/
- weird @include problem under Cygwin,
Per Bothner <=