On 10/23/2014 10:43 AM, Ray Donnelly wrote: > On Thu, Oct 23, 2014 at 3:19 PM, Wayne Stambaugh <[email protected]> > wrote: >> When attempting to generate asciidoc html output using: >> >> a2x cvpcb_EN.adoc >> >> I get the following error: >> >> a2x: ERROR: "dblatex" -t pdf -p >> "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s >> "/etc/asciidoc/dblatex/asciidoc-dblatex.sty" >> "/c/MinGW/msys/1.0/home/wstambaugh/src/kicad-doc/doc/help/en/docs_src/cvpcb/cvpcb_EN/cvpcb_EN.xml" >> returned non-zero exit status 127 >> > > You've got msys 1.0 in your PATH? Please don't do this. Do that might > mask some errors but it will probably also create a load of other > ones.
Nope. I also make sure that no applications that where built with mingw and include any mingw libraries are not in the path. It just so happened that path where I was working was inside my msys1 install. > >> It appears that asciidoc calls dblatex to generate the output. I'm >> pretty sure dblatex is part of latex which is not installed as a >> dependency nor do I see latex in the list of msys2 packages. Running >> `which dblatex` shows that it is not installed. Am I missing something >> or was this an oversight before I submit a but report? >> > > Seems we've not got latex in MSYS2 though? Darn. I guess I have to do this in Linux for the time being. I'm sure packaging latex will not be a trivial task. > >> Thanks, >> >> Wayne >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Msys2-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
