setup-Simple-Cabal-1.22.5.0-ghc-7.10.3: The program 'pkg-config' version
>=0.9.0 is required but it could not be found.
I blindly tried:
$cabal install pkg-config
cabal: There is no package named 'pkg-config'.
You may need to run 'cabal update' to get the latest list of available
packages.
But that did not work.
Can you please tell me how to resolve it?
Thanks,
Kevin
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To post to this group, send email to haskel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/4abe3691-fad1-4f60-8e9b-1be57482bb8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
brew install pkg-config
brew install pcre
# gtk and cairo need xquartz
brew tap Caskroom/cask
brew install Caskroom/cask/xquartz
# later steps in the build processes need to find libraries
# like xcb-shm via package config. Tell pkg-config
# where they are.
export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig
brew install cairo
brew install gtk
Configuring zeromq4-haskell-0.6.5...
setup-Simple-Cabal-1.22.5.0-ghc-7.10.3: The pkg-config package 'libzmq'
version >=4.0 && <5.0 is required but it could not be found.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/9e5d5629-fbce-4c2c-8d86-9dd52a164a4d%40googlegroups.com.