
The link to the OpenAL documentation [ http://haskell.org/ghc/docs/latest/html/libraries/OpenAL/Sound-OpenAL.html ] from here [ http://www.haskell.org/haskellwiki/OpenAL ] seems to be down. Also, I tried to use cabal to install ALUT and got the following checking for unistd.h... yes checking AL/alut.h usability... no checking AL/alut.h presence... no checking for AL/alut.h... no checking OpenAL/alut.h usability... no checking OpenAL/alut.h presence... no checking for OpenAL/alut.h... no configure: error: no ALUT header found, so this package cannot be built See `config.log' for more details. cabal: Error: some packages failed to install: ALUT-2.1.0.0 failed during the configure step. The exception was: exit: ExitFailure 1 :/

On Thu, Nov 13, 2008 at 09:01:36PM +0000, Stephen wrote:
The link to the OpenAL documentation [ [1]http://haskell.org/ghc/docs/latest/html/libraries/OpenAL/Sound-OpenAL.html ] from here [ [2]http://www.haskell.org/haskellwiki/OpenAL ] seems to be down.
Also, I tried to use cabal to install ALUT and got the following
checking for unistd.h... yes checking AL/alut.h usability... no checking AL/alut.h presence... no checking for AL/alut.h... no checking OpenAL/alut.h usability... no checking OpenAL/alut.h presence... no checking for OpenAL/alut.h... no configure: error: no ALUT header found, so this package cannot be built
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I'm not sure what you're asking. It seems that you either don't have alut installed or configure doesn't know about it.. Good luck Marc Weber

ah, damn I feel stupid. I hadn't it installed. I just tried to, and, after
verifying with the internet, it seems that ALUT isn't supported on macs
anymore anyway. Which leads me to the following question: does anyone have
any example code for saving/loading wav files, say, using openal (minus
alut) with haskell? I'm not too sure how to go about doing it myself
(though the people on this thread
http://groups.google.com/group/fa.haskell/browse_thread/thread/33b57c945274e...
to indicate that it would be a relatively easy task).
On Fri, Nov 14, 2008 at 12:53 AM, Marc Weber
On Thu, Nov 13, 2008 at 09:01:36PM +0000, Stephen wrote:
The link to the OpenAL documentation [ [1]
http://haskell.org/ghc/docs/latest/html/libraries/OpenAL/Sound-OpenAL.html
] from here [ [2]http://www.haskell.org/haskellwiki/OpenAL ] seems to be down.
Also, I tried to use cabal to install ALUT and got the following
checking for unistd.h... yes checking AL/alut.h usability... no checking AL/alut.h presence... no checking for AL/alut.h... no checking OpenAL/alut.h usability... no checking OpenAL/alut.h presence... no checking for OpenAL/alut.h... no configure: error: no ALUT header found, so this package cannot be built
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I'm not sure what you're asking. It seems that you either don't have alut installed or configure doesn't know about it..
Good luck
Marc Weber _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On Fri, Nov 14, 2008 at 02:33:05AM +0000, Stephen wrote:
ah, damn I feel stupid. I hadn't it installed. I just tried to, and, after verifying with the internet, it seems that ALUT isn't supported on macs anymore anyway. Which leads me to the following question: does anyone have any example code for saving/loading wav files, say, using openal (minus alut) with haskell? I'm not too sure how to go about doing it myself (though the people on this thread [1]http://groups.google.com/group/fa.haskell/browse_thread/thread/33b57c945274e... seem to indicate that it would be a relatively easy task).
Wave files are realitively easy to write .. However you can also try the encoder from hackage (catergory sound) called HSoundFile.. (I've never used it before) Also using the haskell wiki search from haskell.org reveals: http://haskell.org/haskellwiki/Sound_data_structures good luck Marc
participants (2)
-
Marc Weber
-
Stephen