-
-
Notifications
You must be signed in to change notification settings - Fork 624
Building Hack on macOS 10.14.6 fails #500
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
Comments
So the build of a "clean" declare -a alternates=(
"u0030-backslash"
)
Both builds seem to fail on the |
Woops, accidentally closed this. |
Please feel free to let me know if you need anything else for debugging! Would love to get this sorted so I can start using it. |
Sorry for the troubles! The fontmake compiler is renaming the glyphs by default in more recent releases than the source that was developed in the master branch. ttfautohint can't find the glyph names indicated in the Control Instructions Files. Since you are on macOS, you will be fine with unhinted builds. Simply comment out the ttfautohint execution steps in the shell scripts and you should be able to build without issues. You don't need the hints on macOS. If you still run into problems, please let me know and I'll whip together a simple script as a workaround. Edit: I think that the issue in your second step build from |
And I do recognize that there is a root problem that needs to be addressed here. I am trying to find time to get back to this project to clean it up... Sorry! |
@chrissimpkins apologies for the delay here. I didn't actually get this to work (pretty sure I moved to using Meslo shortly after I created this issue), however I'm willing to test out any solutions you come up with.
Yep, I noted in this comment that I was trying to implement the slashed-0. Not sure if that helps point you in the right direction (the whole reason why I was doing this to begin with was to get the slashed-0 into the font build 🙂) |
This is OS - independent problem. Fix:
|
@cetver Thanks. Full instruction for Windows 10 and zero glif https://github.com/kisswiki/kisswiki/blob/master/src/00other/font_Hack_customization.md#windows-10 |
I'm also getting this error on Manjaro Linux, this is not MacOS specific. |
Getting this error on Ubuntu 20.04.4 LTS using |
I was attempting to patch Hack using
alt-hack
, however before I did so I wanted to make sure that a defaultgit clone
of this repo + amake ttf
would work. Doesn't seem to be doing the trick. I checked out thedev
branch and it seems to install fine from there, so not exactly sure what the issue is in themaster
branch that is causing it.Here's the full output from a clean
git clone
/make ttf
of themaster
branch:Please let me know if you need anything else. I'm still running macOS 10.14.6.
The text was updated successfully, but these errors were encountered: