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 with Mandrake linux that was not present with 
lyx-1.3.0pre2 but appeared with 1.3.0.

Instead of commenting out a lot of lines in the configure script, you need to 
set more options telling it exactly where all the qt things live 

./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3 
--with-qt-includes=/usr/lib/qt3/include --with-qt-libraries=/usr/lib/qt3/lib 

Everything should then work fine. I hope this helps

Morgan


How to preview-latex?

2003-01-23 Thread Morgan Kelly
Hi

is there any step-by-step guide to setting up and using preview-latex with lyx 
1.3pre2/cvs?

If not would somebody post one for the benefit of all us ordinary lyxers?

thanks

Morgan



Re: How to use AMS equation environments

2002-12-17 Thread Morgan Kelly
 M-m c i does the job fine. 

many thanks

Morgan



On Tue 17 Dec 2002 12:23, you wrote:
> On Tue, Dec 17, 2002 at 12:06:38PM +0000, Morgan Kelly wrote:
> > What do I do?
>
> You could start with telling us the version of LyX you use.
>
> M-m c i  for 'math column insert' might help in a few cases.
>
> Andre'




How to use AMS equation environments

2002-12-17 Thread Morgan Kelly
Hi

how do I input equations into the AMS align, alignat etc environments?

reLyX can import these fine from latex files but when I go to use the align 
environment, all I get are two blue boxes corresponding to a single equation. 
I can replicate these in new rows by CTRL-ENTER but I clearly need to 
generate more columns of these. I cannot find anything in the manuals.

What do I do?

thanks

Morgan



Re: Installation failure under SuSe 6.4

2000-06-16 Thread Morgan Kelly

Mea culpa

I tried to install lyx 1.5 on my machine at home, also running suse 6.4, and it
worked perfectly. Obviously my computer at work has had too many patches,
upgrades and dodgy packages added down the years and just needs to be cleaned
off.

Many thanks to all the people who wrote and, again, apologies.

Morgan



Installation failure under SuSE 6.4

2000-06-15 Thread Morgan Kelly

Hi,

Trying to install lyx 1.1.5 under SuSE 6.4 (with C++ installed) I am having
./configure fail with the message "Unable to find a working C++ compiler"

What changes do I need to make so that lyx can find crtbegin.o, cc1plus etc.

The relevant bit of config.log is below.

thanks,

Morgan




configure:1661: checking for a working C++ compiler
configure:1697: g++ -o conftestconftest.C  1>&5
cpp: -lang-c++: linker input file unused since linking not done
ld: cannot open crtbegin.o: No such file or directory
configure: failed program was:

#line 1692 "configure"
#include "confdefs.h"

class foo { int bar; }; int main(){return(0);}
configure:1697: gcc -o conftestconftest.C  1>&5
gcc: installation problem, cannot exec `cc1plus': No such file or directory
configure: failed program was:

#line 1692 "configure"
#include "confdefs.h"

class foo { int bar; }; int main(){return(0);}
configure:1697: c++ -o conftestconftest.C  1>&5
cpp: -lang-c++: linker input file unused since linking not done
ld: cannot open crtbegin.o: No such file or directory