On OpenBSD/x86, the head is failing since the MaxPtr stuff went in:

    ../../compiler/ghc-inplace -O2 -Rghc-timing -L/usr/local/lib
    -fglasgow-exts -cpp -Iinclude -"#include" HsBase.h -funbox-strict-fields
    -ignore-package base -O2 -Rghc-timing  -fgenerics    -c
    Foreign/C/Types.hs -o Foreign/C/Types.o  -ohi Foreign/C/Types.hi

    Foreign/C/Types.hs:201:26:
        Not in scope: type constructor or class `HTYPE_INTMAX_T'

    Foreign/C/Types.hs:202:502:
        Not in scope: type constructor or class `HTYPE_UINTMAX_T'

because:

    checking Haskell type for intmax_t... not supported
    checking Haskell type for uintmax_t... not supported

Can we fake these in a convincing manner?

-- Don


_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to