Skip to content
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

tgetent() failed on MacOSX 10.9 #78

Open
albertz opened this issue Nov 22, 2013 · 1 comment
Open

tgetent() failed on MacOSX 10.9 #78

albertz opened this issue Nov 22, 2013 · 1 comment

Comments

@albertz
Copy link

albertz commented Nov 22, 2013

checking for rlim_t... yes
checking for stack_t... yes
checking whether stack_t has an ss_base field... no
checking --with-tlib argument... empty: automatic terminal library selection
checking for tgetent in -ltinfo... no
checking for tgetent in -lncurses... yes
ncurses library is not usable
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... yes
termcap library is not usable
checking for tgetent in -lcurses... yes
curses library is not usable
no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with --with-tlib.

Not sure why it thinks that ncurses nor termcap nor curses are usable.

My configure command:

./configure --with-features=huge --enable-cscope --enable-pythoninterp --enable-rubyinterp --enable-perlinterp --with-macsdk=10.6
@albertz
Copy link
Author

albertz commented Nov 22, 2013

It works without --with-macsdk=10.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant