From: David R. <dr...@jd...> - 2003-07-30 13:41:17
|
I get the following error when trying to compile wxHaskell 0.1 with ghc6 on a debian testing system: ghc -c wxh/src/Graphics/UI/WXH/IntMap.hs -o out/wxh/imports/Graphics/UI/WXH/IntMap.o -ohi out/wxh/imports/Graphics/UI/WXH/IntMap.hi -odir out/wxh/imports/Graphics/UI/WXH/ -fvia-C -package-name wxh -iout/wxh/imports -Iwxc/include wxh/src/Graphics/UI/WXH/IntMap.hs:168: parse error on input `\' make: *** [out/wxh/imports/Graphics/UI/WXH/IntMap.o] Error 1 The relevant line seems to be: infixl 9 \\ -- David Roundy http://www.abridgegame.org |