compiling latest cvs

2002-04-15 Thread Herbert Voss
can somebody tell me what's going on here??? Herbert running ./autogen.sh: [...] Building Makefile templates... . src/Makefile.am:12: LIBS was set with `+=' and is now set with `=' src/frontends/Makefile.am:12: LIBS was set with `+=' and is now set with `=' lib/reLyX

Re: error compiling latest cvs with-frontend=kde

2000-09-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 25 Sep 2000, Jean-Marc Lasgouttes wrote: | | > > "John" == John Levon <[EMAIL PROTECTED]> writes: | > | > >> Anyone any ideas ? Or should I just #define __STRICT_ANSI__ (yuck) | > | > John> and looking further I have found the answer. LyX specifi

Re: error compiling latest cvs with-frontend=kde

2000-09-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> JMarc, I will investigate exactly what breaks when John> __STRICT_ANSI__ is defined later. I would like if possible to John> leave this defined so we don't lie to header files ;) It would indeed be much better... JMarc

Re: error compiling latest cvs with-frontend=kde

2000-09-25 Thread John Levon
On 25 Sep 2000, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > >> Anyone any ideas ? Or should I just #define __STRICT_ANSI__ (yuck) > > John> and looking further I have found the answer. LyX specifically > John> removes this define (and in fact won't c

Re: error compiling latest cvs with-frontend=kde

2000-09-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> Anyone any ideas ? Or should I just #define __STRICT_ANSI__ (yuck) John> and looking further I have found the answer. LyX specifically John> removes this define (and in fact won't compile with it). I John> assume this won't change anytime

Re: error compiling latest cvs with-frontend=kde

2000-09-22 Thread John Levon
On Fri, 22 Sep 2000, John Levon wrote: > Anyone any ideas ? Or should I just #define __STRICT_ANSI__ (yuck) > > john > and looking further I have found the answer. LyX specifically removes this define (and in fact won't compile with it). I assume this won't change anytime soon, so I will just

Re: error compiling latest cvs with-frontend=kde

2000-09-22 Thread John Levon
On Thu, 21 Sep 2000, John Levon wrote: > I have seen this myself. It is to do with Qt breaking by trying to use xor > which is a keyword in standard c++. In my opinion this is a broken header > used in Qt. For the benefit of the list the relevant section is : > > #if !(defined(__STRICT_ANSI__) &

Re: error compiling latest cvs with-frontend=kde

2000-09-21 Thread John Levon
On Thu, 21 Sep 2000, Edwin Leuven wrote: > I get the following error message: > /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src >-I../../../src/ -I../../../src/frontends/-I../../.. -I../../.. -I./kde >-I/usr/lib/qt-1.45/include -I/usr/include/kde -I../

error compiling latest cvs with-frontend=kde

2000-09-21 Thread Edwin Leuven
When compiling lyx-devel, cvs sep 21, on a redhat 6.2 system, with qt1x-1.45-3 qt1x-devel-1.45-3[ gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) and doing ./configure --disable-nls --with-frontend=kde --with-qt-dir=/usr/lib/qt-1.45 I get the following error message: /bin/sh ../.