https://bugs.koozali.org/show_bug.cgi?id=11750

--- Comment #9 from Jean-Philippe Pialasse <[email protected]> ---
trying without taglib found also 

need curl 7.55.0

‘CURLINFO_CONTENT_LENGTH_DOWNLOAD_T’ was not declared in this scope; did you
mean ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’?
  140 |     res = curl_easy_getinfo(curl_handle,
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T, &cl);

workaround
 perl -pi -e
's;CURLINFO_CONTENT_LENGTH_DOWNLOAD_T;CURLINFO_CONTENT_LENGTH_DOWNLOAD;g'
./src/util/url.cc

see https://note.nogisawa.net/?2021/0303_gerbera_compile

and mock build great locally

just need to add the last version of taglib and try the full build

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to