After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167750 - does not compile due to undetected lcms.h
does not compile due to undetected lcms.h
Status: RESOLVED DUPLICATE of bug 161817
Product: f-spot
Classification: Other
Component: General
0.0.x
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-17 22:32 UTC by Fabian Sturm
Modified: 2005-02-17 23:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabian Sturm 2005-02-17 22:32:33 UTC
tar ...
./configure
make

make stops with:

/include -I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/freetype2/config -I/usr/include/libxml2 -I/usr/include/libexif -g
-O2 -MT image-view.lo -MD -MP -MF .deps/image-view.Tpo -c image-view.c  -fPIC
-DPIC -o .libs/image-view.o
image-view.c:34:18: lcms.h: No such file or directory

but lcms's headers are installed into:

ls -l /usr/include/lcms/lcms.h
-rw-r--r--  1 root root 66245 Jan  4 20:40 /usr/include/lcms/lcms.h

(lcms version 1.13)

so configure script should check this location
Comment 1 Larry Ewing 2005-02-17 23:23:21 UTC

*** This bug has been marked as a duplicate of 161817 ***