2021-02-11, 06:11
I've cloned the Leia branch and I think I've followed the Windows build guide to a tee but I can't seem to build FFmpeg.
Upon executing make-mingwlibs.bat, I get the following errors:
I saw that download-msys2.bat installed gcc, etc. so I'd have thought it would install build tools like make as well.
I figured I'd ask here to see if I did something wrong before hunting down how to install make.
Thanks in advance.
Upon executing make-mingwlibs.bat, I get the following errors:
Code:
-------------------------------------------------------------------------------
compiling mingw libs x64
NOPROMPT = 0
MAKECLEAN = clean
WORKSPACE =
-------------------------------------------------------------------------------
-------------------------------------------------
building FFmpeg x64
-------------------------------------------------
ffmpeg (x64) .................................................... [Removing]
Applying patch /xbmc/tools/buildsteps/windows/patches/0001-ffmpeg-detect-openssl.patch
/usr/bin/patch: **** Can't create temporary file /tmp/ppQhFgze : Permission denied
Applying patch /xbmc/tools/buildsteps/windows/patches/0002-ffmpeg-zlib-config-conflict.patch
/usr/bin/patch: **** Can't create temporary file /tmp/ppQRBOfd : Permission denied
Applying patch /xbmc/tools/buildsteps/windows/patches/0003-ffmpeg-static.patch
/usr/bin/patch: **** Can't create temporary file /tmp/ppx4903c : Permission denied
ffmpeg-4.0.4-Leia-18.4 (x64) ................................. [Configuring]
./buildffmpeg.sh: line 123: /build/src/ffmpeg-6b98091152/configure: No such file or directory
ffmpeg-4.0.4-Leia-18.4 (x64) ................................... [Compiling]
./buildhelpers.sh: line 47: make: command not found
./buildhelpers.sh: line 48: make: command not found
ffmpeg-4.0.4-Leia-18.4 (x64) ....................................... [Error]
failed to compile /xbmc/project/BuildDependencies/mingwlibs/x64/lib/avcodec.lib
I saw that download-msys2.bat installed gcc, etc. so I'd have thought it would install build tools like make as well.
I figured I'd ask here to see if I did something wrong before hunting down how to install make.
Thanks in advance.