On 23 apr 2008, at 23.13, Chris Eidhof wrote:
>
> Hi everyone,
>
> I can't seem to get the latest version of yi to compile. I get two
> errors, one is due to the dependency "regex-posix==0.71", the other
> one is a bit stranger, I'm getting the following errors:
>
>> Setup.hs:34:12: Not in scope: `compilerPath'
>> Setup.hs:35:17: Not in scope: `mkDataDir'
>> Setup.hs:54:14: Not in scope: `rawSystemVerbose'
>
> I'm not sure why this happens, but I would guess that I've got a wrong
> version of cabal installed. I'm on 6.8.2, with Cabal-1.3.3. It would
> be great if someone could point me in the right direction.
>

Right, you'll need the default Cabal that ships with 6.8.2.  Use:

   ghc --make -package Cabal-1.2.3.0 Setup.hs

then

   ./setup configure ..etc..

instead of

   runhaskell Setup.hs

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to