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.49k stars 256 forks source link

Run-time dependency libcurl found: NO #2717

Open ENunn opened 2 weeks ago

ENunn commented 2 weeks ago

trying to update my ffmpeg build and i'm getting this error:

13:30:13 ┌ ffmpeg git  .................................. [Updates found]
13:30:13 ├ Running configure...
13:36:43 ├ Running install...
13:40:20 ├ Running meson...
Likely error (tail of the failed operation logfile):
Run-time dependency libcurl found: NO (tried cmake)

../src/meson.build:32:4: ERROR: Dependency lookup for libcurl with method 'pkgconfig' failed: Could not generate cflags for libcurl:
Package zstd was not found in the pkg-config search path.
Perhaps you should add the directory containing `zstd.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zstd', required by 'libcurl', not found

A full log can be found at C:/mabs/build/cyanrip-git/build-64bit/meson-logs/meson-log.txt
meson failed. Check C:/mabs/build/cyanrip-git/build-64bit/ab-suite.meson.log
This is required for other packages, so this script will exit.
13:40:33   Creating diagnostics file...

any fix? logs.zip

woot000 commented 2 weeks ago

go to msys64/mingw64/lib/pkgconfig and copy libzstd.pc to zstd.pc