-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure with GHC 7.10 #65
Comments
Thanks! Looks like a template haskell environment issue. Template haskell cannot find the .so for this library. Typically this occurs if the What are the configure options and where is libtinfo.so location? EG: shared/static? |
I've managed to install vty on that machine (gentoo without libtinfo.so) after cloning terminfo, running autoreconf and cabal-installing it. I'm not sure what's the root cause, maybe a hackage version of terminfo has configure script expecting libtinfo.so to be available. |
Closing in favor of #82. |
I'm having this problem on OpenSUSE. On some forum I read that curses split into two libraries, and a recommendation to symlink libtinfo to libncurses, but I can't do that. I'd love to see this fixed, as I'm interested in trying http://yi-editor.github.io/ |
As stated previously: this is an issue with terminfo library. Not vty. Please file an issue with that project. |
I'm not complaining, I'm voting for moving over to the terminfo-hs library... actually I guess that comment belonged in #82 |
Ah! My apologies. Yes: definitely vote for #82. :) On Sun, Dec 27, 2015, 9:49 AM shanemikel notifications@github.com wrote:
|
The text was updated successfully, but these errors were encountered: