--
You received this message because you are subscribed to the Google Groups "Haskell Gloss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-glos...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-gloss/C253E7BB-2FEE-4BE7-A0B8-DDC211415E41%40ouroborus.net.
Dear Thomas, Ben,
Thanks for your answers! We've tried and replicate your solution,
so far to no avail, but we're getting closer.
built the essence-of-live-coding-tutorial via `cabal build -fglfw`
What would the appropriate command be for a cabal repl? When
doing `cabal repl -fglfw`, we still get GLUT errors, see
https://github.com/turion/essence-of-live-coding-tutorial/issues/3#issuecomment-678309110.
Probably the issue is that the flag isn't passed on to the
appropriate package. My next try would be cabal configure
--constraint 'gloss glfw' && cabal repl. (But since I
don't have a mac, testing takes long.)
I'm happy about any other advice on how to get these flags
right.
Best regards, Manuel