-
Notifications
You must be signed in to change notification settings - Fork 18
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
Having trouble building for macos when attempting to install freetype with homebrew. #95
Comments
@dGr8LookinSparky it looks like the main error is that Darwin/XCode is outdated and no longer supported. So it may have nothing to do with what you did. Did you try upgrading the |
@dGr8LookinSparky you may want to change |
I was thinking of increasing the version requirements for macos, although I would want to do that minimally so as to not drop support for various older versions of macos if/when we don't have to. I may try increasing the version one increment at a time until it works again. Although another option might be to use an older version of homebrew, or an alternative that supports older macos, but that might not be a good approach for the long term, and the best way to go might just be to raise the version only as much as it has to. |
You can probably just disable freetype in the build. Freetype fonts are never used in the rendering, it's only a feature for generating the static font bitmap files from a freetype font. |
hmm, it looks like freetype is already disabled for macos builds by travis: https://github.com/GrangerHub/tremulous/blob/server-browser-duplicates/misc/travis-ci-build.sh#L8 |
It looks like just removing the installation of freetype and homebrew for macos did the trick, thanks @wtfbbqhax :) ! When you get a chance, could you test the macos build on the |
Details for the failed build:
https://travis-ci.org/GrangerHub/tremulous/jobs/508707032
The text was updated successfully, but these errors were encountered: