From koffice-devel Thu Sep 26 15:49:33 2002 From: Shaun Kruger Date: Thu, 26 Sep 2002 15:49:33 +0000 To: koffice-devel Subject: [Bug 48320] New: build system doesn't return error when libs missing X-MARC-Message: https://marc.info/?l=koffice-devel&m=103305636413611 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=48320 Summary: build system doesn't return error when libs missing Product: koffice Version: 1.2 Platform: Debian testing OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: koffice-devel@kde.org ReportedBy: shaun@linuxhost.cc Version: 1.2 (using KDE KDE 3.0.3) Installed from: Debian testing/unstable Packages Compiler: GCC 2.95.4 autoconf 2.13, automake 1.6.3 OS: Linux I was just building koffice-1.2 and the build system didn't check to make sure I had libxslt installed. The make died in filters/xsltfilter/export. I installed the debian packages libxslt and libxslt-dev and the build is working. On another note about the detection of QT3.0.3 or higher. configure was not finding the libqt-mt when I had libqt-mt.so.2 and libqt-mt.so.3 both existing. This caused ./configure to fail every time. Making a symbolic link in /usr/lib of libqt-mt.so.3 to libqt-mt.so fixed the problem, but there may be a better long term fix available. All of these are in the standard koffice-1.2.tar.bz2 archive. _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel