Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lilv Fails to Compile #61

Open
bwanshoom opened this issue Jan 24, 2025 · 1 comment
Open

lilv Fails to Compile #61

bwanshoom opened this issue Jan 24, 2025 · 1 comment

Comments

@bwanshoom
Copy link

I'm getting the following error:

Dependency zix-0 found: NO. Found 0.4.2 but need: '>= 0.6.0'

build-ffmpeg.sh is hard-coded for zix 0.4.2

@bwanshoom
Copy link
Author

Replacing lines 1892-1900 with the following fixes the issue:

find_git_repo "drobilla/zix" "1" "T"
if build "zix" "$repo_version"; then
    download "https://github.com/drobilla/zix/archive/refs/tags/v$repo_version.tar.gz" "zix-$repo_version.tar.gz"
    extracmds=("-D"{benchmarks,docs,singlehtml,tests,tests_cpp}"=disabled")
    execute meson setup build --prefix="$workspace" --buildtype=release --default-library=static --strip "${extracmds[@]}"
    execute ninja "-j$threads" -C build
    execute sudo ninja -C build install
    build_done "zix" "$repo_version"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant