The bug remains after applying the patch.


> Can you try the following patch ?
>
> Index: LaTeX.C
> ===================================================================
> RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LaTeX.C,v
> retrieving revision 1.37
> diff -u -p -r1.37 LaTeX.C
> --- LaTeX.C   2001/02/03 12:27:21     1.37
> +++ LaTeX.C   2001/02/15 10:28:05
> @@ -608,7 +608,7 @@ void LaTeX::deplog(DepTable & head)
>
>       string logfile = OnlyFilename(ChangeExtension(file, ".log"));
>
> -     LRegex reg1(")* *\\(([^ \\)]+).*");
> +     LRegex reg1("\\)* *\\(([^ \\)]+).*");
>       LRegex reg2("File: ([^ ]+).*");
>       LRegex reg3("No file ([^ ]+)\\..*");
>       LRegex reg4("\\\\openout[0-9]+.*=.*`([^ ]+)'\\..*");
>

Reply via email to