Le Mon, 13 Oct 2014 16:23:25 -0400 Yuval Levy <[email protected]> a écrit
> Hello, > I am trying to build rawstudio from source on xubuntu 14.04LTS: > > cd ~/src > svn co https://rawstudio.org/svn/rawstudio/trunk/ rawstudio > cd rawstudio > ./autogen.sh --prefix=/usr/ > make > > ... > > ../../plugins/colorspace-transform/colorspace_transform_avx.c:23:18: > fatal error: lcms.h: No such file or directory > #include <lcms.h> > ^ > compilation terminated. > make[3]: *** [colorspace_transform_avx.lo] Error 1 > make[3]: Leaving directory > `/home/yuv/src/rawstudio/rawstudio/plugins/colorspace-transform' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/yuv/src/rawstudio/rawstudio/plugins' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/yuv/src/rawstudio/rawstudio' > make: *** [all] Error 2 > > > sudo dpkg -l | grep lcms > > ii liblcms1:amd64 1.19.dfsg-1.2ubuntu5 > amd64 Little CMS color management > library rc liblcms1:i386 > 1.19.dfsg-1.2ubuntu5 i386 Little CMS color management library > ii liblcms2-2:amd64 2.6-3ubuntu1~trusty1 > amd64 Little CMS 2 color management > library ii liblcms2-2:i386 > 2.6-3ubuntu1~trusty1 i386 Little CMS 2 color management > library ii liblcms2-dev:amd64 > 2.6-3ubuntu1~trusty1 amd64 Little CMS 2 color management > library development headers > > > what am I missing? > thanks for your help, > Yuv > Hi Yuval. Just a guess here but it seems that the file is including <lcms.h> which on my Debian is provided by package liblcms1-dev, liblcms2-dev is providing /usr/include/lcms2.h instead. So I suppose installing liblcms1-dev should fix the issue. Best regards, Emmanuel _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
