|
From: shelarcy <she...@gm...> - 2009-03-06 07:34:29
|
On Fri, 06 Mar 2009 02:45:28 +0900, Don Stewart <do...@ga...> wrote:
> Much better,
>
> (snip)
>
> cat config/wxcore.pkg | sed -e "s|\${wxhlibdir}|/usr/lib|" | ghc-pkg
> update -
> Reading package info from stdin ... done.
> ghc-pkg: /usr/lib/imports doesn't exist or isn't a directory (use
> --force to override)
>
>
> Still don't quite get there. Any thoughts?
You should use following command to install wxHaskell's packages by cabal.
cabal install wx --configure-opt="--user --enable-split-objs --hcprof"
or
sudo cabal install wx --global
This is current Cabalization's problem.
http://haskell.org/haskellwiki/WxHaskell/Troubleshooting#Compilation_issues
http://hackage.haskell.org/trac/hackage/ticket/431
Best Regards,
--
shelarcy <shelarcy hotmail.co.jp>
http://page.freett.com/shelarcy/
|