|
From: Scott K <tur...@ho...> - 2007-05-03 04:30:58
|
I was recently thrilled to checked out HOC and have it build on GHC 6.6 successfully. With a prior check out and under GHC 6.4 I had not managed this. Well almost. I am not sure if some of the samples are not updated or if there is some setup issue. Trying the Samples the Editor and UniqSort work. Make on Browser produces: mkdir -p build ghc --make -fglasgow-exts Main.hs -odir build -hidir build -O -o Browser [1 of 3] Compiling TVUtilities ( TVUtilities.hs, build/TVUtilities.o ) TVUtilities.hs:60:0: parse error on input `$' make: *** [Browser] Error 1 Make on ExpressionParser produces: 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:10:0: parse error on input `$' make: *** [ExpressionParser] Error 1 Running the tests, I get: ghc -odir build/static/objects -hidir build/static/imports \ -o TestFoundation.static -package-conf ../inplace.conf \ -package Foundation --make TestFoundation.hs ./TestFoundation.static Cases: 36 Tried: 36 Errors: 0 Failures: 0 ghc -dynamic -odir build/dynamic/objects -hidir build/dynamic/imports \ -o TestFoundation.dynamic -package-conf ../inplace.conf \ -package Foundation --make TestFoundation.hs Linking TestFoundation.dynamic ... /usr/bin/ld: can't locate file for: -lHSHUnit_dyn collect2: ld returned 1 exit status make: *** [TestFoundation.dynamic] Error 1 Are these all suppose to be working currently? Any suggestions on what to try as a fix? Thanks, Scott _________________________________________________________________ Exercise your brain! Try Flexicon. http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07 |