On Thu, 5 Jul 2012, CK Kashyap wrote:

Hi all,

I tried to install Euterpea on ubuntu 12.04 and ran into this problem. Can 
someone tell me the exact package
name that I need to install using apt-get to solve this problem?

Resolving dependencies...
Configuring PortMidi-0.1.3...
cabal: Missing dependency on a foreign library:
* Missing C library: asound
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.

apt-get install libasound2-dev


(found with: dpkg --search alsa/pcm.h )

_______________________________________________
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to