
Hi everyone I am getting a build error when attempting to build Yhc. I realise this is a fairly difficult question to answer, but all I've done so far is a simple darcs get followed by scons, ie literally # darcs get --partial http://darcs.haskell.org/yhc # ls yhc # scons The error message I get is: inst/bin/yhc -core -cpp -c src/packages/yhc-base-1.0/YHC/Internal.hs yhc: Error: File not found, YHC.Primitive Reason: imported from YHC.Internal Looked in: /disk/scratch/s9810217/programs/yhc/src/packages/yhc-base-1.0/ . /disk/scratch/s9810217/programs/yhc/inst/lib/yhc/packages/yhc-base/1.0 scons: *** [src/packages/yhc-base-1.0/YHC/Internal.hbc] Error 1 scons: building terminated because of errors. This seems like a build system error? any suggestions? regards allan