Created
June 11, 2012 04:51
-
-
Save echristopherson/2908561 to your computer and use it in GitHub Desktop.
readline errors compiling ruby 1.9.3-p194 with rvm stable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compiling readline.c | |
readline.c: In function ‘username_completion_proc_call’: | |
readline.c:1499: error: ‘username_completion_function’ undeclared (first use in this function) | |
readline.c:1499: error: (Each undeclared identifier is reported only once | |
readline.c:1499: error: for each function it appears in.) | |
make[2]: *** [readline.o] Error 1 | |
make[1]: *** [ext/readline/all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment