We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running FreeBSD-13.3-Release p5. Erlang/OTP 26 [erts-14.2.5.2] [source] [64-bit] Interactive Elixir (1.16.0)
Problem - during mix compile
c_src/decoder_nif.c:141:17: error: use of undeclared identifier 'CLOCK_MONOTONIC_RAW' 141 | clock_gettime(CLOCK_MONOTONIC_RAW, timestamp);
Reason; Found in man-pages from a Debian 13 system.
CLOCK_MONOTONIC_RAW (since Linux 2.6.28; Linux-specific)
Solution;
Sent pull request #37
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running FreeBSD-13.3-Release p5.
Erlang/OTP 26 [erts-14.2.5.2] [source] [64-bit]
Interactive Elixir (1.16.0)
Problem - during mix compile
Reason;
Found in man-pages from a Debian 13 system.
Solution;
Sent pull request #37
The text was updated successfully, but these errors were encountered: