Open twilson90 opened 1 month ago
It's not producing any logs:
I don't think it's a network problem, I tried to build in docker container a month ago and had the same issue.
That solved it! Thank you.
I'm almost there but I'm running into an error at the last hurdle. It's failing to build harfbuzz and/or libjxl, but the logs don't appear very helpful.
docker-build-log.txt harfbuzz-build-out.log libjxl-build-out.log
Thank you! With your help I've finally managed to 'successfully' build a windows executable. Some problems though:
-Dmanpage-build=disabled
)I've tried:
-Dc_args='-Wno-error=int-conversion -Wno-error=incompatible-pointer-types'
and
"-Dc_args='-Wno-error=int-conversion -Wno-error=incompatible-pointer-types'"
but it's failing to run the configure command.
There's an error log generated that I haven't been able to look at due to issues with Docker. Presumably though I'm just not setting the argument correctly.
(EDIT : my mistake, I had included an extra feature in the configure command without installing the prerequsites and this was causing it to fail)
Also the previous successful build was closing immediately on opening any media file, here's another log (no errors): log.txt
I finally managed to build a working version by using -DGCC_ARCH=x86-64
instead of -DGCC_ARCH=x86-64-v3
Or possibly by running ninja -j2 mpv
instead of ninja -j4 mpv
Dockerfile:
Not having much luck here!