David Mytton wrote:
The rest of the document is just like that. All the paths seem to be correct. For example one of the errors is:

/usr/bin/openjade:manual.xml:168:2:E: cannot find "C:/cygwin/home/David/phpdoc/entities/missing-ids.xml"; tried "entities/C:/cygwin/home/David/phpdoc/entities/missing-ids.xml", "./C:/cygwin/home/David/phpdoc/entities/missing-ids.xml"

But the line mentioning missing-ids.xml in the file-entities.ent file is:

<!-- generated file with missing ids -->
<!ENTITY missing-ids SYSTEM 'C:/cygwin/home/David/phpdoc/entities/missing-ids.xml'>



I'm certainly no cygwin expert, but I think this should be either:

<!ENTITY missing-ids                              SYSTEM
'/home/David/phpdoc/entities/missing-ids.xml'>
OR
<!ENTITY missing-ids                              SYSTEM
'/cygdrive/c/cygwin/home/David/phpdoc/entities/missing-ids.xml'>

from within cygwin.

S


Cygwin programs are supposed to handle both C:/xx and /xxx paths. The only thing we can do is report the bug to the cygwin guys.

Nuno

Reply via email to