On Mon, Mar 26, 2001 at 05:54:26PM +0200, Lars Gullik Bjønnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
> | What about the bug in LaTeX::deplog?
> | (http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg19358.html )
> | 
> | If we can't find the correct fix, we can at least put
> |   if(contains(foundfile, ' ')
> |        continue;
> 
> foundfile can never contain a space, that is prohibited by the regex.

Well, this is the problem: sometimes foundfile do contain a space.

The problem was reported by Mark van Rossum and Adrian Ball, which both used
gcc 2.96. Does anyone see this problem with a different compiler ?

In fact, instead of checking if foundfile contains a space, we can check if
the file exists (this is already done if the file is not absolute path).

Reply via email to