Re: [Haskell-cafe] Re: OpenAL bindings / compiling ghc 6.5

2005-12-31 Thread Michael Benfield
On Dec 29, 2005, at 5:01 AM, Simon Marlow wrote: This may be due to using an older version of GNU make. Try upgrading your make and Thank you, this was the problem! Now, though, I've got another problem, and it would be great if someone could help me here. I'm on Mac OS 10.3.9. I

[Haskell-cafe] OpenAL bindings / compiling ghc 6.5

2005-12-28 Thread Michael Benfield
I see here: http://www.haskell.org/HOpenGL/newAPI/ OpenAL bindings listed as part of the Hierachical Libraries. And when I download the source to a development snapshot of GHC, there they are. Is there a way to install this on GHC 6.4? Alternatively... I can't get GHC 6.5 to compile. I do

Re: [Haskell-cafe] OpenAL bindings / compiling ghc 6.5

2005-12-28 Thread Michael Benfield
I tried to compile ghc 6.4.2 and I got the same thing (sits forever at that point). Sven Panne wrote: Although I haven't tried it, you should be able to simply use the OpenAL and ALUT directories from the HEAD in the 6.4 branch. I don't know how to do this. The Cabal User's Guide says After

[Haskell-cafe] getCPUTime ??

2005-11-21 Thread Michael Benfield
I'm new to Haskell. I'm apparently misunderstanding something here. When I run this program: - module Main where import System.Posix import System.CPUTime printTime = getCPUTime = putStrLn . show main = printTime sleep 5 printTime - It produces this output: 14300