Created
August 14, 2012 16:18
-
-
Save barttenbrinke/3350586 to your computer and use it in GitHub Desktop.
Rubinius make readline issue
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
creating extconf.h | |
creating Makefile | |
make | |
compiling readline.c | |
readline.c: In function 'username_completion_proc_call': | |
readline.c:1389: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:1389: error: (Each undeclared identifier is reported only once | |
readline.c:1389: error: for each function it appears in.) | |
make: *** [readline.o] Error 1 | |
rake aborted! | |
Command failed with status (2): [make ...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment