Re: on compiling insetindex.C

2001-11-06 Thread John Levon
On Tue, Nov 06, 2001 at 03:22:12PM +, Jose Abilio Oliveira Matos wrote: > I guess that this is one of the bugs that Lars alerted before > regarding the order of inclusion of the header files, or is this > totally unrelated? I think it must be, because adding iostream at the /end/ doesn't h

Re: on compiling insetindex.C

2001-11-06 Thread Jose Abilio Oliveira Matos
On Tue, Nov 06, 2001 at 12:22:28AM +, John Levon wrote: > > nope. but #including right after config.h works. > > john Ok, I'm inserting #include "support/LOstream.h" after all the other header files, and this seems to fix the problem. I remembered finally that I have also gcc 3.0.2 in

Re: on compiling insetindex.C

2001-11-05 Thread John Levon
On Tue, Nov 06, 2001 at 01:02:14AM +0100, Lars Gullik Bjønnes wrote: > rewrite it to: > > os << "; > os << getContents(); > os << ""; > > is see if you get wiser. nope. but #including right after config.h works. john -- "All this just amounts to more grist for the m

Re: on compiling insetindex.C

2001-11-05 Thread John Levon
On Mon, Nov 05, 2001 at 06:34:55PM -0400, Garst R. Reese wrote: > I did grep in insets for getContents it's from insetcommand john -- "All this just amounts to more grist for the mill of the ill." - Elizabeth Wurtzel

Re: on compiling insetindex.C

2001-11-05 Thread Jose Abilio Oliveira Matos
On Mon, Nov 05, 2001 at 06:10:17PM +, Jose Abilio Oliveira Matos wrote: > On Mon, Nov 05, 2001 at 06:53:08PM +0100, Lars Gullik Bjønnes wrote: > > > > what does line 39 say? > > int InsetIndex::docbook(Buffer const *, ostream & os) const > { > os << "" << getContents() > << ""