Re: Fwd: lyx1.4.2 in kubuntu

2006-08-02 Thread Christopher Winkler
Thank you all, 

with your help I have finally tamed the beast.
(one of the problems was, that the path to the qt-directory was not 
correct... for all future readers: (K)ubuntus qt-path 
is: /usr/share/qt, not /usr/lib nor /usr/lib/qt neither whatsoever ...)

Best greetings

Christopher


Re: Fwd: lyx1.4.2 in kubuntu

2006-08-01 Thread Russell Davie
On Tue, 1 Aug 2006 11:58:11 +0200
"Christopher Winkler" <[EMAIL PROTECTED]> wrote:

> ??
> Russel: Can you send me your compile command?

this is a copy from the notes I wrote:

for qt front-end
~$ ./configure --with-frontend=qt --with-qt-dir=/usr/share/qt3 
--enable-optimization=-O3 --prefix=/usr/local --with-version-suffix=1.4.2

for gtk front-end
~$ ./configure --with-frontend=gtk --with-qt-dir=/usr/share/qt3 
--enable-optimization=-O3 --prefix=/usr/local
--with-version-suffix=1.4.2-gtk

to make, then install
~$ make all 
~$ make install

or to make and strip bug reporting out which makes it a bit smaller:
~$ make install-strip

> 
> Thank you for further help - it cost me hours and now I want to see the damn
> thing RUNNING!! :-)

best wishes

HTH

- Russell


> 
> christopher


Re: Fwd: lyx1.4.2 in kubuntu

2006-08-01 Thread Bruce Muirhead
On Tue, 2006-08-01 at 11:58 +0200, Christopher Winkler wrote:



> Is anything wrong with my compile command:
> ./configure --with-frontend=qt --with-qt-dir=/usr/lib
> --with-version-suffix=-1.4.2
> 

--with-qt-dir=/usr/lib/qt3

that did it for me, anyway!
Cheers

Bruce

> ??
> Russel: Can you send me your compile command?
> 
> Thank you for further help - it cost me hours and now I want to see the damn
> thing RUNNING!! :-)
> 
> christopher


Fwd: lyx1.4.2 in kubuntu

2006-08-01 Thread Christopher Winkler

-- Forwarded message --
From: Christopher Winkler <[EMAIL PROTECTED]>
Date: 01.08.2006 11:57
Subject: Re: lyx1.4.2 in kubuntu
To: Russell Davie <[EMAIL PROTECTED]>


Hello Russel,




for good measure this is the list of qt packages on my system that
successfully compiled LyX-1.4.2 in Dapper
:
~$ apt-show-versions | grep libqt
libqt4-core/dapper uptodate 4.1.2-1ubuntu1
libqt3-mt-psql/dapper uptodate 3:3.3.6-1ubuntu6
libqt4-gui/dapper uptodate 4.1.2-1ubuntu1
libqthreads-12/dapper uptodate 1.6.7-2
libqt3-mt/dapper uptodate 3:3.3.6-1ubuntu6
libqt3-compat-headers/dapper uptodate 3:3.3.6-1ubuntu6
libqt4-sql/dapper uptodate 4.1.2-1ubuntu1
libqt3-mt-dev/dapper uptodate 3: 3.3.6-1ubuntu6
libqt3-headers/dapper uptodate 3:3.3.6-1ubuntu6



this is exactly what is installed on my system. It resolved quite a lot of
dependencies, but:
I still get the message: qt not found.
Guys, that really sucks.
Is anything wrong with my compile command:
./configure --with-frontend=qt --with-qt-dir=/usr/lib
--with-version-suffix=-1.4.2

??
Russel: Can you send me your compile command?

Thank you for further help - it cost me hours and now I want to see the damn
thing RUNNING!! :-)

christopher