[Haskell-cafe] ghc-6.11 + OpenGL/GLUT crashes on WinXP

Conal Elliott conal at conal.net
Sat Oct 25 17:14:59 EDT 2008


I'm getting crashes from ghc-6.10.0.20081007 and ghc-6.11.20081024 when
doing a very simple GLUT program (below) with OpenGL-2.2.1.1 and
GLUT-2.1.1.2 (the latest from Hackage), running on WinXP.  It works fine on
ghc-6.9.20080622 .

I'd appreciate hearing about other attempts with these versions on Windows
systems.

Thanks,  - Conal


import Graphics.UI.GLUT

main :: IO ()
main = do putStrLn "Initializing"
          getArgsAndInitialize
          return ()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20081025/e05001f0/attachment.htm


More information about the Haskell-Cafe mailing list