Subject: Can't build kdebase
To: None <netbsd-users@netbsd.org>
From: John Goerzen <jgoerzen@complete.org>
List: netbsd-users
Date: 01/27/2004 14:12:31
Hi,

I've tried to build kdebase several times over the past couple of days,
and have done everything I can think of to make things work (including
pkg_deleting just about everything X-related, then running make install
in meta-pkgs/kde3).  I always get this:

ecking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt-mt)
not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/x11/kdebase3

Yet:

root@wile:/usr/pkgsrc/meta-pkgs/kde3# pkg_info -L qt3-libs | grep qt-mt
/usr/pkg/qt3/lib/libqt-mt.a
/usr/pkg/qt3/lib/libqt-mt.la
/usr/pkg/qt3/lib/libqt-mt.so
/usr/pkg/qt3/lib/libqt-mt.so.3
/usr/pkg/qt3/lib/libqt-mt.so.3.2

What am I doing wrong?

-- John