build failure in green-card

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Wed, 28 Mar 2001 16:44:17 +0100


Simon asked for details of build failures in the CVS version of
green-card.  Here is where it fails for me:


------------------------------------------------------------------------
==fptools== make all --no-print-directory -r;
 in /local/hda5/malcolm/haskell/compilers/ghc/cvs-rw/green-card/lib/ghc
------------------------------------------------------------------------
../../../hslibs/../green-card/src/green-card --target ghc    StdDIS.gc -o
StdDIS.hs
../../../hslibs/../ghc/compiler/ghc-inplace -ldl  -O -Rghc-timing  -package
lang -package-name greencard  -I../../../hslibs/lang/cbits    -fvia-C -cpp
-fglasgow-exts -fno-prune-tydecls -c StdDIS.hs -o StdDIS.o -osuf o

StdDIS.hs:8:
    Failed to find interface decl for `writeForeignObjOffAddr'
    from module `ForeignObj'
make[3]: *** [StdDIS.o] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make[1]: Leaving directory
`/local/hda5/malcolm/haskell/compilers/ghc/cvs-rw/green-card'


Regards,
    Malcolm