Changes between Version 51 and Version 52 of WikiStart


Ignore:
Timestamp:
Oct 2, 2012, 5:34:02 AM (12 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v51 v52  
    3434== Frequently Asked Questions (FAQ) ==
    3535Q: Gloss freezes in `ghci`. It tries to draw the window but I don't get a picture and must kill the process.[[br]]
    36 A0: Upgrade to GHC 7.2[[br]]
     36A0: Upgrade to at least GHC 7.2[[br]]
    3737A1: Start `ghci` with `-fno-ghci-sandbox`. This is because OpenGL uses thread local state, which doesn't work when the running program is in a different thread.[[br]]
    3838A2: Try installing gloss to use the GLFW window manager interface instead of GLUT: `cabal install gloss --flags="GLFW -GLUT"`