Menu

#9 Make it work under OS X (patch attached)

open
nobody
None
5
2015-04-23
2015-04-23
No

libedit does not compile out of the box under OS X.
here is how to fix it

  1. in strlcpy.c include a line

include "compat_conf.h"

  1. Edit Makefile.in to include libcurses into the linking

Theres a few warnings left about accessing a const char * with functions taking a char * but thats non fatal

Discussion


Log in to post a comment.