-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ameba does not install on FreeBSD #167
Comments
The error is also produced using |
@yujiri8 |
Hm, I thought I would be able to run FreeBSD docker container on Mac, but seems like FreeBSD containers must be run from FreeBSD hosts. @yujiri8 I would like to ask you for helping me with this and providing a fix before I ended up running FreeBSD, on top of Vagrant, on top of macOS. Will that be possible for you? |
I was right that the problem is GNU make vs BSD make. BSD make doesn't support the Here are some links I read: Ugghhhh this is why I hate |
The best solution, in general, is to just use GNU make on FreeBSD (see #221 (comment)). |
Ameba's postinstall script seems to not work on FreeBSD. I initialized an empty project with
crystal init app .
, added the following toshard.yml
:And ran
shards
. Error message:This is a FreeBSD machine that has GNU make installed from packages (though I suspect the problem is that the FreeBSD package installs GNU make as
gmake
sincemake
is BSD make).The text was updated successfully, but these errors were encountered: