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
So, I'm trying to use nixpkgs''s mpv` libs as requested by @andrewrabert.
$JFN_MPV_INCLUDE_DIR has been set to various values, however, it's still impossible to find client.h.
I'm getting the following error when running just clippy:
--- stderr
Error: "could not locate mpv/client.h in any of: [\"third_party/mpv/include\"]\nSet JFN_MPV_INCLUDE_DIR, EXTERNAL_MPV_DIR, or install libmpv via pkg-config."
So it doesn't look like JFN_MPV_INCLUDE_DIR is considered at all.
Also, when running just clippy with CEF_PATH set (to the wrong one, but that's not the issue), I get
CEF_PATH is invalid (File I/O error: failed to open file `/nix/store/v4lvgffqpc359ya581qw0p6fcralbpfk-cef-binary-149.0.4/archive.json`: No such file or directory (os error 2)),
No such archive.json exist. I assume it's something that exist in the downloaded tarball which is the scenario that clippy expects. But build works without it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an attempt at solving #539.
The current commit is an extremely crude approximation of what is needed. PLEASE DO NOT MERGE.
There's a competing effort in PR #538.
Blocked by #528