[Hugin-devs] [Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-02-22 Thread Bug Watch Updater
** Changed in: digikam Status: New = Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/885324 Title: Completely replace lcms1 by lcms2 in Ubuntu Status in digiKam - digital

[Hugin-devs] [Bug 938293] Re: cpfind links against system flann, but includes the bundled flann

2012-02-22 Thread tmodes
Hi Bruno, try the following: in CMakeLists.txt: remove line 110: include_directories( ${CMAKE_SOURCE_DIR}/src/foreign ) and add instead after line 288: FIND_PACKAGE(flann) IF(NOT FLANN_FOUND) include_directories( ${CMAKE_SOURCE_DIR}/src/foreign ) ENDIF() Maybe a further change to

[Hugin-devs] [Bug 938293] Re: cpfind links against system flann, but includes the bundled flann

2012-02-22 Thread Bruno Postle
Thanks, committed as 18b1029df5ba I also had to change the levmar include in src/tools/tca_correct.cpp and the lensdb include in src/tools/fulla.cpp ** Changed in: hugin Status: New = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which