Re: src/insets/insetlist.*

2004-02-27 Thread Alfredo Braunstein
Angus Leeming wrote: I don't have the source to hand, else I would. So I'm not going to *tell* you to do anything. I would do this myself, however... Done, finally. Alfredo

Re: src/insets/insetlist.*

2004-02-27 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: Yes. I was able to compile by taking out the #include InsetList.h from both insetlabel.C and paragraph.h. Strange... you shouldn't be allowed to remove it from paragraph.h... anyway, I've removed the files. Alfredo

Re: src/insets/insetlist.*

2004-02-27 Thread Alfredo Braunstein
Angus Leeming wrote: > I don't have the source to hand, else I would. So I'm not going to > *tell* you to do anything. I would do this myself, however... Done, finally. Alfredo

Re: src/insets/insetlist.*

2004-02-27 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: > Yes. I was able to compile by taking out the "#include InsetList.h" from > both insetlabel.C and paragraph.h. Strange... you shouldn't be allowed to remove it from paragraph.h... anyway, I've removed the files. Alfredo

Re: src/insets/insetlist.*

2004-02-26 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | In order to compile on Cygwin, I have to rm src/insets/insetlist.* | Can someone either rename these to insetlisting.* or just remove them? _OR_ should the include dirs be changed... or the patch to the include files used Can you send the errors

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Lars Gullik Bjnnes wrote: Ok I see what is happening, case stuff... we know that. Have you tried just to remove #include InsetList.h from insetlabel.C? it's used. Alfredo

Re: src/insets/insetlist.*

2004-02-26 Thread Angus Leeming
Alfredo Braunstein wrote: Alfredo Braunstein wrote: Have you tried just to remove #include InsetList.h from insetlabel.C? it's used. I see... it gets it also from paragraph.h. May work... (Kayvan?) Oh, come on! That's a kludge just waiting to break. insets/insetlist.[Ch] and

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Angus Leeming wrote: Oh, come on! That's a kludge just waiting to break. Agreed. insets/insetlist.[Ch] and insets/insettheorem.[Ch] are not used. They don't compile. They're dead wood. Their very presence breaks compilation on cygwin. Kill 'em. If Lars wants 'em back, he can 1. Grab

Re: src/insets/insetlist.*

2004-02-26 Thread Kayvan A. Sylvan
On Thu, Feb 26, 2004 at 08:10:23PM +0100, Alfredo Braunstein wrote: Alfredo Braunstein wrote: Have you tried just to remove #include InsetList.h from insetlabel.C? it's used. I see... it gets it also from paragraph.h. May work... (Kayvan?) Yes. I was able to compile by taking out the

Re: src/insets/insetlist.*

2004-02-26 Thread Angus Leeming
Alfredo Braunstein wrote: Well Angus, don't know really. If you tell me to do it (because you would but can't for some reason?) I don't have the source to hand, else I would. So I'm not going to *tell* you to do anything. I would do this myself, however... -- Angus

Re: src/insets/insetlist.*

2004-02-26 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Alfredo Braunstein wrote: Alfredo Braunstein wrote: Have you tried just to remove #include InsetList.h from insetlabel.C? it's used. I see... it gets it also from paragraph.h. May work... (Kayvan?) | Oh, come on! That's a kludge just waiting

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Alfredo Braunstein wrote: Have you tried just to remove #include InsetList.h from insetlabel.C? it's used. I see... it gets it also from paragraph.h. May work... (Kayvan?) Alfredo

Re: src/insets/insetlist.*

2004-02-26 Thread Lars Gullik Bjønnes
Alfredo Braunstein [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: Can you send the errors again? | http://marc.theaimsgroup.com/?l=lyx-develm=107695875721415w=2 Ok I see what is happening, case stuff... Have you tried just to remove #include InsetList.h from insetlabel.C? --

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Lars Gullik Bjnnes wrote: Can you send the errors again? http://marc.theaimsgroup.com/?l=lyx-develm=107695875721415w=2 Alfredo

src/insets/insetlist.*

2004-02-26 Thread Kayvan A. Sylvan
In order to compile on Cygwin, I have to rm src/insets/insetlist.* Can someone either rename these to insetlisting.* or just remove them? Thank you! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura

Re: src/insets/insetlist.*

2004-02-26 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | In order to compile on Cygwin, I have to "rm src/insets/insetlist.*" > | Can someone either rename these to insetlisting.* or just remove them? _OR_ should the include dirs be changed... or the patch to the include

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > Ok I see what is happening, case stuff... we know that. > Have you tried just to remove #include "InsetList.h" from insetlabel.C? it's used. Alfredo

Re: src/insets/insetlist.*

2004-02-26 Thread Angus Leeming
Alfredo Braunstein wrote: > Alfredo Braunstein wrote: > >>> Have you tried just to remove #include "InsetList.h" from >>> insetlabel.C? >> >> it's used. > > I see... it gets it also from paragraph.h. May work... (Kayvan?) Oh, come on! That's a kludge just waiting to break.

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Angus Leeming wrote: > Oh, come on! That's a kludge just waiting to break. Agreed. > insets/insetlist.[Ch] and insets/insettheorem.[Ch] are not used. They > don't compile. They're dead wood. Their very presence breaks > compilation on cygwin. > > Kill 'em. If Lars wants 'em back, he can > 1.

Re: src/insets/insetlist.*

2004-02-26 Thread Kayvan A. Sylvan
On Thu, Feb 26, 2004 at 08:10:23PM +0100, Alfredo Braunstein wrote: > Alfredo Braunstein wrote: > > >> Have you tried just to remove #include "InsetList.h" from insetlabel.C? > > > > it's used. > > I see... it gets it also from paragraph.h. May work... (Kayvan?) Yes. I was able to compile by

Re: src/insets/insetlist.*

2004-02-26 Thread Angus Leeming
Alfredo Braunstein wrote: > Well Angus, don't know really. If you tell me to do it (because you > would but can't for some reason?) I don't have the source to hand, else I would. So I'm not going to *tell* you to do anything. I would do this myself, however... -- Angus

Re: src/insets/insetlist.*

2004-02-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Alfredo Braunstein wrote: > >> Alfredo Braunstein wrote: >> Have you tried just to remove #include "InsetList.h" from insetlabel.C? >>> >>> it's used. >> >> I see... it gets it also from paragraph.h. May work... (Kayvan?) > | Oh, come on!

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Alfredo Braunstein wrote: >> Have you tried just to remove #include "InsetList.h" from insetlabel.C? > > it's used. I see... it gets it also from paragraph.h. May work... (Kayvan?) Alfredo

Re: src/insets/insetlist.*

2004-02-26 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Can you send the errors again? > | http://marc.theaimsgroup.com/?l=lyx-devel=107695875721415=2 Ok I see what is happening, case stuff... Have you tried just to remove #include "InsetList.h" from insetlabel.C? --

Re: src/insets/insetlist.*

2004-02-26 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > Can you send the errors again? http://marc.theaimsgroup.com/?l=lyx-devel=107695875721415=2 Alfredo

src/insets/insetlist.*

2004-02-26 Thread Kayvan A. Sylvan
In order to compile on Cygwin, I have to "rm src/insets/insetlist.*" Can someone either rename these to insetlisting.* or just remove them? Thank you! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc.