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.51k stars 262 forks source link

librist fails to build #2478

Closed hydra3333 closed 1 year ago

hydra3333 commented 1 year ago

Hello. librist fails to build :

┌ srt git  ............................................ [Recently updated]
├ Running cmake...
├ Running build...
├ Running install...
├ Stripping...
└ srt-git  ..................................................... [Updated]
  Running git clone for librist...
  Running git update for librist...
┌ librist git  ........................................ [Recently updated]
0001-Workaround-fixes-for-cJSON-symbol-collision.patch
        Patch could not be applied with `git am`. Continuing without patching.
├ Running meson...
Likely error (tail of the failed operation logfile):
meson setup .. --default-library=static --buildtype=release --prefix=/local64 --backend=ninja --bindir=bin-global -Dhave_mingw_pthreads=true -Dtest=false -Ddisable_json=true
The Meson build system
Version: 1.1.1
Source dir: C:/MABS/build/librist-git
Build dir: C:/MABS/build/librist-git/build-64bit
Build type: native build

../meson.build:6:0: ERROR: Unknown options: "disable_json"

x64.

hydra3333 commented 1 year ago

Oh, a duplicate of https://github.com/m-ab-s/media-autobuild_suite/issues/2476