m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.52k stars 263 forks source link

cjpeg_hdr.exe ............... [Not found] #2427

Closed hydra3333 closed 1 year ago

hydra3333 commented 1 year ago

Hello.
Attempting a full-ish x64 build in a WIn11 sandbox. This error pops up:

23:58:58   Running git update for libjxl...
23:58:59 ┌ libjxl git  ............................... [Recently updated]
23:59:02 ├ Installing lcms2... done
23:59:11 ├ Installing asciidoc... done
00:00:16 ├ Running cmake...
00:00:24 ├ Running build...
00:02:43 ├ Running install...
00:02:44 ├ /local64/bin-global/cjpeg_hdr.exe  ............... [Not found]
00:02:44 └ libjxl-git  ......................................... [Failed]

cjpeg_hdr appears as text in media-suite_compile.sh line 563.

Cheers

Biswa96 commented 1 year ago

cjpeg_hdr appears as text in media-suite_compile.sh line 563.

Would you like to check if replacing cjpeg_hdr with cjpegli fixes the issue?

hydra3333 commented 1 year ago

Sure, will do that tonight and post the result here.

Cerlancism commented 1 year ago

cjpeg_hdr appears as text in media-suite_compile.sh line 563.

Would you like to check if replacing cjpeg_hdr with cjpegli fixes the issue?

Seems to work after replacing.

Cause: https://github.com/libjxl/libjxl/pull/2420

hydra3333 commented 1 year ago

yes, confrmed.