[Haskell-cafe] Compiling UHC

José Pedro Magalhães jpm at cs.uu.nl
Mon Aug 23 08:16:20 EDT 2010


Hi Henk-Jan,

On Mon, Aug 23, 2010 at 00:15, Henk-Jan van Tuyl <hjgtuyl at chello.nl> wrote:

>
> L.S.,
>
> I am trying to compile the current release of UHC (1.0.1); I started with
> the installation of the most recent version of uulib and uuagc.  When
> running
>  make uhc
> I received the following message:
>  EH\Util\CompileRun.hs:46:7:
>      Could not find module `UU.DData.Scc':
>        Use -v to see a list of the files searched for.
>
> This module is not in the most recent version of uulib, so I installed
> uulib-0.9.10, but then I received the message:
>  EH\Util\CompileRun.hs:46:7:
>      Could not find module `UU.DData.Scc':
>        It is a member of the hidden package `uulib-0.9.10'.
>        Use -v to see a list of the files searched for.
>
> What can I do to get UHC compiled?
>

Yes, I think you really have to use uulib-0.9.10 for the latest released
version. Another alternative would be to checkout the HEAD. But if you don't
want that, then uninstall uulib-0.9.12 (ghc-pkg unregister uulib-0.9.12)
first; GHC should then use uulib-0.9.10 automatically.


Cheers,
Pedro


> (I am using Haskell Platform 2010.2.0.0)
>
> Regards,
> Henk-Jan van Tuyl
>
>
> --
> http://Van.Tuyl.eu/
> http://members.chello.nl/hjgtuyl/tourdemonad.html
> --
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100823/a8e48434/attachment.html


More information about the Haskell-Cafe mailing list