-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't compile xxh3, Erlang/OTP 26 #3
Comments
Which versions of rust, erlang, and elixir do you use? |
I'm also getting a:
It does work with |
By hard coding the right value to
You might want to fix how that path discovery works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: could not compile
xxh3
(lib) due to 2 previous errors===> Uncaught error in rebar_core. Run with DIAGNOSTIC=1 to see stacktrace or consult rebar3.crashdump
===> When submitting a bug report, please include the output of
rebar3 report "your command"
** (Mix) Could not compile dependency :xxh3, "/Users/ben/.mix/elixir/1-16/rebar3 bare compile --paths /Users/ben/oxen/OxenHub/_build/dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile xxh3 --force", update it with "mix deps.update xxh3" or clean it with "mix deps.clean xxh3"
Looks possibly related to #2, let me know if there's any other output that's useful!
The text was updated successfully, but these errors were encountered: