-
Notifications
You must be signed in to change notification settings - Fork 14
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 fails under Os x Sierra #17
Comments
Wrong repository go to orbisdev/ps4sh |
I have tried it too but the issue persist. I have tried forcing the gnu version of readline using brew install and the brew force (symlinks). Some steps forward but I got errors too. I'm not too much in but I guess some functions are missing on readline version on mac OS. |
repeat open issue on https://github.com/orbisdev/ps4sh i am on sierra, adapt makefile to your needs |
Fixed (see the fork on my repo). I've made a pull request |
I get errors related to readline functions. I suspect this is not the only one.
This is the first one encountered (ps4sh make):
src/rl_common.c:50:20: error: use of undeclared identifier 'rl_abort'
rl_bind_key('\t',rl_abort);
The text was updated successfully, but these errors were encountered: