Compiling KDE-1.1.1 on SunOS 5.7

Compiling KDE-1.1.1 on SunOS 5.7

Post by ret.. » Mon, 06 Sep 1999 04:00:00



I am encountering the following problem upon running ./configure for
KDE-1.1.1 on SunOS 5.7.

checking for Qt... configure: error: Qt >= 1.42 (libraries) not found.
Please ch
eck your installation!

QT 1.44 is installed in /usr/local/qt. The dir QT is a sym link to qt-
1.44.

In my .profile,
    QTDIR=/usr/local/qt
    MANPATH=$QTDIR/man
    LD_LIBRARY_PATH=$QTDIR/lib
    CPLUS_INCLUDE_PATH=$QTDIR/include

All variable are being exported.

Any ideas would help as there was no information about this in usenet
or www.

Sincerely,

G.C.Rettke

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

 
 
 

Compiling KDE-1.1.1 on SunOS 5.7

Post by Daniel Flinkman » Tue, 14 Sep 1999 04:00:00


Try to add to the ./configure   --with-qt-dir=$QTDIR  --with-qt-lib= [...]

.daniel

Quote:> checking for Qt... configure: error: Qt >= 1.42 (libraries) not found.
> Please ch
> eck your installation!

> QT 1.44 is installed in /usr/local/qt. The dir QT is a sym link to qt-
> 1.44.

> In my .profile,
>     QTDIR=/usr/local/qt
>     MANPATH=$QTDIR/man
>     LD_LIBRARY_PATH=$QTDIR/lib
>     CPLUS_INCLUDE_PATH=$QTDIR/include

> All variable are being exported.