'How to resolve GLUT error message "Unable to load font: ..." (macOS)

I am trying to run a toolkit (shoelaces, link here) on macOS. I have installed it, but when I run the command

shoelaces

to start the program, I get the error message

Unable to load font: GLUT_STROKE_ROMAN 
Unable to load font: GLUT_STROKE_MONO_ROMAN
Unable to load font: GLUT_BITMAP_9_BY_15
Unable to load font: GLUT_BITMAP_8_BY_13
Unable to load font: GLUT_BITMAP_TIMES_ROMAN_10
Unable to load font: GLUT_BITMAP_TIMES_ROMAN_24
Unable to load font: GLUT_BITMAP_HELVETICA_10
Unable to load font: GLUT_BITMAP_HELVETICA_12
Unable to load font: GLUT_BITMAP_HELVETICA_18

Any ideas for how to fix this issue?

Obviously, this seems to be an issue related to GLUT rather than to the specific program, but I wanted to make sure it can reproduced by others, too.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source