Re: Localized: Failure to update dvi, ps files

2001-02-20 Thread Jean-Marc Lasgouttes
"Mark" == Mark van Rossum [EMAIL PROTECTED] writes: Mark Lyx 1.1.6 failed updating the dvi file in some cases. Mark It happens when '\usepackage{harvard}' is present in the Latex Mark preamble. This probably screws up the depedency files in the Mark temp dir (see attachement) When commented

Re: Localized: Failure to update dvi, ps files

2001-02-20 Thread Jean-Marc Lasgouttes
"Mark" == Mark van Rossum [EMAIL PROTECTED] writes: Mark The bug occurs on lyx compiled on RH7 with gcc 2.96 The rpm Mark package does not show the bug. Mark, could you try again, with the regexp at LaTeX.C:610 changed to LRegex reg1("\\)* *\\(([^ )]+)[ )].*"); JMarc

Re: Localized: Failure to update dvi, ps files

2001-02-20 Thread Jean-Marc Lasgouttes
> "Mark" == Mark van Rossum <[EMAIL PROTECTED]> writes: Mark> Lyx 1.1.6 failed updating the dvi file in some cases. Mark> It happens when '\usepackage{harvard}' is present in the Latex Mark> preamble. This probably screws up the depedency files in the Mark> temp dir (see attachement) When

Re: Localized: Failure to update dvi, ps files

2001-02-20 Thread Jean-Marc Lasgouttes
> "Mark" == Mark van Rossum <[EMAIL PROTECTED]> writes: Mark> The bug occurs on lyx compiled on RH7 with gcc 2.96 The rpm Mark> package does not show the bug. Mark, could you try again, with the regexp at LaTeX.C:610 changed to LRegex reg1("\\)* *\\(([^ )]+)[ )].*"); JMarc

Re: Localized: Failure to update dvi, ps files

2001-02-16 Thread Jean-Marc Lasgouttes
"Mark" == Mark van Rossum [EMAIL PROTECTED] writes: Dekel, this related to the problem I commented on last time this was raised. The regexp as it stands does not make sense. If it is a non extended syntax re (I think this is the default), we shoule have something like LRegex reg1(")* *(\\([^

Re: Localized: Failure to update dvi, ps files

2001-02-16 Thread Jean-Marc Lasgouttes
"Me" == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Me The corresponding extended syntax regexp would be Me LRegex reg1("\\)* *\\(([^ )]+).*"); Me But I believe regcomp uses the first syntax by default. Sorry I Me can't be more specific, I am sick at home right now. Of course I should

Re: Localized: Failure to update dvi, ps files

2001-02-16 Thread Jean-Marc Lasgouttes
> "Mark" == Mark van Rossum <[EMAIL PROTECTED]> writes: Dekel, this related to the problem I commented on last time this was raised. The regexp as it stands does not make sense. If it is a non extended syntax re (I think this is the default), we shoule have something like LRegex reg1(")*

Re: Localized: Failure to update dvi, ps files

2001-02-16 Thread Jean-Marc Lasgouttes
> "Me" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Me> The corresponding extended syntax regexp would be Me> LRegex reg1("\\)* *\\(([^ )]+).*"); Me> But I believe regcomp uses the first syntax by default. Sorry I Me> can't be more specific, I am sick at home right now. Of course I

Re: Localized: Failure to update dvi, ps files

2001-02-15 Thread Dekel Tsur
On Wed, Feb 14, 2001 at 06:54:32PM -0500, Mark van Rossum wrote: Lyx 1.1.6 failed updating the dvi file in some cases. It happens when '\usepackage{harvard}' is present in the Latex preamble. This probably screws up the depedency files in the temp dir (see attachement) When commented out

Re: Localized: Failure to update dvi, ps files

2001-02-15 Thread Dekel Tsur
On Thu, Feb 15, 2001 at 12:33:48PM +0200, Dekel Tsur wrote: On Wed, Feb 14, 2001 at 06:54:32PM -0500, Mark van Rossum wrote: Lyx 1.1.6 failed updating the dvi file in some cases. Can you try the following patch ? One more thing: In LaTeX::deplog, why aren't we checking if foundfile

Re: Localized: Failure to update dvi, ps files

2001-02-15 Thread Mark van Rossum
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

Re: Localized: Failure to update dvi, ps files

2001-02-15 Thread Dekel Tsur
On Wed, Feb 14, 2001 at 06:54:32PM -0500, Mark van Rossum wrote: > > Lyx 1.1.6 failed updating the dvi file in some cases. > > It happens when '\usepackage{harvard}' is present in the Latex preamble. > This probably screws up the depedency files in the temp dir (see > attachement) > When

Re: Localized: Failure to update dvi, ps files

2001-02-15 Thread Dekel Tsur
On Thu, Feb 15, 2001 at 12:33:48PM +0200, Dekel Tsur wrote: > On Wed, Feb 14, 2001 at 06:54:32PM -0500, Mark van Rossum wrote: > > > > Lyx 1.1.6 failed updating the dvi file in some cases. > > Can you try the following patch ? One more thing: In LaTeX::deplog, why aren't we checking if

Re: Localized: Failure to update dvi, ps files

2001-02-15 Thread Mark van Rossum
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

Localized: Failure to update dvi, ps files

2001-02-14 Thread Mark van Rossum
Lyx 1.1.6 failed updating the dvi file in some cases. It happens when '\usepackage{harvard}' is present in the Latex preamble. This probably screws up the depedency files in the temp dir (see attachement) When commented out (%\usepackage{harvard}) , the bug disappears. The bug occurs on lyx

Localized: Failure to update dvi, ps files

2001-02-14 Thread Mark van Rossum
Lyx 1.1.6 failed updating the dvi file in some cases. It happens when '\usepackage{harvard}' is present in the Latex preamble. This probably screws up the depedency files in the temp dir (see attachement) When commented out (%\usepackage{harvard}) , the bug disappears. The bug occurs on lyx