cxxmatrix: Awk throws an error on OSX
When running make on OSX, I get an error:
mbp:cxxmatrix osx$ awk -f glyph.awk glyph.def > glyph.inl
awk: calling undefined function or
input record number 11, file glyph.def
source line number 28
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 18 (10 by maintainers)
Pulling latest patch and then:
Worked fine for me. Thanks all!
I am afraid I’m still unable to compile this:
I am unable to make your previous version too I’m afraid.
Edit:
761eeb0manages to compile on second attempt, as was already mentioned.FWIW, installing a GNU awk (which https://github.com/akinomyoga/cxxmatrix/commit/4fbee4279484050070f40b30377f9ab4c67772eb detected) fixed the issue for me on macOS.
@akinomyoga not OP but:
The command you gave output the same error:
@mimischi Thank you very much for the information!
The performance largely depends on the terminal emulators. For example,
iTerm2is extremely slow according to the benchmark test byalacritty. Terminal.app and xterm are also slow. Maybe you can try it with faster terminal emulators such as urxvt (rxvt-unicode) or Alacritty (though I haven’t tested with Alacritty).Running
makethe second time manages to compile the software.Unfortunately the MacBook Air I’m using is struggling to keep up with the load while running 😃 Thanks for the software though!