I found a problem compiling linkdcraw 18.04.1 with blfs dev environment
(lfs 8.3-rc1). The bug seems related to libraw 0.19.0 (
https://bugs.gentoo.org/659860).

my compilation ends with:
                        exp_correc
/sources/libkdcraw-18.04.1/src/kdcraw_p.cpp:405:24: error: ‘struct
libraw_output_params_t’ has no member named ‘cared’
     raw.imgdata.params.cared      =
m_parent->m_rawDecodingSettings.caMultiplier[0];
                        ^~~~~
/sources/libkdcraw-18.04.1/src/kdcraw_p.cpp:406:24: error: ‘struct
libraw_output_params_t’ has no member named ‘cablue’
     raw.imgdata.params.cablue     =
m_parent->m_rawDecodingSettings.caMultiplier[1];
                        ^~~~~~
/sources/libkdcraw-18.04.1/src/kdcraw_p.cpp:460:24: error: ‘struct
libraw_output_params_t’ has no member named ‘eeci_refine’
     raw.imgdata.params.eeci_refine    =
m_parent->m_rawDecodingSettings.eeciRefine;
                        ^~~~~~~~~~~
/sources/libkdcraw-18.04.1/src/kdcraw_p.cpp:461:24: error: ‘struct
libraw_output_params_t’ has no member named ‘es_med_passes’; did you mean
‘med_passes’?
     raw.imgdata.params.es_med_passes  =
m_parent->m_rawDecodingSettings.esMedPasses;
                        ^~~~~~~~~~~~~
                        med_passes
make[2]: *** [src/CMakeFiles/KF5KDcraw.dir/build.make:76:
src/CMakeFiles/KF5KDcraw.dir/kdcraw_p.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:156: src/CMakeFiles/KF5KDcraw.dir/all]
Error 2
make: *** [Makefile:130: all] Error

I'll try a new version (18.04.3 if compatible?) or a patch? Thanks
Riccardo
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to