Re: LyX CVS compile problem

2004-10-25 Thread José Abílio Oliveira Matos
On Sun, Oct 24, 2004 at 09:18:58PM -0700, Kayvan A. Sylvan wrote: On Linux, xforms frontend: if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fno-ex ceptions -W -Wall -MT sgml.o -MD -MP -MF .deps/sgml.Tpo \ -c -o sgml.o `test -f 'sgml.C' || echo './'`sgml.C; \

Re: LyX CVS compile problem

2004-10-25 Thread José Abílio Oliveira Matos
On Sun, Oct 24, 2004 at 09:18:58PM -0700, Kayvan A. Sylvan wrote: > On Linux, xforms frontend: > > if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fno-ex > ceptions -W -Wall -MT sgml.o -MD -MP -MF ".deps/sgml.Tpo" \ > -c -o sgml.o `test -f 'sgml.C' || echo './'`sgml.C;

LyX CVS compile problem

2004-10-24 Thread Kayvan A. Sylvan
On Linux, xforms frontend: if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fno-ex ceptions -W -Wall -MT sgml.o -MD -MP -MF .deps/sgml.Tpo \ -c -o sgml.o `test -f 'sgml.C' || echo './'`sgml.C; \ then mv -f .deps/sgml.Tpo .deps/sgml.Po; \ else rm -f .deps/sgml.Tpo; exit

LyX CVS compile problem

2004-10-24 Thread Kayvan A. Sylvan
On Linux, xforms frontend: if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fno-ex ceptions -W -Wall -MT sgml.o -MD -MP -MF ".deps/sgml.Tpo" \ -c -o sgml.o `test -f 'sgml.C' || echo './'`sgml.C; \ then mv -f ".deps/sgml.Tpo" ".deps/sgml.Po"; \ else rm -f

lyx CVS compile problem

2004-04-07 Thread Kayvan A. Sylvan
../../lyx/src/text2.C:114:2: warning: #warning broken? ../../lyx/src/text2.C:1338:2: warning: #warning This will not work anymore when we have multiple views of the same buffer ../../lyx/src/text2.C: In member function `bool LyXText::deleteEmptyParagraphMechanism(LCursor, const LCursor)':

lyx CVS compile problem

2004-04-07 Thread Kayvan A. Sylvan
../../lyx/src/text2.C:114:2: warning: #warning broken? ../../lyx/src/text2.C:1338:2: warning: #warning This will not work anymore when we have multiple views of the same buffer ../../lyx/src/text2.C: In member function `bool LyXText::deleteEmptyParagraphMechanism(LCursor&, const LCursor&)':

Latest lyx CVS compile problem

2003-07-01 Thread Kayvan A. Sylvan
Configuration Host type: i686-pc-linux-gnu Special build flags:warnings assertions xforms-image-loader C Compiler: gcc C Compiler flags: -g -O2 C++ Compiler: g++ (2.95.1) C++ Compiler flags:

Re: Latest lyx CVS compile problem

2003-07-01 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | lstrings.C:705: `Assert' undeclared in namespace `lyx' | lstrings.C:706: `Assert' undeclared in namespace `lyx' | lstrings.C:707: `Assert' undeclared in namespace `lyx' | lstrings.C:708: `Assert' undeclared in namespace `lyx' | lstrings.C:709: `Assert'

Latest lyx CVS compile problem

2003-07-01 Thread Kayvan A. Sylvan
Configuration Host type: i686-pc-linux-gnu Special build flags:warnings assertions xforms-image-loader C Compiler: gcc C Compiler flags: -g -O2 C++ Compiler: g++ (2.95.1) C++ Compiler flags:

Re: Latest lyx CVS compile problem

2003-07-01 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | lstrings.C:705: `Assert' undeclared in namespace `lyx' | lstrings.C:706: `Assert' undeclared in namespace `lyx' | lstrings.C:707: `Assert' undeclared in namespace `lyx' | lstrings.C:708: `Assert' undeclared in namespace `lyx' | lstrings.C:709:

Re: LyX CVS compile problem

2000-07-03 Thread Juergen Vigna
On 30-Jun-2000 Kayvan A. Sylvan wrote: Are you following the same steps? CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings make It's only the debug-enabled compile that fails to link. Well you don't have to do that, cvs versions have -g enabled by

Re: LyX CVS compile problem

2000-07-03 Thread Kayvan A. Sylvan
On Mon, Jul 03, 2000 at 09:28:47AM +0200, Juergen Vigna wrote: On 30-Jun-2000 Kayvan A. Sylvan wrote: Are you following the same steps? CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings make It's only the debug-enabled compile that fails to link.

Re: LyX CVS compile problem

2000-07-03 Thread Juergen Vigna
On 30-Jun-2000 Kayvan A. Sylvan wrote: > > Are you following the same steps? > > CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings > make > > It's only the debug-enabled compile that fails to link. > Well you don't have to do that, cvs versions have -g enabled

Re: LyX CVS compile problem

2000-07-03 Thread Kayvan A. Sylvan
On Mon, Jul 03, 2000 at 09:28:47AM +0200, Juergen Vigna wrote: > > On 30-Jun-2000 Kayvan A. Sylvan wrote: > > > > Are you following the same steps? > > > > CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings > > make > > > > It's only the debug-enabled compile that

Re: LyX CVS compile problem

2000-06-30 Thread Kayvan A. Sylvan
On Fri, Jun 30, 2000 at 09:41:50AM +0200, Juergen Vigna wrote: Failing with this message (at link-time): FloatList.o: In function `global constructors keyed to floatList': /home/kayvan/src/lyx-temp/src/FloatList.C:5: undefined reference to `FloatList::FloatList(void)'

Re: LyX CVS compile problem

2000-06-30 Thread Kayvan A. Sylvan
On Fri, Jun 30, 2000 at 09:41:50AM +0200, Juergen Vigna wrote: > > > > > Failing with this message (at link-time): > > > > FloatList.o: In function `global constructors keyed to floatList': > > /home/kayvan/src/lyx-temp/src/FloatList.C:5: undefined reference to > > `FloatList::FloatList(void)'

LyX CVS compile problem

2000-06-29 Thread Kayvan A. Sylvan
This works: ./autogen.sh ./configure make This does not: CXXFLAGS="-g" CFLAGS="-g" ./configure --prefix=/usr --without-warnings make Failing with this message (at link-time): FloatList.o: In function `global constructors keyed to floatList': /home/kayvan/src/lyx-temp/src/FloatList.C:5:

LyX CVS compile problem

2000-06-29 Thread Kayvan A. Sylvan
This works: ./autogen.sh ./configure make This does not: CXXFLAGS="-g" CFLAGS="-g" ./configure --prefix=/usr --without-warnings make Failing with this message (at link-time): FloatList.o: In function `global constructors keyed to floatList': /home/kayvan/src/lyx-temp/src/FloatList.C:5: