Hi, I'm trying to use Gloss with the GLFW backend (in order to avoid the ghci crash). It crashes whenever I try to render text, with the error that glutStrokeCharacter is called before glutInit. Well, glutInit is obviously never called, because I'm not using that backend, so the call to glutStrokeCharacter should probably also never happen.
The offending line is probably this one:
Edit: Upon further investigation, this (using glutStrokeCharacter without glutInit) seems to be supported in GLUT, but not in freeglut. So I guess the question is whether to support use of freeglut.