Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-25 Thread Lukasz Lesniak
Hi. Solution: Unistall gcc, g++, cpp etc. Install all newest compiler >=3.0 and required packages. Configure qt with -no-xkb So, now I compile KDE and waiting for result Thanks, Andreas! PS. Somebody know, why xfb making problems? >First solution: >try a export LDFLAGS=-lfreetype before the

Re: Re: Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-23 Thread Andreas Pakulat
On 23.Jun 2003 - 14:48:20, Lukasz Lesniak wrote: > I have Qt 3.2.0b1 installed and compiled from source. > The instruction for instalation this version of Qt suggest > QTDIR=/usr/local/qt > and I have this path to my new Qt. > > I red some suggestions from net about Qt and I try > also ./configu

Re: Re: Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-23 Thread Lukasz Lesniak
I have Qt 3.2.0b1 installed and compiled from source. The instruction for instalation this version of Qt suggest QTDIR=/usr/local/qt and I have this path to my new Qt. I red some suggestions from net about Qt and I try also ./configure --with-qt-dir=/usr/local/qt because I have there Qt. The sa

Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-23 Thread Lukasz Lesniak
Sorry Todd, i mean your answer make no sense. I successfully compile & install Qt 3.2.0b1 from source. I am trying to compile KDE 3.1.2 and this KDE install itself in /usr/local/kde. The problem is in Qt libs. Thakns, luke. Todd Collins <[EMAIL PROTECTED]>: >QTDIR=/usr/local/qt >KDEDIR=/usr/

Re: Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-23 Thread Andreas Pakulat
On 23.Jun 2003 - 13:00:38, Lukasz Lesniak wrote: > Yes, I set QTDIR correctly and sucessfully compiled Qt. > > I think there isn't good idea to install libqt3 with apt-get, > because libqt3 has version 3.0.3 and will be make problem. No there isn't and I did not say to do so, but I wanted to kno

Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-23 Thread Todd Collins
QTDIR=/usr/local/qt KDEDIR=/usr/local/kde KDEHOME=/home/your user name/.kde PATH=$PATH:$QTDIR/bin:$KDEDIR/bin MANPATH=$QTDIR/doc/man:$MANPATH LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib export QTDIR PATH MANPATH LD_LIBRARY_PATH make/edit your /home/your user name/.profile to look something like this

Re: Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-23 Thread Lukasz Lesniak
Yes, I set QTDIR correctly and sucessfully compiled Qt. I think there isn't good idea to install libqt3 with apt-get, because libqt3 has version 3.0.3 and will be make problem. I still don't understand why should/must install libqt, so i compile and install new version of it? dpkg -l | grep qt

Re: Qt (>= Qt 3.1.0) (library qt-mt) not found.

2003-06-23 Thread Andreas Pakulat
On 23.Jun 2003 - 11:00:27, Lukasz Lesniak wrote: > Hello. > > I am using Debian Woody > > I have install Qt version 3.2.0b1 for X11 > (qt-x11-free-3.2.0b1.tar.gz) from Trolltech. I install this with > -thread etc. > > When I try to ./configure KDE ie. arts, kdelibs I see this > message: > "che