From: Joe J. <dar...@gm...> - 2006-11-08 06:42:25
|
Hi, I am new to Haskell and was excited to see ObjC bindings for Cocoa available. I downloaded the HEAD source (because I am running ghc 6.6 and saw a message and commit stating that the released code wouldn't build but that the latest source would). While I can build HOC and run the tests, trying to build the sample ExpressionParser throws up an error: [Mirkwood:hoc/Samples/ExpressionParser] jjones% make mkdir -p build ghc --make Main.hs -odir build -hidir build -O -o ExpressionParser [2 of 3] Compiling EPController ( EPController.hs, build/EPController.o ) EPController.hs:9:0: parse error on input `$' make: *** [ExpressionParser] Error 1 Any idea on what this error means? How to fix it? Thanx, joe |