Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:38 am, John Levon wrote: > On Thu, Mar 20, 2003 at 10:35:29AM -0500, Praedor Atrebates wrote: > > What information in the log fragment above indicates a problem with the > > compiler version? > > > > > > -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//l

Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Milos Komarcevic
I had the same problem rebuilding on the latest Red Hat beta. The XFree86-devel (and its deps) were missing. Regards, Milos

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 10:35:29AM -0500, Praedor Atrebates wrote: > What information in the log fragment above indicates a problem with the > compiler version? > > > -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib > > > -isystem /usr/X11R6/include conftest.cc -lSM -lICE

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:25 am, John Levon wrote: > On Thu, Mar 20, 2003 at 10:22:12AM -0500, Praedor Atrebates wrote: > > -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib > > -isystem /usr/X11R6/include conftest.cc -lSM -lICE -lc -lm > > -L/usr/X11R6/lib -lX11 -lqt-mt >&

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 10:22:12AM -0500, Praedor Atrebates wrote: > -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib > -isystem /usr/X11R6/include conftest.cc -lSM -lICE -lc -lm > -L/usr/X11R6/lib -lX11 -lqt-mt >&5 > /tmp/cc4TX2WQ.o: In function `main': > /tmp/cc4TX2WQ

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
OK, I found entries in the latest config.log refering to the qt compile fail. It is looking for qt2 libs/includes?! Surely this isn't a qt2-based frontend? I have specifically pointed it at /usr/lib/qt3 by setting QTDIR=/usr/lib/qt3 and using the configure switches specifically telling it to

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:00 am, Jean-Marc Lasgouttes wrote: > > "Praedor" == Praedor Atrebates <[EMAIL PROTECTED]> writes: > > Praedor> Thanks! I tried again using your recommended additional > Praedor> switches but the build STILL fails with: [...] > So, can we see you config.log? There ha

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Jean-Marc Lasgouttes
> "Praedor" == Praedor Atrebates <[EMAIL PROTECTED]> writes: Praedor> Thanks! I tried again using your recommended additional Praedor> switches but the build STILL fails with: Praedor> checking for moc... /usr/lib/qt3//bin/moc checking for uic... Praedor> /usr/lib/qt3//bin/uic checking for Qt

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread John Levon
On Thu, Mar 20, 2003 at 09:51:52AM -0500, Praedor Atrebates wrote: > required qt3 libs/includes needed to build any qt-based app, nothing is > missing). I have looked through the config.log and config.status files. > Nothing in either to indicate any problems/missing elements. Do you seriousl

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 09:24 am, Morgan Kelly wrote: > On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote: > > checking for Qt library name... failed > > configure: error: Cannot compile a simple Qt executable. Check you have > > the right $QTDIR ! > > error: Bad exit status from

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Morgan Kelly
On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote: > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you have the > right $QTDIR ! > error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build) > This is a problem in building

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread John Levon
On Wed, Mar 19, 2003 at 03:36:27PM -0500, Praedor Atrebates wrote: > seems to be based on assumptions made by the configure script on what the > system should be like (like Redhat's broken system?). It assumes there MUST > be an environment variable called QTDIR set which is not necessarily tru

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 19 March 2003 12:54 pm, John Levon wrote: > On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote: > > checking for Qt library name... failed > > configure: error: Cannot compile a simple Qt executable. Check you have > > the r

Re: Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread John Levon
On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote: > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you have the > right $QTDIR ! > error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build) > > What lines in the configure

Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is inevitable, it seems, whether I try the qt version or the xforms version. Inspite of the fact that I have xforms installed and qt3 devel libs installed, the src rpm for lyx never builds on my Mandrake system. Mandrake doesn't use QTDIR.