Ticket #72 (closed defect: fixed)
terminfo requires importing <curses.h> on Solaris
| Reported by: | judah | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description
From Duncan Coutts:
On Solaris to #include <term.h> we must first #include <curses.h>. I expect that all platforms that have one have the other so you can probably just do it unconditionally.
There is one other problem that prevents terminfo building on Solaris, but that one is for the ghc hackers to solve: http://hackage.haskell.org/trac/ghc/ticket/2941
There's no immediate rush but obviously it'd be nice if in the end we can have terminfo and haskeline work on solaris so we can use it on that platform for ghci.
Change History
Note: See
TracTickets for help on using
tickets.
