Hi there.

Using GHC 5.00 (dodgy self made Mingw32 standalone version) on Windows NT to
compile HDirect as updated today (Thursday 28 June 2001) from CVS I get the
error message below.

Cheers

Mike Thomas.


../src/ihc -fno-qualified-names   -fno-imports -fno-export-lists -fout-point
ers-
are-not-refs  -c ComPrim.idl -o ComPrim.hs
/usr/local/bin/ghc   -cpp -DBEGIN_GHC_ONLY='-}' -DEND_GHC_ONLY='{-' -DBEGIN_
NOT_
FOR_GHC='{-' -DEND_NOT_FOR_GHC='-}' -DELSE_FOR_GHC='-}-}'  -DBEGIN_FOR_GHC_4
_08_
AND_LATER='-}' -DEND_FOR_GHC_4_08_AND_LATER='{-' -DBEGIN_NOT_FOR_GHC_4_08_AN
D_LA
TER='{-' -DEND_NOT_FOR_GHC_4_08_AND_LATER='-}'  -static -fglasgow-exts -fno-
prun
e-tydecls -recomp -fvia-C -package lang -c ComPrim.hs -o ComPrim.o

ComPrim.hs:43:
    Warning: Variable `foreignObjToAddr' is deprecated:
                 ForeignObj has been replaced by ForeignPtr

ComPrim.hs:70:
    Couldn't match `Exception' against `Maybe FilePath -> IOException'
        Expected type: Exception
        Inferred type: Maybe FilePath -> IOException
    Probable cause: `IOError' is applied to too few arguments in the call
        (IOError Nothing (ComError (toInt hr)) "" msg)
    In the first argument of `ioError', namely
        `(IOError Nothing (ComError (toInt hr)) "" msg)'
make[1]: *** [ComPrim.o] Error 1
make: *** [all] Error 1



_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to