8 Apr
2007
8 Apr
'07
1:50 p.m.
Bas van Dijk <v.dijk.bas <at> gmail.com> writes:
bas <at> bassbox ~/development/haskell/yi $ runhaskell Setup.hs build *** Exception: failed to extract ghc path from command line
...
What can be the problem?
regards,
Bas van Dijk
As Stephan mentioned, the easy solution is to use the Makefile. If you prefer to use cabal, you need to pass --with-ghc=<GHC_PATH> to Setup.hs. You will also need to build either yi-vty or yi-gtk from the corresponding packages/ subdirectory. Cheers, JP.