Skip to content

Instantly share code, notes, and snippets.

@echristopherson
Created June 11, 2012 04:51
Show Gist options
  • Save echristopherson/2908561 to your computer and use it in GitHub Desktop.
Save echristopherson/2908561 to your computer and use it in GitHub Desktop.
readline errors compiling ruby 1.9.3-p194 with rvm stable
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