Re: Compiling LyX 1.3.6 with qt: SegFault

2005-09-28 Thread Angus Leeming
Jim Osborn wrote: > But I did wonder about all those src/frontends/qt2/... pathnames in > LyX, which I noticed in Lyx 1.3.5. I assumed the numbering scheme > was something internal to LyX, not to QT itself, but I can't really > tell from a naive examination of a few LyX qt2 source files. Does > a

Re: Compiling LyX 1.3.6 with qt: SegFault

2005-09-28 Thread Jim Osborn
On Thu, Sep 22, 2005 at 8:52:15AM +0200, Georg Baum wrote: > So the segmentation fault happens when running uic. This should be > reported to trolltech, because it seems to be a bug in uic. Just to follow up, I submitted a bug report on the Trolltech site, and got this response: > /konstruct/ap

Re: Compiling LyX 1.3.6 with qt: SegFault

2005-09-23 Thread Jim Osborn
On Thu, Sep 22, 2005 at 8:52:15AM +0200, Georg Baum wrote: > So the segmentation fault happens when running uic. This should be > reported to trolltech, because it seems to be a bug in uic. > Meanwhile, changing the variable UICFLAGS > > UICFLAGS=-tr qt_ -nounload > > in src/frontends/qt2/ui/Ma

Re: Compiling LyX 1.3.6 with qt: SegFault

2005-09-22 Thread Charles de Miramon
Jim Osborn wrote: > > Just a followup: I tried building LyX 1.3.5 with KDE 3.4.2 and it > fails at exactly the same point as LyX 1.3.6, so, fwiw, it seems to > be either a KDE or a QT/KDE problem, not just a problem with the new > LyX. > I've compiled yesterday for Sid debian packages (i386 and

Re: Compiling LyX 1.3.6 with qt: SegFault

2005-09-22 Thread Georg Baum
Jim Osborn wrote: > In the process of upgrading from KDE 3.4.0 to 3.4.2, I'm trying to > upgrade from LyX 1.3.5 to 1.3.6. The compile fails with these messages: > > Making all in qt2 > make[5]: Entering directory > `.../konstruct/apps/office/lyx/work/lyx-1.3.6/src/frontends/qt2' Making > all in u

Re: Compiling LyX 1.3.6 with qt: SegFault

2005-09-21 Thread Jim Osborn
On Mon, Sep 19, 2005 at 9:00:21PM -0700, Jim Osborn wrote: > My config: gcc 3.4.3, QT 3.3.4, Linux kernel 2.4.23, PII. > the QT was compiled with this same compiler, fwiw. > and of course it all worked fine with LyX 1.3.5, same QT. Just a followup: I tried building LyX 1.3.5 with KDE 3.4.2 and it

Compiling LyX 1.3.6 with qt: SegFault

2005-09-19 Thread Jim Osborn
In the process of upgrading from KDE 3.4.0 to 3.4.2, I'm trying to upgrade from LyX 1.3.5 to 1.3.6. The compile fails with these messages: Making all in qt2 make[5]: Entering directory `.../konstruct/apps/office/lyx/work/lyx-1.3.6/src/frontends/qt2' Making all in ui make[6]: Entering directory `

Re: Compiling LyX 1.3.6 with qt

2005-09-06 Thread Jean-Marc Lasgouttes
> "Luqman" == Luqman H <[EMAIL PROTECTED]> writes: Luqman> thanks it works... i'm just have tobe patient for very long Luqman> compiling.. btw, is it a bug? or it only happen to my Luqman> machine..? By default, Qt has some compatibility code between its own strings (QString) and C++ standard

Re: Compiling LyX 1.3.6 with qt

2005-09-05 Thread Rich Shepard
On Tue, 6 Sep 2005, Luqman H wrote: i'm just have tobe patient for very long compiling.. btw, is it a bug? or it only happen to my machine..? I don't remember just how long it too, but I recall something like 7 or 8 minutes on an Athlon XP-2200+ with 1G RAM. I always run the 'time' command w

Re: Compiling LyX 1.3.6 with qt

2005-09-05 Thread Paul Smith
On 9/6/05, Luqman H <[EMAIL PROTECTED]> wrote: > thanks it works... > > i'm just have tobe patient for very long compiling.. > btw, is it a bug? or it only happen > to my machine..? > > 2005/8/31, Rich Shepard <[EMAIL PROTECTED]>: > > On Wed, 31 Aug 2005, Luqman H wrote: > > > > > Please help.. i

Re: Compiling LyX 1.3.6 with qt

2005-09-05 Thread Luqman H
thanks it works... i'm just have tobe patient for very long compiling.. btw, is it a bug? or it only happen to my machine..? 2005/8/31, Rich Shepard <[EMAIL PROTECTED]>: > On Wed, 31 Aug 2005, Luqman H wrote: > > > Please help.. i dont know what i've miss > > i don't know if there is more depend

Re: Compiling LyX 1.3.6 with qt

2005-08-31 Thread Rich Shepard
On Wed, 31 Aug 2005, Luqman H wrote: Please help.. i dont know what i've miss i don't know if there is more dependency needed for qt frontend. but the ./configure seem to run fine... I'm using VectorLinux standard 5.1 qt version 3.3.4 tetex-3.0 As Georg wrote a couple of months ago: Change

Re: Compiling LyX 1.3.6 with qt

2005-08-31 Thread Georg Baum
Luqman H wrote: > and i got this error, when doing make.. > -- > g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src > -I../../../src/fronten ds -I../../../images -I./qt2 -I/usr/lib/qt//include > -I../../../boost -I../../../ src/frontends/controllers -isys

Compiling LyX 1.3.6 with qt

2005-08-30 Thread Luqman H
Please help.. i dont know what i've miss i don't know if there is more dependency needed for qt frontend. but the ./configure seem to run fine... I'm using VectorLinux standard 5.1 qt version 3.3.4 tetex-3.0 and i got this error, when doing make.. -- g++ -DHAVE