-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
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
Installation Fails on Catalina #430
Comments
Got mine working by running:
|
Running this one-liner worked for me. gem install mailcatcher -- --with-cflags="-Wno-error=implicit-function-declaration" |
It looks like this issue is fixed in version 1.8.0 of thin. The cflags fix works but it would be nice if we could get the thin version updated for mailcatcher. |
This worked for me. |
I had to run this on ruby 3.0.1 to get mailcatcher to install |
This worked for me. I'm using MacBook Air m1 chip. |
With macOS Monterey, I had to run this to get mine working:
|
This worked for me. |
To anyone here looking for answer: Until version 0.9.0 is released You can use |
@K4sku worked for me. Thanks! |
Currently, thin doesn't install while installing mailcatcher on macOS Catallina. This is related to macournoyer/thin#365.
The text was updated successfully, but these errors were encountered: