psxdev / ps4link

ps4link a library for PS4 to communicate and use host file system with ps4sh host tool
Other
46 stars 14 forks source link

Build fails under Os x Sierra #17

Open j4ckp0t85 opened 5 years ago

j4ckp0t85 commented 5 years ago

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);

psxdev commented 5 years ago

Wrong repository go to orbisdev/ps4sh

j4ckp0t85 commented 5 years ago

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. At least for me.

psxdev commented 5 years ago

repeat open issue on https://github.com/orbisdev/ps4sh

i am on sierra, adapt makefile to your needs

j4ckp0t85 commented 5 years ago

Fixed (see the fork on my repo). I've made a pull request