orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.9k stars 394 forks source link

Add comment to exclude history.h #133

Open steventsao opened 5 years ago

steventsao commented 5 years ago

Error

REPL.c:4:10: fatal error: 'editline/readline.h' file not found

Solution

There is a common error on including <editline/history.h>. The solution is to remove it given many users on MacOS X that doesn't have the lib.

Reference

https://stackoverflow.com/questions/22886475/editline-history-h-and-editline-readline-h-not-found-working-on-osx-when-trying