shelarcy: > On Fri, 06 Mar 2009 02:45:28 +0900, Don Stewart <d...@galois.com> 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 > >
Oh, I am using the following (as part of making an Arch Linux package): runhaskell Setup configure --prefix=/usr || return 1 runhaskell Setup build || return 1 runhaskell Setup register --gen-script || return 1 Do we know if this should work? ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel