[Haskell-cafe] Low Level Audio - Writing bytes to the sound card?

Daniel Fischer daniel.is.fischer at web.de
Sat Dec 5 18:32:46 EST 2009


Am Sonntag 06 Dezember 2009 00:10:05 schrieb M Xyz:
> Stephen,
> I had no problem compiling the portaudio binaries on Windows. It came with
> a msvc project that worked. The problem I'm getting currently is that when
> I "cabal install portaudio etc etc" I get a "c2hs.exe does not exist error"
> when c2hs.exe clearly exists and is in my system path. Just like this post
> from months ago:
> http://www.mail-archive.com/haskell-art@lurk.org/msg00101.html

Try

cabal install --with-c2hs="C:\path\to\c2hs.exe" portaudio

maybe that'll work. If not, run cabal --verbose=3 install portaudio,
perhaps that gives more information about what went wrong.




More information about the Haskell-Cafe mailing list