dev-resources.site
for different kinds of informations.
nio4r "Failed to build gem native extension."
Published at
8/28/2024
Categories
rails
gem
nio4r
webdev
Author
Saad Shakil
In an RoR project, bundle install
was giving:
Installing nio4r 2.5.8 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
The following commands fix this:
bundle config build.nio4r --with-cflags="-Wno-incompatible-pointer-types"
gem install nio4r -v 2.5.8 -- --with-cflags="-Wno-incompatible-pointer-types"
Articles
6 articles in total
Understanding Git Rebase Merge: Chronological vs Logical Order and Commit History
read article
Unable to Transfer Files from Android to MacOS
read article
Full Page Screenshots in Chrome
read article
Importing and Using Existing GPG Keys to Sign Git Commits
read article
nio4r "Failed to build gem native extension."
currently reading
Python and Ruby Development Tools: A Quick Reference
read article
Featured ones: