ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.63k stars 34 forks source link

Isn't building from master on Mac OSX 10.10.2 #5

Closed base698 closed 8 years ago

base698 commented 9 years ago
./configure --prefix=/usr
make SHLIB_LIBS=-lncurses

Error

In file included from ../athame.c:30:
../history.h:35:12: fatal error: 'readline/rlstdc.h' file not found
ardagnir commented 9 years ago

Should be fixed now, but I can't test it.

stephenmuss commented 9 years ago

Compiled for me just now.

base698 commented 9 years ago

It compiled for me too. How do you activate it? I'm running set -o vi.

On Wed, Apr 8, 2015 at 7:55 PM, Stephen Muss notifications@github.com wrote:

Compiled for me just now.

— Reply to this email directly or view it on GitHub https://github.com/ardagnir/athame/issues/5#issuecomment-91101379.

ardagnir commented 9 years ago

sudo make install then type bash to open a new shell and it should be running with athame. If not, OSX is probably looking for libraries in a weird place and you need to change the configure prefix.

Right now there's no way to activate/deactivate it. Vim mode is always on unless it fails (with angry red text).

ardagnir commented 8 years ago

Works on OSX now