Re: LyX CVS compile error: insetlabel.C

2004-02-17 Thread Alfredo Braunstein
Angus Leeming wrote: Why don't we (you) just remove this cruft from src/insets (insettheorem too). They no longer compile, they aren't ver y complex anyway and can always be retrieved from the Attic. There are no soonish plans for them? What is the use of the EXTRA_DIST variable in

Re: LyX CVS compile error: insetlabel.C

2004-02-17 Thread Kayvan A. Sylvan
On Tue, Feb 17, 2004 at 09:01:07AM +0100, Alfredo Braunstein wrote: Angus Leeming wrote: Why don't we (you) just remove this cruft from src/insets (insettheorem too). They no longer compile, they aren't ver y complex anyway and can always be retrieved from the Attic. There are no

Re: LyX CVS compile error: insetlabel.C

2004-02-17 Thread Alfredo Braunstein
Angus Leeming wrote: > Why don't we (you) just remove this cruft from src/insets > (insettheorem too). They no longer compile, they aren't ver y complex > anyway and can always be retrieved from the Attic. There are no soonish plans for them? What is the use of the EXTRA_DIST variable in

Re: LyX CVS compile error: insetlabel.C

2004-02-17 Thread Kayvan A. Sylvan
On Tue, Feb 17, 2004 at 09:01:07AM +0100, Alfredo Braunstein wrote: > Angus Leeming wrote: > > > Why don't we (you) just remove this cruft from src/insets > > (insettheorem too). They no longer compile, they aren't ver y complex > > anyway and can always be retrieved from the Attic. > > There

LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
Clean repository, Cygwin environment: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF .deps/insetlabel.Tpo -c

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them? -- Angus

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them? That worked! After removing it, doing ./autogen.sh and compiling. Thanks,

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 12:56:41PM -0800, Kayvan A. Sylvan wrote: On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them?

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
On Monday 16 February 2004 9:24 pm, Kayvan A. Sylvan wrote: If these are not used, them how come they show up anyway? Because Lars was playing with them a year or so ago? [EMAIL PROTECTED] ~/src/lyx] cvs update -dP 21 | grep -v 'cvs server' U src/insets/insetlist.C U src/insets/insetlist.h

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF .deps/insetlabel.Tpo

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Alfredo Braunstein wrote: There seems to be some kind of upper/lower case problem, src/insets/insetlabel.C should #include src/InsetList.h but it's wrongly including src/inset/insetlist.h in cwgwin. Why don't we (you) just remove this cruft from src/insets (insettheorem too). They no longer

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 10:45:11PM +, Angus Leeming wrote: Alfredo Braunstein wrote: There seems to be some kind of upper/lower case problem, src/insets/insetlabel.C should #include src/InsetList.h but it's wrongly including src/inset/insetlist.h in cwgwin. Why don't we (you) just

LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
Clean repository, Cygwin environment: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF .deps/insetlabel.Tpo -c

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Kayvan A. Sylvan wrote: > Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them? -- Angus

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: > Kayvan A. Sylvan wrote: > > > Clean repository, Cygwin environment: > > Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you > just remove them? That worked! After removing it, doing ./autogen.sh and compiling.

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 12:56:41PM -0800, Kayvan A. Sylvan wrote: > On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: > > Kayvan A. Sylvan wrote: > > > > > Clean repository, Cygwin environment: > > > > Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you > > just

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
On Monday 16 February 2004 9:24 pm, Kayvan A. Sylvan wrote: > If these are not used, them how come they show up anyway? Because Lars was playing with them a year or so ago? > [EMAIL PROTECTED] ~/src/lyx] cvs update -dP 2>&1 | grep -v 'cvs > server' U src/insets/insetlist.C > U

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: > Clean repository, Cygwin environment: > > g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src > -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include > -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF >

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Alfredo Braunstein wrote: > There seems to be some kind of upper/lower case problem, > src/insets/insetlabel.C should #include src/InsetList.h but it's > wrongly including src/inset/insetlist.h in cwgwin. Why don't we (you) just remove this cruft from src/insets (insettheorem too). They no

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 10:45:11PM +, Angus Leeming wrote: > Alfredo Braunstein wrote: > > There seems to be some kind of upper/lower case problem, > > src/insets/insetlabel.C should #include src/InsetList.h but it's > > wrongly including src/inset/insetlist.h in cwgwin. > > Why don't we