Logo

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
Categories
4 categories in total
rails
open
gem
open
nio4r
open
webdev
open
nio4r "Failed to build gem native extension."

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"

Featured ones: