Re: Newest CVS build failure

2003-07-05 Thread Kayvan A. Sylvan
On Fri, Jul 04, 2003 at 10:31:16PM -0700, Kayvan A. Sylvan wrote: > On Fri, Jul 04, 2003 at 10:09:36AM +0200, Lars Gullik Bjønnes wrote: > > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > > > | I went ahead and installed gcc-2.96 on my old Redhat system (built > > | from the source RPM) and al

Re: Newest CVS build failure

2003-07-04 Thread Kayvan A. Sylvan
On Fri, Jul 04, 2003 at 10:09:36AM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | I went ahead and installed gcc-2.96 on my old Redhat system (built > | from the source RPM) and all is well with the compiles again, except > | that I got the following build

Re: Newest CVS build failure

2003-07-04 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | I went ahead and installed gcc-2.96 on my old Redhat system (built | from the source RPM) and all is well with the compiles again, except | that I got the following build failure on the lyx-qt binary: Is the qt lib also compiled with gcc-2.96? --

Re: Newest CVS build failure

2003-07-04 Thread Kayvan A. Sylvan
On Thu, Jul 03, 2003 at 12:48:53PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Thu, Jul 03, 2003 at 11:59:51AM +0200, Lars Gullik Bjønnes wrote: > | > | Dependencies with the rest of LyX which I want to avoid. > | > | (Not just "Lsstream.h" but "LString.h

Re: Newest CVS build failure

2003-07-03 Thread John Levon
On Thu, Jul 03, 2003 at 01:45:02PM +0200, Lars Gullik Bj?nnes wrote: > | btw, I bet disabling the invocation of collect2 by hand helps this a > | *lot* > > Ok, tell me more. collect2 is completely unnecessary on Linux afaik. There was a patch posted to disable the collect2 phase where possible.

Re: Newest CVS build failure

2003-07-03 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Jul 03, 2003 at 01:22:58PM +0200, Lars Gullik Bj?nnes wrote: | | > | You seem to have forgotten that this makes linking the debug enabled | > | version in 256 MB Ram almost impossible. | > | > Oh... I remember what I want to remember. | | btw, I

Re: Newest CVS build failure

2003-07-03 Thread John Levon
On Thu, Jul 03, 2003 at 01:22:58PM +0200, Lars Gullik Bj?nnes wrote: > | You seem to have forgotten that this makes linking the debug enabled > | version in 256 MB Ram almost impossible. > > Oh... I remember what I want to remember. btw, I bet disabling the invocation of collect2 by hand helps t

Re: Newest CVS build failure

2003-07-03 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Jul 03, 2003 at 12:48:53PM +0200, Lars Gullik Bjønnes wrote: | > | But that would mean we pull in std::string in 74 files or so, even when | > | configuring --with-included-string, wouldn't it? | > | > so we should ditch included-string as well

Re: Newest CVS build failure

2003-07-03 Thread Andre Poenitz
On Thu, Jul 03, 2003 at 12:48:53PM +0200, Lars Gullik Bjønnes wrote: > | But that would mean we pull in std::string in 74 files or so, even when > | configuring --with-included-string, wouldn't it? > > so we should ditch included-string as well then. You seem to have forgotten that this makes lin

Re: Newest CVS build failure

2003-07-03 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Jul 03, 2003 at 11:59:51AM +0200, Lars Gullik Bjønnes wrote: | > | Dependencies with the rest of LyX which I want to avoid. | > | (Not just "Lsstream.h" but "LString.h" etc...) | > | | > | The price is copying a single file for four-year-old com

Re: Newest CVS build failure

2003-07-03 Thread Andre Poenitz
On Thu, Jul 03, 2003 at 11:59:51AM +0200, Lars Gullik Bjønnes wrote: > | Dependencies with the rest of LyX which I want to avoid. > | (Not just "Lsstream.h" but "LString.h" etc...) > | > | The price is copying a single file for four-year-old compilers. > | No big deal IMO. > > So we should do thi

Re: Newest CVS build failure

2003-07-03 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Jul 03, 2003 at 11:26:58AM +0200, Jean-Marc Lasgouttes wrote: | > Andre> On Thu, Jul 03, 2003 at 02:00:10AM -0700, Kayvan A. Sylvan | > Andre> wrote: | > >> C++ Compiler: g++ (2.95.1) [...] g++ -DHAVE_CONFIG_H -I. -I. | > >> -I../../src -I./../ -

Re: Newest CVS build failure

2003-07-03 Thread Andre Poenitz
On Thu, Jul 03, 2003 at 11:26:58AM +0200, Jean-Marc Lasgouttes wrote: > Andre> On Thu, Jul 03, 2003 at 02:00:10AM -0700, Kayvan A. Sylvan > Andre> wrote: > >> C++ Compiler: g++ (2.95.1) [...] g++ -DHAVE_CONFIG_H -I. -I. > >> -I../../src -I./../ -I../../boost +-I/usr/X11R6/include -O2 > >> -fpermiss

Re: Newest CVS build failure

2003-07-03 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Thu, Jul 03, 2003 at 02:00:10AM -0700, Kayvan A. Sylvan Andre> wrote: >> C++ Compiler: g++ (2.95.1) [...] g++ -DHAVE_CONFIG_H -I. -I. >> -I../../src -I./../ -I../../boost +-I/usr/X11R6/include -O2 >> -fpermissive -ftemplate-depth

Re: Newest CVS build failure

2003-07-03 Thread Andre Poenitz
On Thu, Jul 03, 2003 at 02:00:10AM -0700, Kayvan A. Sylvan wrote: > C++ Compiler: g++ (2.95.1) > [...] > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost > +-I/usr/X11R6/include -O2 -fpermissive -ftemplate-depth-30 -W -Wall -c -o > +texparser.o `test -f texparser.C

Newest CVS build failure

2003-07-03 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: automated CVS build failure on Linux

2003-03-04 Thread John Levon
On Tue, Mar 04, 2003 at 05:29:21PM +0100, Lars Gullik Bj?nnes wrote: > | Do you mean that pspell will always be used if it is found? What is it > | is an oldish uncompatible version? > > That is how it worked before I did any changes now... I turned it on in CVS to see how things panned out. Thi

Re: automated CVS build failure on Linux

2003-03-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Yes. I am planning to remove the USE_PSPELL completely from | Lars> config.h, only HAVE_PSPELL_H and HAVE_LIBPSPELL will be left | Lars> there. | | Do you mean that pspell

Re: automated CVS build failure on Linux

2003-03-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Yes. I am planning to remove the USE_PSPELL completely from Lars> config.h, only HAVE_PSPELL_H and HAVE_LIBPSPELL will be left Lars> there. Do you mean that pspell will always be used if it is found? What is it is an oldish unc

Re: automated CVS build failure on Linux

2003-03-04 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | > | > | It looks like the pspell problem is not unique to Win32 | > | | > | > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 | > | > -fpermissiv

Re: automated CVS build failure on Linux

2003-03-04 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | It looks like the pspell problem is not unique to Win32 > | > | > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 > | > -fpermissive -ftemplate-depth-30 -W -Wall -c -o ispell.o `test -f > | >

Re: automated CVS build failure on Linux

2003-03-04 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | It looks like the pspell problem is not unique to Win32 | | > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fpermissive -ftemplate-depth-30 -W -Wall -c -o ispell.o `test -f ispell.C || echo './'`ispell.C | > source='pspe

automated CVS build failure on Linux

2003-03-04 Thread Kayvan A. Sylvan
It looks like the pspell problem is not unique to Win32 > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fpermissive > -ftemplate-depth-30 -W -Wall -c -o ispell.o `test -f ispell.C || echo './'`ispell.C > source='pspell.C' object='pspell.o' libtool=no \ > depfile='.deps/p

LyX CVS Build failure of 2002-08-15

2002-08-15 Thread Kayvan A. Sylvan
You all missed me, didn't you? ;-) - Forwarded message from Cron Daemon <[EMAIL PROTECTED]> - g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src/ -I../../../src/frontends/ -I../../../src/frontends/controllers -I../../../boost -isystem /usr/X11R6/include -O2 -m4

Re: LyX CVS build failure 2 - 2002-08-14

2002-08-15 Thread Angus Leeming
On Thursday 15 August 2002 12:49 am, Kayvan A. Sylvan wrote: > make[2]: Entering directory `/home/kayvan/src/lyx/src/frontends' > make[2]: *** No rule to make target `DialogBase.h', needed by `distdir'. > Stop. make[2]: Leaving directory `/home/kayvan/src/lyx/src/frontends' My fault. Fixed. Angu

LyX CVS build failure 2 - 2002-08-14

2002-08-14 Thread Kayvan A. Sylvan
make[2]: Entering directory `/home/kayvan/src/lyx/src/frontends' make[2]: *** No rule to make target `DialogBase.h', needed by `distdir'. Stop. make[2]: Leaving directory `/home/kayvan/src/lyx/src/frontends' -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Ass

CVS build failure

2001-09-06 Thread Kayvan A. Sylvan
This is still not fixed: make[3]: *** No rule to make target `symbols', needed by `all-am'. Stop. make[3]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.2.0cvs/lib' Anybody know what this is about? ---Kayvan -- Kayvan A. Sylvan | Proud husband of | F