[Kwintv] from CVS update in http://www.kwintv.org?

Stefan Hellwig kwintv@mail.kde.org
Thu, 24 Oct 2002 10:09:02 +0200


Hi!

On Thursday 24 October 2002 09:52, Gerhard =D6ttl wrote:
> [...] At the end of the file in addition I put the errors (attachement=20
> kwintv.txt).

Well, your ./configure cannot find Qt >=3D 3.0, it is searching for qt-mt=
 and=20
cannot find that library. What is the definition of your $QTDIR? What is =
in=20
your $QTDIR/lib directory? You should have something like this (among oth=
er=20
things):

libqt-mt.so -> libqt-mt.so.3.0.5
libqt-mt.so.3 -> libqt-mt.so.3.0.5
libqt-mt.so.3.0 -> libqt-mt.so.3.0.5
libqt-mt.so.3.0.5

The version number (here: 3.0.5) may be different. You might also want to=
 do=20
something like this (as root):

ldconfig -p | grep qt-mt

It should give you something like this:

        libqt-mt.so.3.0 (libc6) =3D> /opt/qt3/lib/libqt-mt.so.3.0
        libqt-mt.so.3 (libc6) =3D> /opt/qt3/lib/libqt-mt.so.3
        libqt-mt.so.2 (libc6) =3D> /usr/lib/libqt-mt.so.2
        libqt-mt.so (libc6) =3D> /opt/qt3/lib/libqt-mt.so

Did you install the Qt 3.0 development RPM when you installed your system=
?

BTW, the "config.h.bot" file does not seem to exist anymore, I will updat=
e the=20
CVS info page on www.kwintv.org accordingly... Try using the "cvs checkou=
t=20
-l" method as an alternative (see CVS info page).

Regards, Stefan.