[Kwintv] Building on RedHat 8

Neil Macvicar kwintv@mail.kde.org
Sat, 28 Dec 2002 02:41:31 +0000


On Saturday 28 December 2002 02:10, Guild N Crantz wrote:
> I'm sorry if this is a repeat question, but I have gone through the
> archives and don't see the answer:
>
> This is technically my first KDE application that I'm building, and so I
> was thrown through a loop with the build process because I thought that
> QT was located at /usr/lib/qt3 on RedHat 8, but it appears to need some
> links if this is the actual location of the files.  The reason I say
> this is because: I set QTDIR=/usr/lib/qt3
>
> The KWinTV instructions say to use: QTDIR=/opt/qt3 but I don't have this
> directory.

I can't say where redhat installs their release of qt, but if you found 
libqt-mt.so in /usr/lib/qt-3.0.5/lib, then set your $QTDIR to 
/usr/lib/qt-3.0.5.

> The reason for all of this is that I am getting the ./configure error:
> ...
> checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not
> found. Please check your installation!
> ...

This is confirming that libqt-mt.so cannot be found. If you inspect 
config.log, you can find more information as to why any particular test 
failed. This can be more useful.

> but I can find qt-mt at /usr/lib/qt-3.0.5/lib/
>
> Is there a link that I need to build?  Am I setting QTDIR to the
> incorrect directory (if this is the case, should KDEDIR still be left at
> /usr/lib/kde3, or does that need to be changed as well?)
>
Your KDEDIR should reflect the base kde directory where you wish to install. 
The easiest thing to do if you do not have a customised machine is to do 
./configure --prefix=$KDEDIR

> Thank you for your help,
>
> Guildencrantz
>
No problems. Apologies for the blank reply before - it's late and I'm confused 
;)
>
>
>
> _______________________________________________
> kwintv mailing list
> kwintv@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kwintv