[Digikam-devel] [Bug 294105] Please support lcms2

Francesco Riosa francesco+kde at pnpitalia.it
Fri Mar 2 11:10:27 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=294105





--- Comment #23 from Francesco Riosa <francesco+kde pnpitalia it>  2012-03-02 11:10:27 ---
(In reply to comment #22)
> No problem Francesco.
> 
> I checked with LDD, and digiKam and libkdcraw are properly linked with lcms2,
> or lcms1, not with both at the same time.
> 
> I see a pending problem on my computer : The lcms2 includes path passed to
> cmake to compile digiKam/libkdcraw is empty. I don't know why. It must be
> filled by lcms2 detection script. Variable is LCMS2_INCLUDE_DIR.
> 
> I print it here in lead cmake script :
> 
> https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/CMakeLists.txt#L173
> 
> Can you confirm this ?

confirmed, but lcms2.h is into /usr/include/, which is the canonical path for
includes, maybe the variable is empty if the header is in that default path.

from `cmake --help-command FIND_PATH`:
<<If nothing is found, the result will be <VAR>-NOTFOUND,>>
not empty

on the other hand 

`grep LCMS2_INCLUDE CMakeCache.txt`
LCMS2_INCLUDEDIR:INTERNAL=/usr/include
LCMS2_INCLUDE_DIRS:INTERNAL=

and show that LCMS2_INCLUDEDIR has indeed the correct path.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list