Bug 48320 - build system doesn't return error when libs missing
Summary: build system doesn't return error when libs missing
Status: RESOLVED FIXED
Alias: None
Product: koffice
Classification: Applications
Component: general (show other bugs)
Version: 1.2
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KOffice List
URL:
Keywords:
: 48206 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-26 17:49 UTC by Shaun Kruger
Modified: 2002-10-01 13:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Kruger 2002-09-26 17:49:32 UTC
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.
Comment 1 Werner Trobin 2002-10-01 12:17:16 UTC
*** Bug 48206 has been marked as a duplicate of this bug. ***
Comment 2 Werner Trobin 2002-10-01 13:39:27 UTC
Hi! 
 
I added a check for libxml2, that the xslt filter won't be compiled in case 
libxml2 is missing. I have no idea if this also fixes the case when only some 
headers are missing, so I'd be interested in feedback. 
 
Ciao, 
Werner