On 10/22/06, Neil Mitchell <ndmitchell@gmail.com> wrote:
Hi

> $ scons
> [ ... ]
> Getting dependencies for src/interactive/CmdLine.hs.
> An error ocurred running `ghc -M -optdep-f
> -optdepsrc/interactive/.CmdLine.hs.dep -fwarn-missing-signatures
> -i./src/compiler98:depends/cpphs:depends/filepath:./src/interactive
> src/interactive/CmdLine.hs`:

Should scons build Yhe? I don't think so, as it currently doesn't
work! I thought you had to explicitly do scons build yhe to get yhe
compiled?

Oops, I had to change the way dependencies were calculated in order to build yhe. For some reason scons is building files even if they won't be linked to anything. I have pushed a patch that fixes this.

Andrew