Luis Angel Fernández Cuadrado wrote: > Hi, > > I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64 > machine with no luck. I've done thins kind of compilation many other times > in SuSE i386 and AMD64 machines without problems. > The key to it always was the parameters passed to the './configure' > script: > > --with-frontend=qt --with-qt-dir=???? --with-qt-libraries=????
If ubuntu did not change the qt paths from debian then the following should work: --with-frontend=qt --with-qt-dir=/usr/share/qt3 If it does not please post the errors you get. Georg
