
Hello, I can't build Yhc. I followed instructions here: http://www.haskell.org/haskellwiki/Yhc/Building darcs get finished fine. When I simply typed "scons" into a console window, I get: tinuviel@debian:~/haskell/yhc$ scons scons: Reading SConscript files ... IOError: [Errno 2] No such file or directory: '_darcs/inventory': File "/home/tinuviel/haskell/yhc/Sconstruct", line 22: setup_version(env, Configure, ARGUMENTS) File "/home/tinuviel/haskell/yhc/build/configure.py", line 49: env["ENV"]["VERSION"] = getVersion(vtype) File "/home/tinuviel/haskell/yhc/build/version.py", line 8: lines = filter(lambda x: x.find("**") != -1, open("_darcs/inventory", "r").readlines()) And there is no _darcs/inventory file indeed. Any idea? -- Seo Sanghyeon