Re: [Haskell-cafe] Fwd: frag game-compiling error

2009-09-30 Thread Gwern Branwen
On Mon, Sep 28, 2009 at 11:36 AM, selahaddin selahattin.ger...@gmail.com wrote: Lyndon Maydwell wrote: src/Quaternion.hs:22:27 This would probably be the place to start. Ok,I managed to get past the error like this: newMatrix ColumnMajor [realToFrac r00,realToFrac r01,realToFrac

Re: [Haskell-cafe] Fwd: frag game-compiling error

2009-09-30 Thread Don Stewart
gwern0: On Mon, Sep 28, 2009 at 11:36 AM, selahaddin selahattin.ger...@gmail.com wrote: Lyndon Maydwell wrote: src/Quaternion.hs:22:27 This would probably be the place to start. Ok,I managed to get past the error like this: newMatrix ColumnMajor [realToFrac

Re: [Haskell-cafe] Fwd: frag game-compiling error

2009-09-28 Thread selahaddin
Lyndon Maydwell wrote: src/Quaternion.hs:22:27 This would probably be the place to start. Ok,I managed to get past the error like this: newMatrix ColumnMajor [realToFrac r00,realToFrac r01,realToFrac r02,realToFrac r03, realToFrac r10,realToFrac