On 4 Dec 2017, at 01:00, Joshua Root <j...@macports.org> wrote: > So you want --enable-readline as well.
I tried cleaning and rebuilding, and now I get the following error. readline.c:128:23: error: use of undeclared identifier 'username_completion_function'; did you mean 'rl_username_completion_function'? generator_func = USERNAME_COMPLETION_FUNCTION; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ rl_username_completion_function readline.c:49:39: note: expanded from macro 'USERNAME_COMPLETION_FUNCTION' # define USERNAME_COMPLETION_FUNCTION username_completion_function ^ /opt/local/include/readline/readline.h:465:14: note: 'rl_username_completion_function' declared here extern char *rl_username_completion_function PARAMS((const char *, int)); ^ 1 error generated. make[2]: *** [readline.o] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1