From: Ruben Z. <rzi...@ya...> - 2005-03-27 05:28:03
|
Hi. I am a newcomer to hoc, and I am having difficulty building it. I am using the latest stable release of ghc (6.4) and am on mac os 10.3.8. Is hoc compatible with ghc version 6.4? The configure script ran ok. Here is an excerpt from running make: ghc --make HOC.hs \ -odir build/objects -hidir build/imports \ -fglasgow-exts -package-name HOC \ ../HOC_cbits/HOC_cbits.o \ -I../HOC_cbits \ -I../libffi-src/build/include \ \ -framework Foundation \ Chasing modules from: HOC.hs Could not find module `Language.Haskell.THSyntax': use -v to see a list of the files searched for (imported from ./HOC/Arguments.hs) make[1]: *** [ghcmake.build-stamp] Error 1 This was the first error generated, followed by others. Thanks for any assistance, Ruben Zilibowitz |