Changes between Version 43 and Version 44 of WikiStart


Ignore:
Timestamp:
Jan 23, 2012, 1:52:24 AM (12 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v43 v44  
    3535Q: Gloss freezes in `ghci`. It tries to draw the window but I don't get a picture and must kill the process.[[br]]
    3636A0: Upgrade to GHC 7.2[[br]]
    37 A1: 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.
     37A1: 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"`
    3939