[Haskell-cafe] hipmunkplayground on windows

Daniel Fischer daniel.is.fischer at web.de
Wed Nov 18 03:47:31 EST 2009


Am Mittwoch 18 November 2009 08:56:26 schrieb Felipe Lessa:
> On Tue, Nov 17, 2009 at 10:21:07PM -0800, Anatoly Yakovenko wrote:
> > Anyone else seeing a bunch of linker errors when trying to install
> > HipmunkPlayground?
>
> Hmmm, no, I've never seen those errors before.  Are you able to
> compile any OpenGL programs at all?  You may try, for example,
> installing the game 'bloxorz'[1].
>
> [1] http://hackage.haskell.org/package/bloxorz

I don't think that'll work:

Quaternion.hs:34:26:
    Couldn't match expected type `GLfloat'
           against inferred type `Float'
    In the expression: (r00 :: GLfloat)
    In the second argument of `newMatrix', namely
        `[(r00 :: GLfloat), r01, r02, r03, ....]'
    In the expression:
        newMatrix ColumnMajor [(r00 :: GLfloat), r01, r02, r03, ....]
cabal: Error: some packages failed to install:
bloxorz-0.1 failed during the building phase. The exception was:
exit: ExitFailure 1

>
> Cheers,
>
> --
> Felipe.




More information about the Haskell-Cafe mailing list