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.53k stars 264 forks source link

MPV build fails[mingw32|mingw64] [repo] #2509

Closed GregAlanR closed 1 year ago

GregAlanR commented 1 year ago

mingw64 MPV build fails with these errors:

K:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: K:/media-autobuild_suite/local64/lib\libass.a(ass_shaper.o):ass_shaper.c:(.text+0x19d): undefined reference to FT_Load_Sfnt_Table' K:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: K:/media-autobuild_suite/local64/lib\libass.a(ass_shaper.o):ass_shaper.c:(.text+0x239): undefined reference toFT_Load_Glyph' K:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: K:/media-autobuild_suite/local64/lib\libass.a(ass_shaper.o):ass_shaper.c:(.text+0x45e): undefined reference to FT_Get_Char_Index' K:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: K:/media-autobuild_suite/local64/lib\libass.a(ass_shaper.o):ass_shaper.c:(.text+0x5c6): undefined reference toFT_Load_Glyph' K:/media-autobuild_suite/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: K:/media-autobuild_suite/local64/lib\libass.a(ass_shaper.o):ass_shaper.c:(.text+0x135e): undefined reference to `FT_Get_Char_Index' collect2.exe: error: ld returned 1 exit status

Waf: Leaving directory `/build/mpv-git/build' Build failed -> task in 'mpv' failed with exit status 1 (run with -v to display more information) ab-suite.build.log

GregAlanR commented 1 year ago

solved on my end.