Ik heb nu een soortgelijke fout op macOS Catalina, maar ik kon niet met succes uitvoeren
gem install pg -v '0.18.4'
Ik vond dit probleem in de puma
juweeltje (ik weet dat dit een ander juweeltje is) dat me heeft geholpen het probleem op te lossen:https://github .com/puma/puma/issues/2304
.
Daar vond ik dit:
En dit:
gem install puma:4.3.5 -- --with-cflags="-Wno-error=implicit-function-declaration"
Dus ik kon pg
. bouwen met:
gem install pg -v '0.18.1' -- --with-cflags="-Wno-error=implicit-function-declaration"