Hi, I've managed to add libWebp delegate with your scripts to version 6.8.8 (which i believe is closer to the one you developed the scripts with), however, my ultimate goal is to use 6.9.11 as this has support for libHeic and greater support for Raw images via libRaw. However, it appears with your compile_im.sh script I can't get it to find compiled raw and webp libs.....
When compiling 6.8.8, these are the set IM config as per the attached log. Webp is seen and included
6.8.8.log
-------------------------------------------------------------
checking for WEBP...
checking webp/decode.h usability... yes
checking webp/decode.h presence... yes
checking for webp/decode.h... yes
checking for WebPPictureInitInternal in -lwebp... yes
checking if WEBP package is complete... yes
-------------------------------------------------------------
checking for libraw_r >= 0.14.8... no
-------------------------------------------------------------
checking for libwebp... no
checking for libwebpmux >= 0.5.0 libwebpdemux >= 0.5.0... no
RAW --with-raw=yes no
WEBP --with-webp=yes no
Compiling flags, different from 6.8.8 yet compile_im.sh file stays the same:
Hi, I've managed to add libWebp delegate with your scripts to version 6.8.8 (which i believe is closer to the one you developed the scripts with), however, my ultimate goal is to use 6.9.11 as this has support for libHeic and greater support for Raw images via libRaw. However, it appears with your compile_im.sh script I can't get it to find compiled raw and webp libs.....
When compiling 6.8.8, these are the set IM config as per the attached log. Webp is seen and included 6.8.8.log
compiling flags:
For 6.9.11, webp and raw aren't seen : 6.9.11.log
Compiling flags, different from 6.8.8 yet compile_im.sh file stays the same:
Where might the problem lie? I've attached the scripts here.
compile_raw.txt compile_webp.txt compile_im.txt