Le Tue, 14 Oct 2014 10:04:08 +0200 Anders Brander <[email protected]> a écrit
> Hi! :) > > On Mon, 2014-10-13 at 20:13 -0400, Yuval Levy wrote: > > > Yuval Levy <[email protected]> a écrit > > > > > > 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. > > > > Merci Emmanuel! > > > > Yes, that was it. Installing liblcms2-dev got me through the autogen > > missing dependencies, but failed at the make stage. A little > > detail to be fixed in the build system, for those who understand > > autogen. I barely understand cmake, so I can't help with that... > > I believe the specific plugin should be fixed. We do not depend on > lcms-1. I think it could easily be guarded with HAVE_LCMS2 like done > in rs-cmm.c. > Hi Anders. Thanks for the suggestion, I have filled ticket 640 for this, including a patch that adds the include guards wherever I found they were missing. Best regards, Emmanuel _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
