Re: Fix for DVI update bug

2002-05-02 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, May 02, 2002 at 10:38:22AM +0200, Lars Gullik Bjønnes wrote: >> I really, really want to say that with gcc 3 you cannot use >> lyxstring... (even if it is not hard to fix) >> >> For cxx I have no idea how to really fix it, but I guess we can eithe

Re: Fix for DVI update bug

2002-05-02 Thread Dekel Tsur
On Thu, May 02, 2002 at 10:38:22AM +0200, Lars Gullik Bjønnes wrote: > I really, really want to say that with gcc 3 you cannot use > lyxstring... (even if it is not hard to fix) > > For cxx I have no idea how to really fix it, but I guess we can either > use one of the functions Dekel provided an

Re: Fix for DVI update bug

2002-05-02 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 01 May 2002 7:23 pm, Lars Gullik Bjønnes wrote: >> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: >> | On Wed, May 01, 2002 at 08:08:25PM +0200, Lars Gullik Bjønnes wrote: >> >> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: >> >> >> | lyxs

Re: Fix for DVI update bug

2002-05-02 Thread Angus Leeming
On Wednesday 01 May 2002 7:23 pm, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > | On Wed, May 01, 2002 at 08:08:25PM +0200, Lars Gullik Bjønnes wrote: > >> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > >> >> | lyxstring.C:1764: parse error before `::' > >> >> | l

Re: Fix for DVI update bug

2002-05-01 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, May 01, 2002 at 08:08:25PM +0200, Lars Gullik Bjønnes wrote: >> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: >> >> >> | lyxstring.C:1764: parse error before `::' >> >> | lyxstring.C:1766: confused by earlier errors, bailing out >> >> >>

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 08:08:25PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > >> | lyxstring.C:1764: parse error before `::' > >> | lyxstring.C:1766: confused by earlier errors, bailing out > >> > >> All this because of substandard compiler and library

Re: Fix for DVI update bug

2002-05-01 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: >> What about this version then: >> (and it is probably not correct anymore) > | Yes, it compiles and links and runs but produces no change (that is, | the same misbehavior with the dependency files). Yes... I posted a new correct one... --

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
> What about this version then: > (and it is probably not correct anymore) Yes, it compiles and links and runs but produces no change (that is, the same misbehavior with the dependency files). -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. |

Re: Fix for DVI update bug

2002-05-01 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: >> | lyxstring.C:1764: parse error before `::' >> | lyxstring.C:1766: confused by earlier errors, bailing out >> >> All this because of substandard compiler and library... >> >> What complier are you using? > | 2.95.1 on my Linux build machines. T

Re: Fix for DVI update bug

2002-05-01 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, May 01, 2002 at 07:01:49PM +0200, Lars Gullik Bjønnes wrote: >> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: >> >> | Dekel Tsur <[EMAIL PROTECTED]> writes: >> > >> | | The bug was due to a bug in lyxstring (operator <<) >> | | The probl

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
> | lyxstring.C:1764: parse error before `::' > | lyxstring.C:1766: confused by earlier errors, bailing out > > All this because of substandard compiler and library... > > What complier are you using? 2.95.1 on my Linux build machines. ---Kayvan -- Kayvan A. Sylvan

Re: Fix for DVI update bug

2002-05-01 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, May 01, 2002 at 07:01:49PM +0200, Lars Gullik Bjønnes wrote: >> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: >> >> | Dekel Tsur <[EMAIL PROTECTED]> writes: >> > >> | | The bug was due to a bug in lyxstring (operator <<) >> | | The probl

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 07:01:49PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | Dekel Tsur <[EMAIL PROTECTED]> writes: > > > | | The bug was due to a bug in lyxstring (operator <<) > | | The problem was that the code did not skip the whitespace before

Re: Fix for DVI update bug

2002-05-01 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Dekel Tsur <[EMAIL PROTECTED]> writes: > | | The bug was due to a bug in lyxstring (operator <<) | | The problem was that the code did not skip the whitespace before the first | | non whitespace char. | | Attached are two possible fixes: | | The f

Re: Fix for DVI update bug

2002-05-01 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | The bug was due to a bug in lyxstring (operator <<) | The problem was that the code did not skip the whitespace before the first | non whitespace char. | Attached are two possible fixes: | The first one was copied from g++-2/std/bastring.cc | (I don't know

Re: Fix for DVI update bug

2002-05-01 Thread Kayvan A. Sylvan
On Wed, May 01, 2002 at 06:43:42PM +0300, Dekel Tsur wrote: > The bug was due to a bug in lyxstring (operator <<) > The problem was that the code did not skip the whitespace before the first > non whitespace char. > Attached are two possible fixes: > The first one was copied from g++-2/std/bastrin

Fix for DVI update bug

2002-05-01 Thread Dekel Tsur
The bug was due to a bug in lyxstring (operator <<) The problem was that the code did not skip the whitespace before the first non whitespace char. Attached are two possible fixes: The first one was copied from g++-2/std/bastring.cc (I don't know what side-effects is.ipfx0 has). The second one doe