-
Notifications
You must be signed in to change notification settings - Fork 8
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
Binary not executing properly on Mac OSX #35
Comments
@imdyangs have you tried actually doing a Go build? I built on high sierra |
That would be very appreciated @nynhex ! |
I'm new to Go, so this is a dumb one, but how do I build this on OSX? I have go 1.11x installed, but I'm not sure if I should be using the Makefile or not. The makefile seems to have some hardcoded paths and I don't know if I should be editing those or changing my environment to match them. Suggestions appreciated. =) |
@EyePulp thanks for the interest in Minimal Chat!! You should be able to use the Makefile provided that your go environment is set up properly. Go has a very opinionated folder structure it follows (see here) have you set your $GOPATH env var? Otherwise, take a look at the |
@mihok thanks much for the guidance. Learning about the folder layout now - sorry for not asking in a separate issue, I realize this is the wrong spot. |
Problem Description:
If you try to execute the binary on Mac OSX, it errors and spits back:
Suggested Solution:
Build a binary on Mac that works and add a separate release.
The text was updated successfully, but these errors were encountered: