You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: freetype2 not found using pkg-config
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
I've installed freetype with this command:
pacman -Ss mingw-w64-x86_64-freetype
I've also tried compiling freetype2 from the source:
git clone https://git.savannah.gnu.org/git/freetype/freetype2.git
cd freetype2
mkdir build && cd build
/mingw64/bin/cmake .. -G "MSYS Makefiles" -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/mingw64
make
make install
ls /mingw64/lib/pkgconfig/freetype2.pc
/mingw64/lib/pkgconfig/freetype2.pc
My logs are giving this erro:
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
C:/msys64/mingw64/lib\libfreetype.a(src_autofit_autofit.c.obj):(.text+0x7cfc): undefined reference to `hb_buffer_destroy'
collect2.exe: error: ld returned 1 exit status
ERROR: freetype2 not found using pkg-config
Compilubf will work if I compile freetype without harfbuzz.
The text was updated successfully, but these errors were encountered:
I am having issues compiling ffmpeg with libfreetype with this commmand on windows MSYS2:
I keep getting this error:
I've installed freetype with this command:
I've also tried compiling freetype2 from the source:
And pkg-config gives this:
I can confirm the package is there:
My logs are giving this erro:
Compilubf will work if I compile freetype without harfbuzz.
The text was updated successfully, but these errors were encountered: