> Those errors are the kind you get when compiling via GHC's C backend,
> and gcc can't spot the header files you need for ffi bindings.

I know that.

The problem is that tgetnum and tgetent are declared in <term.h>, and
the above-mentioned patch removed term.h from the foreign stub.  Now
these functions turn out to return int, so no harm is done, but
I still don't think this is the right thing to do.

                                        Juliusz

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to