Subject: configure cannot find qt libs
To: None <tech-pkg@netbsd.org>
From: Joe Reed <jnr@cwru.edu>
List: tech-pkg
Date: 04/13/2003 17:35:07
hi all,
i'm building a package for kmoney2, personal financal software for kde3.
however i cannot get the pkgsrc to configure it so it finds the qt3
libraries. i have included the following makefile:
.include "../../x11/kde3/Makefile.kde3"
.include "../../x11/qt3-libs/buildlink2.mk"
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdelibs3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
but i still get the
checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not found.
Please check your installation!
For more details about this problem, look at the end of config.log.
*** Error code 1
error. any ideas what i'm forgetting here? i'm building this on netbsd 1.6P
i386 and pkgsrc -current as of 2 weeks ago.
thanks in advance for any help.
--joe