Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created June 23, 2014 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-mcnally/70feeeba9f1b39bb2a18 to your computer and use it in GitHub Desktop.
Save j-mcnally/70feeeba9f1b39bb2a18 to your computer and use it in GitHub Desktop.
compiling readline.c
readline.c:1977:26: error: use of undeclared identifier 'Function'
rl_pre_input_hook = (Function *)readline_pre_input_hook;
^
readline.c:1977:36: error: expected expression
rl_pre_input_hook = (Function *)readline_pre_input_hook;
^
2 errors generated.
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment