Open ahoy196 opened 9 months ago
@ahoy196 This should probably be fixed in the gem's source file as it is a potential bug. Anyway, I had the same error on Fedora and worked around it.
bundle config build.fast_xs --with-cflags=\"-Wno-incompatible-pointer-types\"
bundle install
BTW: I had to do the same for the gc_tracer
gem to install all dependencies of Discourse.
Wow. Thanks @gschlager
I’m having some issues with setting up discourse, which depends on fast_xs, for development on my M1 Mac.
fast_xs gem fails to install. I’ve pasted the fast_xs error message below. Any insight?