[Haskell-cafe] Re: Tetris

Radosław Grzanka radoslawg at gmail.com
Tue Nov 20 15:20:20 EST 2007


Hi

> It's a fun enough game under Wine, but has anyone managed to get it to
> compile under Linux? I tried but couldn't, and the associated makefile
> seems to be very Windows-specific.


It's not makefile that is specific but c file for Audio: stub.c

It compiles without problem:

ghc --make Main.hs

(remember to install glut bindings -  libghc6-glut-dev on ubuntu)

but it fails on linking. If you browse the source and disable audio
then it should link.

Cheers,
  Radek.


More information about the Haskell-Cafe mailing list