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
I just finished installing the latest commonmarker gem which uses rb-sys. This failed at first with:
commonmarker
rb-sys
thread 'main' panicked at 'generate bindings: ClangDiagnostic("/home/matijs/.rbenv/versions/3.3.0/include/ruby-3.3.0/ruby/ruby.h:23:10: fatal error: 'stdarg.h' file not found\n")', /home/matijs/.cargo/registry/src/github.com-1ecc6299db9ec823/rb-sys-0.9.85/build/main.rs:55:6
The comments in #268 suggested I maybe need (part of?) clang in addition to rust, so I installed libclang-dev as a lucky guess.
libclang-dev
Please consider adding some guidelines on what to install in order to compile gems that use rb-sys to the README.
The text was updated successfully, but these errors were encountered:
1da94ec
Thanks, @ianks!
Sorry, something went wrong.
No branches or pull requests
I just finished installing the latest
commonmarker
gem which usesrb-sys
. This failed at first with:The comments in #268 suggested I maybe need (part of?) clang in addition to rust, so I installed
libclang-dev
as a lucky guess.Please consider adding some guidelines on what to install in order to compile gems that use
rb-sys
to the README.The text was updated successfully, but these errors were encountered: