
20 Nov
2007
20 Nov
'07
8:20 p.m.
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.