stefano franchi wrote:
> Patched as instructed, recompiled, and rerun. Log file is attached. I
> don't know what was supposed to change, if anything. I didn't see any
> difference. You guys may be able to spot something interesting.

Please apply the attached patch. Report what LyX reports on the terminal for 
"biliography command" when you process your document.

Jürgen
Index: src/LaTeX.cpp
===================================================================
--- src/LaTeX.cpp	(Revision 38534)
+++ src/LaTeX.cpp	(Arbeitskopie)
@@ -603,6 +603,7 @@
 		// onlyFileName() is needed for cygwin
 		tmp += quoteName(onlyFileName(removeExtension(
 				it->aux_file.absFileName())));
+		LYXERR0("bibliography command: '" << tmp << "'");
 		Systemcall one;
 		one.startscript(Systemcall::Wait, tmp);
 	}

Reply via email to