OK, what about Hugs? I used Cabal to download the GLFW package to GHC. Must I do the same from Hugs? Or is this also a fools mission?
From: http://plucky.cs.yale.edu/soe/software1.htm "follow the installation instructions for Gtk2Hs at http://www.haskell.org/gtk2hs, then import the module Graphics.SOE.Gtk instead of SOE.hs in your code." That link appears to be broken. What must I do? Or am I at a dead end? Michael [michael@localhost ~]$ cd ./SOE/SOE/src [michael@localhost src]$ hugs __ __ __ __ ____ ___ _________________________________________ || || || || || || ||__ Hugs 98: Based on the Haskell 98 standard ||___|| ||__|| ||__|| __|| Copyright (c) 1994-2005 ||---|| ___|| World Wide Web: http://haskell.org/hugs || || Bugs: http://hackage.haskell.org/trac/hugs || || Version: September 2006 _________________________________________ Haskell 98 mode: Restart with command line option -98 to enable extensions Type :? for help Hugs> :l Snowflake.lhs ERROR "./SOE.hs" - Can't find imported module "Graphics.UI.GLFW" Hugs> --- On Sun, 1/30/11, Brandon S Allbery KF8NH <[email protected]> wrote: From: Brandon S Allbery KF8NH <[email protected]> Subject: Re: [Haskell-cafe] Code from Haskell School of Expression hanging. To: [email protected] Date: Sunday, January 30, 2011, 2:00 AM -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/29/11 21:27 , michael rice wrote: > I'm using the OpenGL stuff (GLFW). Same set of problems? None of the lower level libraries support multithreading. If any of those libraries use FFI bindings that run in a bound thread, they'll fail in the threaded runtime. gtk2hs was modified to allow ghci to work, IIRC. - -- brandon s. allbery [linux,solaris,freebsd,perl] [email protected] system administrator [openafs,heimdal,too many hats] [email protected] electrical and computer engineering, carnegie mellon university KF8NH -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1FDIkACgkQIn7hlCsL25V6twCgn5JcK8Y0yerY5EkiyJyULOeM 6sYAoLkj8JS/CfquHfHCzl3DbGPKAhgo =Ybo6 -----END PGP SIGNATURE----- _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
