Changes between Version 31 and Version 32 of WikiStart


Ignore:
Timestamp:
Oct 24, 2011, 3:28:22 AM (13 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v31 v32  
    3434== 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 A: Start `ghci` with `-fno-ghci-sandbox`[[br]]
     36A0: Upgrade to GHC 7.2
     37A1: Start `ghci` with `-fno-ghci-sandbox`[[br]]
    3738A2: Try installing gloss to use the GLFW window manager interface instead of GLUT: `cabal install gloss --flags="GLFW -GLUT"`
    3839