Re: Compile error of CVS trunk

2000-05-23 Thread Angus Leeming
Dekel> The ReturnNextInsetPointer method was erased in one of my patches, so I'm Dekel> guessing that Angus was trying to compile his modified citation-inset code Dekel> (and he didn't resolve correctly the conflicts when he updated the code Dekel> against the CVS). That's correct. Me being thick

Re: Compile error of CVS trunk

2000-05-23 Thread Dekel Tsur
On Tue, May 23, 2000 at 05:12:42PM +0200, Lars Gullik Bj&resh;nnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Compilation of the trunk of CVS is falling over with: > | cxx: Error: buffer.C, line 3864: class "LyXParagraph" has no member > | "ReturnNextInsetPointer" > |

Re: Compile error of CVS trunk

2000-05-23 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Compilation of the trunk of CVS is falling over with: | cxx: Error: buffer.C, line 3864: class "LyXParagraph" has no member | "ReturnNextInsetPointer" | while ((inset = par->ReturnNextInsetPointer(pos))) { | | LyXParag

Re: Compile error of CVS trunk

2000-05-23 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Compilation of the trunk of CVS is falling over with: cxx: Angus> Error: buffer.C, line 3864: class "LyXParagraph" has no member Angus> "ReturnNextInsetPointer" while ((inset = Angus> par->ReturnNextInsetPointer(pos))) { Angus> Ly