Bug 48320

Summary: build system doesn't return error when libs missing
Product: [Applications] koffice Reporter: Shaun Kruger <shaun>
Component: generalAssignee: KOffice List <koffice-devel>
Status: RESOLVED FIXED    
Severity: normal CC: jiri.kouba
Priority: NOR    
Version: 1.2   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

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