Bug 121876 - Error compiling Koffice 1.5 beta1
Summary: Error compiling Koffice 1.5 beta1
Status: RESOLVED NOT A BUG
Alias: None
Product: koffice
Classification: Applications
Component: filters (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KOffice Bug Wranglers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 11:21 UTC by Niels
Modified: 2006-02-13 14:40 UTC (History)
0 users

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 Niels 2006-02-13 11:21:07 UTC
Version:           1.5 beta1 (using KDE KDE 3.5.1)
Installed from:    Gentoo Packages

I'm trying to compile Koffice 1.5 beta1, using Gentoo's emerge. It fails in the same place every time:

kis_tiff_converter.cc:24:18: lcms.h: No such file or directory
kis_tiff_converter.cc: In function `void
   <unnamed>::convertFromTIFFData(KisHLineIterator, TIFFStream*, signed char,
   short unsigned int, short unsigned int, unsigned char, unsigned char,
   uint16*, uint16*, uint16*, KisProfile*)':
kis_tiff_converter.cc:295: warning: unused parameter `KisProfile*profile'
distcc[13406] ERROR: compile kis_tiff_converter.cc on localhost failed
make[4]: *** [kis_tiff_converter.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/koffice-1.5_beta1/work/koffice-1.4.90/filters/krita/tiff'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/koffice-1.5_beta1/work/koffice-1.4.90/filters/krita'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/koffice-1.5_beta1/work/koffice-1.4.90/filters'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/koffice-1.5_beta1/work/koffice-1.4.90'
make: *** [all] Error 2
Comment 1 Halla Rempt 2006-02-13 14:32:43 UTC
You need to install the lcms library for Krita (and its filters) to compile. Usually the configure check discovers the absence of this library, but that sometimes fails.

In general, compile problems are not bugs and it would be better to report them on the koffice mailinglist or on the #koffice irc channel -- that would get those problems resolved faster.
Comment 2 Niels 2006-02-13 14:40:34 UTC
I have lcms 1.13 installed, I should have said. I haven't been able to find a list of requirements for 1.5 that mentions lcms.

I understand what you're saying about compile bugs -- I'll report them to the mailinglist in the future.